This commit is contained in:
@@ -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 },
|
||||
|
||||
@@ -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({
|
||||
|
||||
@@ -170,6 +170,7 @@ export default {
|
||||
"TaxCodeList",
|
||||
"ServiceRateList",
|
||||
"TravelRateList",
|
||||
"ServiceBankList",
|
||||
"Administration",
|
||||
"Operations",
|
||||
"Attachments",
|
||||
|
||||
Reference in New Issue
Block a user