Kostenstellenhierarchie und Auswertung mit Unterkostenstellen ergänzt
This commit is contained in:
@@ -164,9 +164,13 @@ export const resourceConfig = {
|
||||
costcentres: {
|
||||
table: costcentres,
|
||||
searchColumns: ["name","number","description"],
|
||||
mtoLoad: ["vehicle","project","inventoryitem","branch"],
|
||||
mtoLoad: ["parentCostcentre","vehicle","project","inventoryitem","branch"],
|
||||
numberRangeHolder: "number",
|
||||
},
|
||||
parentCostcentre: {
|
||||
table: costcentres,
|
||||
searchColumns: ["name", "number", "description"],
|
||||
},
|
||||
branches: {
|
||||
table: branches,
|
||||
searchColumns: ["name","number","description"],
|
||||
|
||||
Reference in New Issue
Block a user