This commit is contained in:
@@ -455,8 +455,6 @@ function initNavPanel() {
|
||||
}
|
||||
|
||||
//****************** ACCOUNTING
|
||||
//TODO: NO specific objects yet to check rights for so keeping this as originally written until we get there
|
||||
//Not sure what this is exactly, probably to do with integration
|
||||
if (
|
||||
window.$gz.role.hasRole([
|
||||
role.BizAdminFull,
|
||||
@@ -466,23 +464,23 @@ function initNavPanel() {
|
||||
) {
|
||||
sub = [];
|
||||
|
||||
//FAKE subitem as is still TBD
|
||||
//RATES
|
||||
sub.push({
|
||||
title: "Accounting",
|
||||
title: "RateList",
|
||||
icon: "$ayiCalculator",
|
||||
route: "/acc-accounting",
|
||||
key: key++
|
||||
});
|
||||
|
||||
sub.push({
|
||||
title: "TaxCodeList",
|
||||
icon: "$ayiPercent",
|
||||
route: "/acc-accounting",
|
||||
key: key++
|
||||
});
|
||||
|
||||
// ** ACCOUNTING (TOP)
|
||||
addNavItem(
|
||||
"Accounting",
|
||||
"$ayiCalculator",
|
||||
undefined,
|
||||
sub,
|
||||
key++,
|
||||
"accounting"
|
||||
);
|
||||
addNavItem("Accounting", "$ayiCoins", undefined, sub, key++, "accounting");
|
||||
}
|
||||
|
||||
//############# ADMINISTRATION
|
||||
|
||||
@@ -167,6 +167,8 @@ export default {
|
||||
"ReminderList",
|
||||
"Inventory",
|
||||
"Accounting",
|
||||
"TaxCodeList",
|
||||
"RateList",
|
||||
"Administration",
|
||||
"Operations",
|
||||
"Attachments",
|
||||
|
||||
Reference in New Issue
Block a user