Eingangsbelege um offenen Betrag ergänzen

This commit is contained in:
2026-04-23 21:06:44 +02:00
parent 41e5a4021b
commit edec670ee0
2 changed files with 27 additions and 3 deletions

View File

@@ -2200,6 +2200,10 @@ export const useDataStore = defineStore('data', () => {
key: "amount",
label: "Betrag",
},
{
key: "openAmount",
label: "Offener Betrag",
},
{
key: "dueDate",
label: "Fälligkeitsdatum",