From ad5d4075dafed3cc2e937926746389899d4d6eaf Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:48:34 +0530 Subject: [PATCH] feat: add SavedInvoice type --- src/components/POS/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/POS/types.ts b/src/components/POS/types.ts index 31102b68..e80cc89b 100644 --- a/src/components/POS/types.ts +++ b/src/components/POS/types.ts @@ -8,7 +8,7 @@ export type ItemSerialNumbers = { [item: string]: string }; export type DiscountType = "percent" | "amount"; -export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'RouteToInvoiceList' +export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram' | 'SavedInvoice' | 'RouteToInvoiceList' export interface POSItem { image?:string,