This commit is contained in:
2021-01-16 17:38:48 +00:00
parent 5f7e694572
commit 9d6a545853
2 changed files with 7 additions and 22 deletions

View File

@@ -124,8 +124,7 @@ todo: server boot up message should show the port it's listening on if possible
CURRENTLY DOING: INVENTORY CURRENTLY DOING: INVENTORY
NOW just finished partassemblyform on to Part I think have to look. It's probably part though. NOW just finished part form, need to test reporting and then can move on to whatever is next
Part picklist is done, partbiz is probably coded but funky still

View File

@@ -842,29 +842,14 @@ function generateMenu(vm) {
menuOptions.menuItems.push({ divider: true, inset: false }); menuOptions.menuItems.push({ divider: true, inset: false });
//---- SHOW ALL --- //---- SHOW ALL ---
//MIGRATE_OUTSTANDING show all: workorderlist, quotelist, pmlist //MIGRATE_OUTSTANDING part inventory link from part form
menuOptions.menuItems.push({ menuOptions.menuItems.push({
title: "WorkOrderList", title: "PartByWarehouseInventoryList",
icon: "$ayiTools", icon: "$ayiPallet",
key: FORM_KEY + ":WorkOrderList", key: FORM_KEY + ":TODO-PartByWareHouseInventoryLinkForThisPart",
vm: vm vm: vm
}); });
menuOptions.menuItems.push({
title: "QuoteList",
icon: "$ayiPencilAlt",
key: FORM_KEY + ":QuoteList",
vm: vm
});
menuOptions.menuItems.push({
title: "PMList",
icon: "$ayiBusinessTime",
key: FORM_KEY + ":PMList",
vm: vm
});
//--- /show all ---
menuOptions.menuItems.push({ divider: true, inset: false }); menuOptions.menuItems.push({ divider: true, inset: false });
window.$gz.eventBus.$emit("menu-change", menuOptions); window.$gz.eventBus.$emit("menu-change", menuOptions);
@@ -887,6 +872,7 @@ async function initForm(vm) {
async function fetchTranslatedText(vm) { async function fetchTranslatedText(vm) {
await window.$gz.translation.cacheTranslations([ await window.$gz.translation.cacheTranslations([
"Part", "Part",
"PartByWarehouseInventoryList",
"PartName", "PartName",
"PartNotes", "PartNotes",
"PartPartNumber", "PartPartNumber",