diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3d5a6a97..7237f485 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 38b8fcf6..976858fc 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -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++ diff --git a/ayanova/src/views/accounting.vue b/ayanova/src/views/accounting.vue index 5863d34f..de3e5813 100644 --- a/ayanova/src/views/accounting.vue +++ b/ayanova/src/views/accounting.vue @@ -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" });