Added Times Entry for in project Display
This commit is contained in:
@@ -978,7 +978,7 @@ export const useDataStore = defineStore('data', () => {
|
||||
redirect:true,
|
||||
historyItemHolder: "project",
|
||||
numberRangeHolder: "projectNumber",
|
||||
supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*, project(id,name), customer(id,name), plant(id,name)), files(*), createddocuments(*, statementallocations(*)), events(*)",
|
||||
supabaseSelectWithInformation: "*, customer(id,name), plant(id,name), projecttype(name, id), tasks(*, project(id,name), customer(id,name), plant(id,name)), files(*), createddocuments(*, statementallocations(*)), events(*), times(*, profile(id, fullName))",
|
||||
supabaseSortColumn: "projectNumber",
|
||||
filters: [
|
||||
{
|
||||
@@ -1086,6 +1086,8 @@ export const useDataStore = defineStore('data', () => {
|
||||
},{
|
||||
key: "files",
|
||||
label: "Dateien"
|
||||
},{
|
||||
label: "Zeiten"
|
||||
},{
|
||||
label: "Ausgangsbelege"
|
||||
},{
|
||||
|
||||
Reference in New Issue
Block a user