diff --git a/project/apps/admin/src/lib/api-client.ts b/project/apps/admin/src/lib/api-client.ts index 87997ca..ac9b1b7 100644 --- a/project/apps/admin/src/lib/api-client.ts +++ b/project/apps/admin/src/lib/api-client.ts @@ -371,6 +371,8 @@ export interface StoreSettings { footerText: string; facebookUrl: string; instagramUrl: string; + twitterUrl: string; + pinterestUrl: string; aiProvider: string; aiBaseUrl: string; aiModel: string; diff --git a/project/apps/pos/src/components/ReceiptModal.tsx b/project/apps/pos/src/components/ReceiptModal.tsx index 5f3c21b..f78365e 100644 --- a/project/apps/pos/src/components/ReceiptModal.tsx +++ b/project/apps/pos/src/components/ReceiptModal.tsx @@ -67,7 +67,7 @@ export default function ReceiptModal({ {/* Timestamp */}
Ticket #{receipt.receiptNumber} - {new Date(receipt.createdAt).toLocaleString('es-ES', { dateStyle: 'short', timeStyle: 'short' })} + {new Date(receipt.issuedAt).toLocaleString('es-ES', { dateStyle: 'short', timeStyle: 'short' })}
{/* Logo */}