{t('accounting.inbox.qrHint', 'Showing the last page — the Swiss QR-bill usually sits at the bottom.')}
} + {isPdf && initialPage === 'last' &&{t('accounting.inbox.qrHint', 'Showing the last page — the Swiss QR-bill usually sits at the bottom.')}
} ); }; @@ -96,7 +100,7 @@ const PayModal: React.FC<{ doc: InboundDocument; onClose: () => void; onDone: ()
{t('accounting.incoming.outstanding', 'Outstanding')}: {doc.totalAmountMinor != null ? formatMoneyMinor(doc.totalAmountMinor, doc.currency || 'CHF') : '—'}
@@ -271,7 +275,9 @@ export const AccountingInboxPage: React.FC = () => {
const [payDoc, setPayDoc] = useState