feat(POS-FIX-11): completed feature

This commit is contained in:
chattie
2026-08-24 08:13:43 +02:00
parent 579e0a18eb
commit d103b634aa
13 changed files with 207 additions and 13 deletions

View File

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