This commit is contained in:
2020-12-30 17:02:40 +00:00
parent 13436fc68a
commit 07ff575ad0
9 changed files with 1169 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ export default {
ServiceRate: { Change: 66, ReadFullRecord: 98701, Select: 131071 },
TravelRate: { Change: 66, ReadFullRecord: 98701, Select: 131071 },
TaxCode: { Change: 66, ReadFullRecord: 98701, Select: 131071 },
ServiceBank: { Change: 74, ReadFullRecord: 98693, Select: 131071 },
Quote: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
QuoteItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
QuoteTemplate: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },

View File

@@ -458,6 +458,15 @@ function initNavPanel() {
sub = [];
if (window.$gz.role.canOpen(window.$gz.type.ServiceBank)) {
sub.push({
title: "ServiceBankList",
icon: "$ayiCarBattery",
route: "/acc-service-banks",
key: key++
});
}
//SERVICE RATES
if (window.$gz.role.canOpen(window.$gz.type.ServiceRate)) {
sub.push({

View File

@@ -170,6 +170,7 @@ export default {
"TaxCodeList",
"ServiceRateList",
"TravelRateList",
"ServiceBankList",
"Administration",
"Operations",
"Attachments",