mirror of
https://github.com/frappe/books.git
synced 2025-01-03 15:17:30 +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 DiscountType = "percent" | "amount";
|
||||||
|
|
||||||
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment'
|
export type ModalName = 'ShiftOpen' | 'ShiftClose' | 'Payment' | 'LoyaltyProgram'
|
||||||
|
|
||||||
export interface POSItem {
|
export interface POSItem {
|
||||||
image?:string,
|
image?:string,
|
||||||
|
Loading…
Reference in New Issue
Block a user