mirror of
https://github.com/frappe/books.git
synced 2025-01-03 07:12:21 +00:00
feat: add SavedInvoice type
This commit is contained in:
parent
b7d1b70971
commit
ad5d4075da
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user