This commit is contained in:
@@ -5,10 +5,6 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
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: consider moving service contracts to Accounting area?
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
//PROJECTS subitem
|
||||||
if (window.$gz.role.canOpen(window.$gz.type.Project)) {
|
if (window.$gz.role.canOpen(window.$gz.type.Project)) {
|
||||||
sub.push({
|
sub.push({
|
||||||
@@ -450,6 +440,16 @@ function initNavPanel() {
|
|||||||
|
|
||||||
sub = [];
|
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)) {
|
if (window.$gz.role.canOpen(window.$gz.type.ServiceBank)) {
|
||||||
sub.push({
|
sub.push({
|
||||||
title: "ServiceBankList",
|
title: "ServiceBankList",
|
||||||
|
|||||||
Reference in New Issue
Block a user