Added Kostenstellen und Buchungskonten
This commit is contained in:
@@ -147,6 +147,14 @@ const links = computed(() => {
|
|||||||
label: "Eingangsbelege",
|
label: "Eingangsbelege",
|
||||||
to: "/incomingInvoices",
|
to: "/incomingInvoices",
|
||||||
icon: "i-heroicons-document-text"
|
icon: "i-heroicons-document-text"
|
||||||
|
},{
|
||||||
|
label: "Kostenstellen",
|
||||||
|
to: "/standardEntity/costcentres",
|
||||||
|
icon: "i-heroicons-document-currency-euro"
|
||||||
|
},{
|
||||||
|
label: "Buchungskonten",
|
||||||
|
to: "/standardEntity/ownaccounts",
|
||||||
|
icon: "i-heroicons-document-text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Bank",
|
label: "Bank",
|
||||||
|
|||||||
Reference in New Issue
Block a user