Changed Supabase Selects

This commit is contained in:
2025-07-22 17:46:00 +02:00
parent a7336999ef
commit e3c3a5c444

View File

@@ -169,7 +169,7 @@ export const useDataStore = defineStore('data', () => {
numberRangeHolder: "customerNumber",
historyItemHolder: "customer",
supabaseSortColumn: "customerNumber",
supabaseSelectWithInformation: "*, projects(*), plants(*), contracts(*), contacts(*), createddocuments(*), files(*), events(*)",
supabaseSelectWithInformation: "*, projects(*), plants(*), contracts(*), contacts(*), createddocuments(*, statementallocations(*)), files(*), events(*)",
filters: [{
name: "Archivierte ausblenden",
default: true,
@@ -1503,7 +1503,8 @@ export const useDataStore = defineStore('data', () => {
createddocuments: {
isArchivable: true,
label: "Dokumente",
labelSingle: "Dokument"
labelSingle: "Dokument",
supabaseSelectWithInformation: "*, files(*), statementallocations(*)",
},
incominginvoices: {
label: "Eingangsrechnungen",