2
0
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:
AbleKSaju 2024-09-27 17:24:02 +05:30
parent f762f9b32e
commit 2bcd63b3c9

View File

@ -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,