From 686ffc0c9ddc97cc73924e76b7428fcf69ecb3cd Mon Sep 17 00:00:00 2001 From: munkhsaikhan Date: Thu, 31 Aug 2023 15:18:11 +0800 Subject: [PATCH] prePayment is in tax when odd amount to ebarimt --- ui/src/modules/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/modules/types.ts b/ui/src/modules/types.ts index f01b6bad..d7e095d8 100644 --- a/ui/src/modules/types.ts +++ b/ui/src/modules/types.ts @@ -58,6 +58,7 @@ export interface PaymentType { skipEbarimt?: boolean; mustCustomer?: boolean; notSplit?: boolean; + preTax?: boolean; }; }