diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b7478bd9..b65151fd 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -142,6 +142,7 @@ CURRENTLY DOING: PartByWarehouseInventory NEXT UP: Controller routes, DataList todo: datalist for raw inventory EDIT form for partinventory item openobjecthyandler should open up to event log history of entry, not entry form since it is not editable anyway todo: find a way to do a stock picking list format and expose in UI + I'm thinking some kind of built in view based on a query that I can treat like a tble object with my existing datalist code UseInventory global setting, what to do about that my initial thought is get rid of it and just default to always using inventory but inventory can't go negative so it would need to diff --git a/ayanova/src/api/translation.js b/ayanova/src/api/translation.js index 87bce0b5..058f94da 100644 --- a/ayanova/src/api/translation.js +++ b/ayanova/src/api/translation.js @@ -152,7 +152,7 @@ export default { "LoanUnitList", "PartList", "PartAssemblyList", - "PartByWarehouseInventoryList", + "PartInventoryList", "WorkOrderItemPartRequestList", "InventoryPurchaseOrders", "InventoryPurchaseOrderReceipts", diff --git a/ayanova/src/views/inv-part-inventory.vue b/ayanova/src/views/inv-part-inventory.vue index 2104d57d..60742269 100644 --- a/ayanova/src/views/inv-part-inventory.vue +++ b/ayanova/src/views/inv-part-inventory.vue @@ -16,7 +16,7 @@ :showSelect="rights.read" :reload="reload" v-on:selection-change="handleSelected" - data-cy="projectsTable" + data-cy="partInventoryTable" > @@ -62,12 +62,12 @@ async function clickHandler(menuItem) { let m = window.$gz.menu.parseMenuItem(menuItem); if (m.owner == FORM_KEY && !m.disabled) { switch (m.key) { - case "new": - m.vm.$router.push({ - name: "project-edit", - params: { recordid: 0 } - }); - break; + // case "new": + // m.vm.$router.push({ + // name: "project-edit", + // params: { recordid: 0 } + // }); + // break; case "extensions": let res = await m.vm.$refs.extensions.open( m.vm.$refs.gzdatatable.getDataListSelection(