From 9d6a54585322567b9c67d6f2d078936311da4ef2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 16 Jan 2021 17:38:48 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +-- ayanova/src/views/inv-part.vue | 26 ++++++-------------------- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0d9e04a4..5f790179 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -124,8 +124,7 @@ todo: server boot up message should show the port it's listening on if possible CURRENTLY DOING: INVENTORY - NOW just finished partassemblyform on to Part I think have to look. It's probably part though. - Part picklist is done, partbiz is probably coded but funky still + NOW just finished part form, need to test reporting and then can move on to whatever is next diff --git a/ayanova/src/views/inv-part.vue b/ayanova/src/views/inv-part.vue index d2e1d14b..94ed84b8 100644 --- a/ayanova/src/views/inv-part.vue +++ b/ayanova/src/views/inv-part.vue @@ -103,7 +103,7 @@ @input="fieldValueChanged('uPC')" > - @@ -842,29 +842,14 @@ function generateMenu(vm) { menuOptions.menuItems.push({ divider: true, inset: false }); //---- SHOW ALL --- - //MIGRATE_OUTSTANDING show all: workorderlist, quotelist, pmlist + //MIGRATE_OUTSTANDING part inventory link from part form menuOptions.menuItems.push({ - title: "WorkOrderList", - icon: "$ayiTools", - key: FORM_KEY + ":WorkOrderList", + title: "PartByWarehouseInventoryList", + icon: "$ayiPallet", + key: FORM_KEY + ":TODO-PartByWareHouseInventoryLinkForThisPart", 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 }); window.$gz.eventBus.$emit("menu-change", menuOptions); @@ -887,6 +872,7 @@ async function initForm(vm) { async function fetchTranslatedText(vm) { await window.$gz.translation.cacheTranslations([ "Part", + "PartByWarehouseInventoryList", "PartName", "PartNotes", "PartPartNumber",