This commit is contained in:
2019-12-20 17:23:00 +00:00
parent 4acce87973
commit ad3ddbf322
43 changed files with 43 additions and 42 deletions

View File

@@ -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

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "child",
title: window.$gz.locale.get("ClientServiceRequestList"),
helpUrl: "user-form-csrs"
helpUrl: "form-svc-csr"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "sitemap",
title: window.$gz.locale.get("HeadOfficeList"),
helpUrl: "user-form-headoffices"
helpUrl: "form-cust-headoffices"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "history",
title: window.$gz.locale.get("History"),
helpUrl: "user-form-history"
helpUrl: "form-adm-history"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "robot",
title: window.$gz.locale.get("ServerJobs"),
helpUrl: "ops-form-jobs"
helpUrl: "form-ops-jobs"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "plug",
title: window.$gz.locale.get("LoanItemList"),
helpUrl: "user-form-csrs"
helpUrl: "form-svc-loaners"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "inbox",
title: window.$gz.locale.get("Memo"),
helpUrl: "user-form-memo"
helpUrl: "form-home-memos"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "boxes",
title: window.$gz.locale.get("PartList"),
helpUrl: "user-form-parts"
helpUrl: "form-inv-parts"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "edit",
title: window.$gz.locale.get("WorkorderQuoteList"),
helpUrl: "user-form-quotes"
helpUrl: "form-svc-quotes"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -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,

View File

@@ -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: {

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "fan",
title: window.$gz.locale.get("UnitList"),
helpUrl: "user-form-units"
helpUrl: "form-svc-units"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "users",
title: window.$gz.locale.get("UserList"),
helpUrl: "user-form-users"
helpUrl: "form-adm-users"
});
}
};

View File

@@ -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"
});
}
};

View File

@@ -14,7 +14,7 @@ export default {
isMain: true,
icon: "tools",
title: window.$gz.locale.get("WorkorderServiceList"),
helpUrl: "user-form-workorders"
helpUrl: "form-svc-workorders"
});
}
};