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

@@ -72,7 +72,7 @@ export default function ReceiptModal({
{/* Logo */}
<div className="mb-3 flex justify-center">
<img
src="/images/logo-main.png"
src={receipt.logoUrl ?? '/images/logo-main.png'}
alt="Logo"
className="h-16 object-contain print:h-12"
/>

View File

@@ -47,6 +47,7 @@ export interface PosReceipt {
email: string | null;
phone: string | null;
};
logoUrl: string | null;
terminal: { id: string; name: string };
cashier: string;
sessionId: string;