This commit is contained in:
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
@input="fieldValueChanged('uPC')"
|
@input="fieldValueChanged('uPC')"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
<!-- //MIGRATE_OUTSTANDING - track serial needs to handle (or maybe doesn't for flexibility) scenario where there is inventory and user flips it
|
<!-- //MIGRATE_OUTSTANDING - track serial needs to handle (or maybe doesn't for flexibility) scenario where there is inventory and user flips it
|
||||||
//also biz rule at server, maybe best handled as just the biz rule to save a trip to the server to check inventory?
|
//also biz rule at server, maybe best handled as just the biz rule to save a trip to the server to check inventory?
|
||||||
//I guess if it just fixed the inventory if they decide to de-serialize it or something?
|
//I guess if it just fixed the inventory if they decide to de-serialize it or something?
|
||||||
//must look at cases -->
|
//must look at cases -->
|
||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user