This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user