This commit is contained in:
2021-01-06 20:03:10 +00:00
parent faa5551d19
commit 38d0bb636b
2 changed files with 10 additions and 14 deletions

View File

@@ -5,11 +5,7 @@
MISC ITEMS THAT CAME UP
todo: Active field is probably very seldom used, perhaps it should always be the last field in the forms?
Yes, move active to just before Notes on every form or if no notes make it the last less than 12 column field
todo: consider moving service contracts to Accounting area?
todo: Notification at server has NotifyDeliveryLog object unused and no UI at from for it either

View File

@@ -334,16 +334,6 @@ function initNavPanel() {
});
}
//CONTRACTS subitem
if (window.$gz.role.canOpen(window.$gz.type.Contract)) {
sub.push({
title: "ContractList",
icon: "$ayiFileContract",
route: "/svc-contracts",
key: key++
});
}
//PROJECTS subitem
if (window.$gz.role.canOpen(window.$gz.type.Project)) {
sub.push({
@@ -450,6 +440,16 @@ function initNavPanel() {
sub = [];
//SERVICE CONTRACTS subitem
if (window.$gz.role.canOpen(window.$gz.type.Contract)) {
sub.push({
title: "ContractList",
icon: "$ayiFileContract",
route: "/svc-contracts",
key: key++
});
}
//SERVICE BANK
if (window.$gz.role.canOpen(window.$gz.type.ServiceBank)) {
sub.push({
title: "ServiceBankList",