+ Ausgangsbeleg
Filter
{{ item.label }}
{{ filteredRows.filter(i => item.key === 'invoices' ? ['invoices', 'advanceInvoices', 'cancellationInvoices'].includes(i.type) : item.key === i.type).length }}
{{ dataStore.documentTypesForCreation[row.type].labelSingle }}
{{ row.state }}
{{ row.state }}
Storniert mit {{ items.find(i => i.createddocument && i.createddocument.id === row.id).documentNumber }}
{{ row.state }}
{{ row.customer ? row.customer.name : "" }}
{{ row.customer.name.substring(0, 20) }}...
{{ row.documentNumber }}
{{ row.documentNumber }}
{{ row.date ? dayjs(row.date).format("DD.MM.YY") : '' }}
{{ row.documentDate ? dayjs(row.documentDate).format("DD.MM.YY") : '' }}
{{ row.documentDate ? dayjs(row.documentDate).add(row.paymentDays, 'day').format("DD.MM.YY") : '' }}
Bezahlt
Offen
{{ displayCurrency(useSum().getCreatedDocumentSum(row, items)) }}
{{ displayCurrency(useSum().getCreatedDocumentSum(row, items) - row.statementallocations.reduce((n, {amount}) => n + amount, 0)) }}