This commit is contained in:
2020-10-05 23:46:29 +00:00
parent a6d7ddf66e
commit e0b3222507
14 changed files with 105 additions and 25 deletions

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-calculator",
icon: "$ayiCalculator",
title: "Accounting",
helpUrl: "form-acc-accounting"
});

View File

@@ -287,7 +287,7 @@ function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-folder",
icon: "$ayiFolder",
title: "Attachments",
helpUrl: "form-adm-attachments",
menuItems: []

View File

@@ -35,7 +35,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-cogs",
icon: "$ayiCogs",
title: "AdministrationGlobalSettings",
helpUrl: "form-adm-global-settings",
formData: {

View File

@@ -583,7 +583,7 @@ async function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: false,
icon: "fa-language",
icon: "$ayiLanguage",
title: "Translation",
helpUrl: "form-adm-translation",
formData: {

View File

@@ -122,7 +122,7 @@ function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-language",
icon: "$ayiLanguage",
title: "TranslationList",
helpUrl: "form-adm-translations",
menuItems: [],

View File

@@ -300,7 +300,7 @@ function generateMenu(vm) {
//plus it's related to this form and people think Customize for the whole shebang
menuOptions.menuItems.push({
title: "Translation",
icon: "fa-language",
icon: "$ayiLanguage",
data: "adm-translations",
key: "app:nav"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-language",
icon: "$ayiLanguage",
title: "Translation",
helpUrl: "form-home-translation"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-dolly",
icon: "$ayiDolly",
title: "InventoryPartInventoryAdjustments",
helpUrl: "form-inv-adjustments"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-dolly-flatbed",
icon: "$ayiDollyFlatbed",
title: "InventoryPurchaseOrderReceipts",
helpUrl: "form-inv-purchase-order-receipts"
});

View File

@@ -12,7 +12,7 @@ export default {
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-store",
icon: "$ayiStore",
title: "VendorList",
helpUrl: "form-vendors"
});