This commit is contained in:
@@ -48,7 +48,7 @@ CURRENT TODOs
|
||||
SHELL / NAV / MENUS / LAYOUT
|
||||
|
||||
|
||||
TODO: help for svc schedule giong to user schedule sb form-svc-schedule
|
||||
|
||||
TODO: See if there is an alternate accounting logo without the dollar sign that can be used
|
||||
TODO: NOtification subscriptions and ops notification settings using same logo, is there a more suitable ops settings one because the user one is fine (bullhorn)
|
||||
TODO: Go to invidual views and set the help url to the actual help document name, confirm all work
|
||||
|
||||
@@ -364,7 +364,7 @@ export default function initialize() {
|
||||
//FAKE subitem as is still TBD
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("Accounting"),
|
||||
icon: "file-invoice-dollar",
|
||||
icon: "calculator",
|
||||
route: "/accounting",
|
||||
key: key++
|
||||
});
|
||||
@@ -372,7 +372,7 @@ export default function initialize() {
|
||||
// ** CUSTOMER (TOP)
|
||||
addNavItem(
|
||||
window.$gz.locale.get("Accounting"),
|
||||
"file-invoice-dollar",
|
||||
"calculator",
|
||||
undefined,
|
||||
sub,
|
||||
key++
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "file-invoice-dollar",
|
||||
icon: "calculator",
|
||||
title: window.$gz.locale.get("Accounting"),
|
||||
helpUrl: "form-acc-accounting"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user