This commit is contained in:
@@ -49,6 +49,7 @@ SHELL / NAV / MENUS / LAYOUT
|
||||
|
||||
TODO: Put the title of each new help doc at the top of each doc to assist with confirming it's correct in next step
|
||||
TODO: Go to invidual views and set the help url to the actual help document name, confirm all work
|
||||
TODO: REname Client view vue files to closer reflect what they are and similar to help docs so can see at a glance which is which, currently it's just arbitrary
|
||||
|
||||
TODO: DECIDE WHERE TO PUT MRU? In Home or in drop down menu. (I'm leaning towards in HOME as it's own page because it can be large list and don't want to burden or slow the menu too much)
|
||||
TODO: STUB OUT MENU ITEMS MISSING
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "file-invoice-dollar",
|
||||
title: window.$gz.locale.get("Accounting"),
|
||||
helpUrl: "user-form-accounting"
|
||||
helpUrl: "form-acc-accounting"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "file-archive",
|
||||
title: window.$gz.locale.get("Backup"),
|
||||
helpUrl: "ops-form-backup"
|
||||
helpUrl: "form-ops-backup"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "language",
|
||||
title: window.$gz.locale.get("SetLoginPassword"),
|
||||
helpUrl: "user-form-change-pw"
|
||||
helpUrl: "form-home-password"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "file-contract",
|
||||
title: window.$gz.locale.get("ContractList"),
|
||||
helpUrl: "user-form-contracts"
|
||||
helpUrl: "form-svc-contracts"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "child",
|
||||
title: window.$gz.locale.get("ClientServiceRequestList"),
|
||||
helpUrl: "user-form-csrs"
|
||||
helpUrl: "form-svc-csr"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "address-card",
|
||||
title: window.$gz.locale.get("ClientList"),
|
||||
helpUrl: "user-form-customers"
|
||||
helpUrl: "form-cust-customers"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "tachometer-alt",
|
||||
title: window.$gz.locale.get("DashboardDashboard"),
|
||||
helpUrl: "user-form-dashboard"
|
||||
helpUrl: "form-home-dashboard"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "folder",
|
||||
title: window.$gz.locale.get("Attachments"),
|
||||
helpUrl: "user-form-files-list"
|
||||
helpUrl: "form-adm-attachments"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "cogs",
|
||||
title: window.$gz.locale.get("AdministrationGlobalSettings"),
|
||||
helpUrl: "user-form-global-settings"
|
||||
helpUrl: "form-adm-global-settings"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "sitemap",
|
||||
title: window.$gz.locale.get("HeadOfficeList"),
|
||||
helpUrl: "user-form-headoffices"
|
||||
helpUrl: "form-cust-headoffices"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "history",
|
||||
title: window.$gz.locale.get("History"),
|
||||
helpUrl: "user-form-history"
|
||||
helpUrl: "form-adm-history"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "dolly",
|
||||
title: window.$gz.locale.get("InventoryPartInventoryAdjustments"),
|
||||
helpUrl: "user-form-inventory-adjustment-list"
|
||||
helpUrl: "form-inv-adjustments"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "robot",
|
||||
title: window.$gz.locale.get("ServerJobs"),
|
||||
helpUrl: "ops-form-jobs"
|
||||
helpUrl: "form-ops-jobs"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "ticket-alt",
|
||||
title: window.$gz.locale.get("HelpLicense"),
|
||||
helpUrl: "user-form-license"
|
||||
helpUrl: "form-adm-license"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "plug",
|
||||
title: window.$gz.locale.get("LoanItemList"),
|
||||
helpUrl: "user-form-csrs"
|
||||
helpUrl: "form-svc-loaners"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "language",
|
||||
title: window.$gz.locale.get("LocalizedTextDesign"),
|
||||
helpUrl: "user-form-locales"
|
||||
helpUrl: "form-adm-localized-text"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "inbox",
|
||||
title: window.$gz.locale.get("Memo"),
|
||||
helpUrl: "user-form-memo"
|
||||
helpUrl: "form-home-memos"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "file-medical-alt",
|
||||
title: window.$gz.locale.get("ServerMetrics"),
|
||||
helpUrl: "ops-form-server-metrics"
|
||||
helpUrl: "form-ops-metrics"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "bullhorn",
|
||||
title: window.$gz.locale.get("NotificationSettings"),
|
||||
helpUrl: "ops-form-notify-settings"
|
||||
helpUrl: "form-ops-notification-settings"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "bullhorn",
|
||||
title: window.$gz.locale.get("NotifySubscriptionList"),
|
||||
helpUrl: "user-form-notify-subscriptions"
|
||||
helpUrl: "form-home-notification"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "pallet",
|
||||
title: window.$gz.locale.get("PartByWarehouseInventoryList"),
|
||||
helpUrl: "user-form-part-inventory-list"
|
||||
helpUrl: "form-inv-part-inventory"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "paper-plane",
|
||||
title: window.$gz.locale.get("WorkorderItemPartRequestList"),
|
||||
helpUrl: "user-form-part-request-list"
|
||||
helpUrl: "form-inv-part-requests"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "boxes",
|
||||
title: window.$gz.locale.get("PartList"),
|
||||
helpUrl: "user-form-parts"
|
||||
helpUrl: "form-inv-parts"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "stamp",
|
||||
title: window.$gz.locale.get("WorkorderPreventiveMaintenanceTemplate"),
|
||||
helpUrl: "user-form-pm-templates"
|
||||
helpUrl: "form-svc-pm-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "business-time",
|
||||
title: window.$gz.locale.get("WorkorderPreventiveMaintenanceList"),
|
||||
helpUrl: "user-form-pmlist"
|
||||
helpUrl: "form-svc-pm"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "shipping-fast",
|
||||
title: window.$gz.locale.get("InventoryPurchaseOrders"),
|
||||
helpUrl: "user-form-purchase-order-list"
|
||||
helpUrl: "form-inv-purchase-orders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "dolly-flatbed",
|
||||
title: window.$gz.locale.get("InventoryPurchaseOrderReceipts"),
|
||||
helpUrl: "user-form-purchase-order-receipt-list"
|
||||
helpUrl: "form-inv-purchase-order-receipts"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "stamp",
|
||||
title: window.$gz.locale.get("WorkorderQuoteTemplate"),
|
||||
helpUrl: "user-form-quote-templates"
|
||||
helpUrl: "form-svc-quote-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "edit",
|
||||
title: window.$gz.locale.get("WorkorderQuoteList"),
|
||||
helpUrl: "user-form-quotes"
|
||||
helpUrl: "form-svc-quotes"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "sticky-note",
|
||||
title: window.$gz.locale.get("ScheduleMarkerList"),
|
||||
helpUrl: "user-form-reminder"
|
||||
helpUrl: "form-home-reminders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "th-list",
|
||||
title: window.$gz.locale.get("ReportList"),
|
||||
helpUrl: "user-form-report-list"
|
||||
helpUrl: "form-adm-report-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "calendar-alt",
|
||||
title: window.$gz.locale.get("Schedule"),
|
||||
helpUrl: "user-form-schedule"
|
||||
helpUrl: "form-home-schedule"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "history",
|
||||
title: window.$gz.locale.get("ServerLog"),
|
||||
helpUrl: "user-form-server-logs"
|
||||
helpUrl: "form-ops-log"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "chart-line",
|
||||
title: window.$gz.locale.get("Statistics"),
|
||||
helpUrl: "user-form-kpi"
|
||||
helpUrl: "form-adm-statistics"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -652,7 +652,7 @@ function generateMenu(vm) {
|
||||
isMain: false,
|
||||
icon: "fa-splotch",
|
||||
title: window.$gz.locale.get("Widget"),
|
||||
helpUrl: "user-form-widget",
|
||||
helpUrl: "form-widget",
|
||||
formData: {
|
||||
formKey: FORM_KEY,
|
||||
ayaType: window.$gz.type.Widget,
|
||||
|
||||
@@ -62,7 +62,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "fa-dolly",
|
||||
title: window.$gz.locale.get("Inventory"),
|
||||
helpUrl: "user-form-inventory"
|
||||
helpUrl: "form-widget"
|
||||
});
|
||||
},
|
||||
components: {
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "dice-d20",
|
||||
title: window.$gz.locale.get("UnitModels"),
|
||||
helpUrl: "user-form-unit-models"
|
||||
helpUrl: "form-svc-unit-models"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "fan",
|
||||
title: window.$gz.locale.get("UnitList"),
|
||||
helpUrl: "user-form-units"
|
||||
helpUrl: "form-svc-units"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "language",
|
||||
title: window.$gz.locale.get("Locale"),
|
||||
helpUrl: "user-form-user-locale"
|
||||
helpUrl: "form-home-locale"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "users",
|
||||
title: window.$gz.locale.get("UserList"),
|
||||
helpUrl: "user-form-users"
|
||||
helpUrl: "form-adm-users"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "stamp",
|
||||
title: window.$gz.locale.get("WorkorderServiceTemplate"),
|
||||
helpUrl: "user-form-workorder-template"
|
||||
helpUrl: "form-svc-workorder-templates"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "tools",
|
||||
title: window.$gz.locale.get("WorkorderServiceList"),
|
||||
helpUrl: "user-form-workorders"
|
||||
helpUrl: "form-svc-workorders"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user