Added Hourrates

This commit is contained in:
2025-04-19 17:34:02 +02:00
parent 577b2dd035
commit 842afcfdb2
3 changed files with 63 additions and 0 deletions

View File

@@ -258,6 +258,18 @@ export const useRole = () => {
label: "Dokuemntenboxen erstellen",
parent: "documentboxes"
},
hourrates: {
label: "Stundensätze",
showToAllUsers: false
},
"hourrates-viewAll": {
label: "Alle Stundensätze einsehen",
parent: "hourrates"
},
"hourrates-create": {
label: "Stundensätze erstellen",
parent: "hourrates"
},
"inventory": {
label: "Lager",
},