This commit is contained in:
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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: []
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
@@ -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"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user