This commit is contained in:
2020-06-30 21:22:11 +00:00
parent b8e796ec70
commit a5320d0e27
40 changed files with 42 additions and 70 deletions

View File

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

View File

@@ -19,7 +19,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-cogs",
title: this.$ay.t("AdministrationGlobalSettings"),
title: "AdministrationGlobalSettings",
helpUrl: "form-adm-global-settings",
formData: {
ayaType: window.$gz.type.Global

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-history",
title: this.$ay.t("History"),
title: "History",
helpUrl: "form-adm-history",
hideSearch: true
});

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-th-list",
title: this.$ay.t("ReportList"),
title: "ReportList",
helpUrl: "form-adm-report-templates"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-chart-line",
title: this.$ay.t("Statistics"),
title: "Statistics",
helpUrl: "form-adm-statistics",
formData: {
ayaType: window.$gz.type.BizMetrics

View File

@@ -15,7 +15,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: false,
icon: "fa-info-circle",
title: this.$ay.t("Log"),
title: "Log",
helpUrl: "form-ay-log",
menuItems: []

View File

@@ -11,7 +11,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-file-alt",
title: this.$ay.t("Report"),
title: "Report",
helpUrl: "form-ay-report"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-calendar-check",
title: this.$ay.t("Review"),
title: "Review",
helpUrl: "form-ay-review"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-address-card",
title: this.$ay.t("CustomerList"),
title: "CustomerList",
helpUrl: "form-cust-customers"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-sitemap",
title: this.$ay.t("HeadOfficeList"),
title: "HeadOfficeList",
helpUrl: "form-cust-headoffices"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-child",
title: this.$ay.t("CustomerServiceRequestList"),
title: "CustomerServiceRequestList",
helpUrl: "form-customer-csr-list"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-tools",
title: this.$ay.t("WorkOrderList"),
title: "WorkOrderList",
helpUrl: "form-customer-workorders"
});
}

View File

@@ -23,7 +23,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-tachometer-alt",
title: this.$ay.t("Dashboard"),
title: "Dashboard",
helpUrl: "form-home-dashboard"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-inbox",
title: this.$ay.t("MemoList"),
title: "MemoList",
helpUrl: "form-home-memos"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-bullhorn",
title: this.$ay.t("NotifySubscriptionList"),
title: "NotifySubscriptionList",
helpUrl: "form-home-notify-subscriptions",
formData: {
ayaType: window.$gz.type.NotificationSubscription

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-sticky-note",
title: this.$ay.t("ReminderList"),
title: "ReminderList",
helpUrl: "form-home-reminders"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-calendar-day",
title: this.$ay.t("Schedule"),
title: "Schedule",
helpUrl: "form-home-schedule"
});
}

View File

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

View File

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

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-pallet",
title: this.$ay.t("PartByWarehouseInventoryList"),
title: "PartByWarehouseInventoryList",
helpUrl: "form-inv-part-inventory"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-paper-plane",
title: this.$ay.t("WorkOrderItemPartRequestList"),
title: "WorkOrderItemPartRequestList",
helpUrl: "form-inv-part-requests"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-boxes",
title: this.$ay.t("PartList"),
title: "PartList",
helpUrl: "form-inv-parts"
});
}

View File

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

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-shipping-fast",
title: this.$ay.t("InventoryPurchaseOrders"),
title: "InventoryPurchaseOrders",
helpUrl: "form-inv-purchase-orders"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-bullhorn",
title: this.$ay.t("NotificationSettings"),
title: "NotificationSettings",
helpUrl: "form-ops-notification-settings",
formData: {
ayaType: window.$gz.type.NotificationSubscription

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-file-contract",
title: this.$ay.t("ContractList"),
title: "ContractList",
helpUrl: "form-svc-contracts"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-child",
title: this.$ay.t("CustomerServiceRequestList"),
title: "CustomerServiceRequestList",
helpUrl: "form-svc-csr-list"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-plug",
title: this.$ay.t("LoanUnitList"),
title: "LoanUnitList",
helpUrl: "form-svc-loaners"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-business-time",
title: this.$ay.t("PMList"),
title: "PMList",
helpUrl: "form-svc-pm-list"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-stamp",
title: this.$ay.t("PMTemplate"),
title: "PMTemplate",
helpUrl: "form-svc-pm-templates"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-stamp",
title: this.$ay.t("WorkOrderQuoteTemplate"),
title: "WorkOrderQuoteTemplate",
helpUrl: "form-svc-quote-templates"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-pencil-alt",
title: this.$ay.t("QuoteList"),
title: "QuoteList",
helpUrl: "form-svc-quotes"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-calendar-alt",
title: this.$ay.t("Schedule"),
title: "Schedule",
helpUrl: "form-svc-schedule"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-dice-d20",
title: this.$ay.t("UnitModels"),
title: "UnitModels",
helpUrl: "form-svc-unit-models"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-fan",
title: this.$ay.t("UnitList"),
title: "UnitList",
helpUrl: "form-svc-units"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-stamp",
title: this.$ay.t("WorkOrderServiceTemplate"),
title: "WorkOrderServiceTemplate",
helpUrl: "form-svc-workorder-templates"
});
}

View File

@@ -13,7 +13,7 @@ export default {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,
icon: "fa-tools",
title: this.$ay.t("WorkOrderList"),
title: "WorkOrderList",
helpUrl: "form-svc-workorders"
});
}

View File

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