+ Ausgangsbeleg
Filter
{{ item.label }}
{{ getRowsForTab(item.key).length }}
{{
dataStore.documentTypesForCreation[row.type].labelSingle
}} für {{ filteredRows.find(i => row.createddocument?.id === i.id)?.documentNumber }}
{{ 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)) }}