feat(POS-FIX-11): completed feature
This commit is contained in:
@@ -57,6 +57,8 @@ export interface PosSaleInput {
|
||||
items: PosSaleLineInput[];
|
||||
payments: PosPaymentInput[];
|
||||
customerId?: string;
|
||||
/** Optional label for pending sales without customer */
|
||||
posLabel?: string;
|
||||
}
|
||||
|
||||
export interface PosReceiptItem {
|
||||
|
||||
Reference in New Issue
Block a user