BETA for new DB
This commit is contained in:
@@ -155,7 +155,6 @@ const links = computed(() => {
|
||||
label: "Anwesenheiten",
|
||||
to: "/staff/time",
|
||||
icon: "i-heroicons-clock",
|
||||
disabled: true
|
||||
}] : [],
|
||||
/*... has("absencerequests") ? [{
|
||||
label: "Abwesenheiten",
|
||||
@@ -186,7 +185,6 @@ const links = computed(() => {
|
||||
label: "Eingangsbelege",
|
||||
to: "/incomingInvoices",
|
||||
icon: "i-heroicons-document-text",
|
||||
disabled: true
|
||||
},{
|
||||
label: "Kostenstellen",
|
||||
to: "/standardEntity/costcentres",
|
||||
@@ -195,7 +193,6 @@ const links = computed(() => {
|
||||
label: "Buchungskonten",
|
||||
to: "/accounts",
|
||||
icon: "i-heroicons-document-text",
|
||||
disabled: true
|
||||
},{
|
||||
label: "zusätzliche Buchungskonten",
|
||||
to: "/standardEntity/ownaccounts",
|
||||
@@ -205,7 +202,6 @@ const links = computed(() => {
|
||||
label: "Bank",
|
||||
to: "/banking",
|
||||
icon: "i-heroicons-document-text",
|
||||
disabled: true
|
||||
},
|
||||
]
|
||||
}],
|
||||
@@ -312,7 +308,6 @@ const links = computed(() => {
|
||||
label: "Nummernkreise",
|
||||
to: "/settings/numberRanges",
|
||||
icon: "i-heroicons-clipboard-document-list",
|
||||
disabled: true
|
||||
},/*{
|
||||
label: "Rollen",
|
||||
to: "/roles",
|
||||
@@ -321,17 +316,14 @@ const links = computed(() => {
|
||||
label: "E-Mail Konten",
|
||||
to: "/settings/emailaccounts",
|
||||
icon: "i-heroicons-envelope",
|
||||
disabled: true
|
||||
},{
|
||||
label: "Bankkonten",
|
||||
to: "/settings/banking",
|
||||
icon: "i-heroicons-currency-euro",
|
||||
disabled: true
|
||||
},{
|
||||
label: "Textvorlagen",
|
||||
to: "/settings/texttemplates",
|
||||
icon: "i-heroicons-clipboard-document-list",
|
||||
disabled: true
|
||||
},/*{
|
||||
label: "Eigene Felder",
|
||||
to: "/settings/ownfields",
|
||||
@@ -340,12 +332,10 @@ const links = computed(() => {
|
||||
label: "Firmeneinstellungen",
|
||||
to: "/settings/tenant",
|
||||
icon: "i-heroicons-building-office",
|
||||
disabled: true
|
||||
},{
|
||||
label: "Projekttypen",
|
||||
to: "/projecttypes",
|
||||
icon: "i-heroicons-clipboard-document-list",
|
||||
disabled: true
|
||||
},{
|
||||
label: "Export",
|
||||
to: "/export",
|
||||
|
||||
Reference in New Issue
Block a user