CHECKPOINT COMMIT - POST SERVICE BANK REMOVAL
Service bank feature removed from front, back and e2e testing mostly commented out in case need to add back again but in some places such as db schema it had to be removed entirely so refer here if adding back in again
This commit is contained in:
@@ -89,7 +89,7 @@ export default {
|
||||
Reminder: 52,
|
||||
UnitMeterReading: 53,
|
||||
CustomerServiceRequest: 54,
|
||||
ServiceBank: 55,
|
||||
//ServiceBank: 55,
|
||||
OpsNotificationSettings: 56,
|
||||
Report: 57,
|
||||
DashboardView: 58,
|
||||
|
||||
@@ -25,7 +25,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 },
|
||||
//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 },
|
||||
|
||||
@@ -527,8 +527,8 @@ export default {
|
||||
return "$ayiWeight";
|
||||
case window.$gz.type.CustomerServiceRequest:
|
||||
return "$ayiConciergeBell";
|
||||
case window.$gz.type.ServiceBank:
|
||||
return "$ayiCarBattery";
|
||||
// case window.$gz.type.ServiceBank:
|
||||
// return "$ayiCarBattery";
|
||||
case window.$gz.type.OpsNotificationSettings:
|
||||
return "$ayiBullhorn";
|
||||
case window.$gz.type.Report:
|
||||
|
||||
@@ -448,15 +448,15 @@ function initNavPanel() {
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
//SERVICE BANK
|
||||
if (window.$gz.role.canOpen(window.$gz.type.ServiceBank)) {
|
||||
sub.push({
|
||||
title: "ServiceBankList",
|
||||
icon: "$ayiCarBattery",
|
||||
route: "/acc-service-banks",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
// //SERVICE BANK
|
||||
// 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)) {
|
||||
|
||||
@@ -274,12 +274,12 @@ export default {
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
case ayatype.ServiceBank:
|
||||
vm.$router.push({
|
||||
name: "service-bank-edit",
|
||||
params: { recordid: tid.id }
|
||||
});
|
||||
break;
|
||||
// case ayatype.ServiceBank:
|
||||
// vm.$router.push({
|
||||
// name: "service-bank-edit",
|
||||
// params: { recordid: tid.id }
|
||||
// });
|
||||
// break;
|
||||
case ayatype.PurchaseOrder:
|
||||
vm.$router.push({
|
||||
name: "inv-purchase-order",
|
||||
|
||||
@@ -181,7 +181,7 @@ export default {
|
||||
"TaxCodeList",
|
||||
"ServiceRateList",
|
||||
"TravelRateList",
|
||||
"ServiceBankList",
|
||||
//"ServiceBankList",
|
||||
"Administration",
|
||||
"Operations",
|
||||
"Attachments",
|
||||
|
||||
Reference in New Issue
Block a user