mirror of
https://github.com/frappe/books.git
synced 2024-12-22 10:58:59 +00:00
feat: update types for loyalty program
This commit is contained in:
parent
f762f9b32e
commit
2bcd63b3c9
@ -8,7 +8,7 @@ export type ItemSerialNumbers = { [item: string]: string };
|
||||
|
||||
export type DiscountType = "percent" | "amount";
|
||||
|
||||
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment'
|
||||
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram'
|
||||
|
||||
export interface POSItem {
|
||||
image?:string,
|
||||
|
Loading…
Reference in New Issue
Block a user