feat(TICKET-LOGO): completed feature

This commit is contained in:
chattie
2026-08-25 06:35:39 +02:00
parent 419f47ec1c
commit 7639c1ff42
16 changed files with 324 additions and 12 deletions

View File

@@ -93,6 +93,8 @@ export interface PosReceipt {
email: string | null;
phone: string | null;
};
/** URL del logo custom para el ticket. Si es null, usar /images/logo-main.png */
logoUrl: string | null;
terminal: { id: string; name: string };
cashier: string;
sessionId: string;