Added Statements to OwnAccounts

This commit is contained in:
2025-05-08 11:08:00 +02:00
parent caba8348bf
commit 241a912f08
3 changed files with 117 additions and 2 deletions

View File

@@ -2184,7 +2184,7 @@ export const useDataStore = defineStore('data', () => {
redirect:true,
historyItemHolder: "ownaccount",
supabaseSortColumn: "number",
supabaseSelectWithInformation: "*",
supabaseSelectWithInformation: "*, statementallocations(*, bs_id(*))",
filters: [{
name: "Archivierte ausblenden",
default: true,
@@ -2224,7 +2224,7 @@ export const useDataStore = defineStore('data', () => {
component: profiles
},
],
showTabs: [{label: 'Informationen'}]
showTabs: [{label: 'Informationen'},{label: 'Buchungen'}]
},
}