diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 79b9c3b7..de5c40af 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -103,6 +103,13 @@ PO item to show part Name field as well but be hideable in customize form? number is always present, name optional? PO item not showing taxaviz and taxbviz PO item Receive button confusing as it receives all, maybe change text to receive all or append the quantity ordered at the end of the text of the button, like Receive 3 +Can part inventory list also show on order and on order committed? +Part inventory list what is the deal with the description field and going to the history? Can it be more like the transaction list and have both that and source or...?? Not sure what's up there? +**Part inventory list view will NOT show all parts if previously selected to view the actual part inventory for a single part. I have listed how to recreate: +- from Parts listview, select a specific part - i.e. 0513678 -> which opens its part form -> select menu option Part Inventory -> which shows list view Part Inventory for ONLY this part and warehouses where has inventory -> click on hamburger menu selecting the main Part Inventory list - nothing happens, the list stays showing ONLY for that specific part. There's no filter to remove, refreshing makes no difference. IF select a completely different list view (i.e. Parts or Customers) to view that list AND THEN go back and select Part INventory list, now will see Part Inventory for all parts. + +Part inventory adjustment adding from list that is already restricted to one part only (coming from part form menu) should pre-select the part in the new adjustment form if it came from a restricted list to one part already. + ..... @@ -1246,6 +1253,7 @@ I understadn that majority clicking on Receive works best - AND if want to recei [I could change the translation text to "receive all" or put the "ordered" amount to the right of the Receive text so it says "Receive 3" for example? What are you thoughts on that?] Editing a PO such as adding another item to its order (not received) that has been set to Closed - Fully Received. Doesn't do anything in response. Stays at the old status. I understand that status is up to the user, but nothing? not even a "item added, status may not be relevant" or something? Or anything? How is this going to be advertised to the end user - "do whatever you want..." +[Yes, completely up to user how they choose to use it. It's so different in how it works I struggled to find a system that woudl work automatically and not get in the way. The status before was tied to how it worked but it doesn't work that way anymore and technically users could just hide it if they don't use it. If you have any suggestions on something different I can look into it, just couldn't think of a clean automatic system at the time] ************************* @@ -1253,21 +1261,27 @@ Inventory transactions: ************************* Is this as expected? When I add a part to a PO, the page shows automatically saved. OK. BUT I noticed that ONLY WHEN I have to click on save does the inventory transaction actually is logged under "inventory transactions". For example - I ordered a part in an existing PO, the PO shows already saved. Exited out. Went to Inventory Transactions and THAT TRANSACTION IS NOT LISTED. ONLY when I receive (which coincidently requires ME to click on the Save button before leaving) does a transaction record get logged. So there is no "transaction logged" when a part is ordered, only when is received? +[Yes, an "order" isn't part of inventory until it's received so there is no transaction to record. The inventory transaction log *is* the actual inventory itself and the source of where all inventory values are pulled from] ******************** JOHN Part inventory ******************** Is Qty on Order Committed and On Order being added later? **AyaNova 7 "part inventory" for an individual part would show at a glance "On Hand, Qty on order committed", Restock Level, and On Order. In Raven, when select the menu option "Inventory" for a specific part record get redirected to (I am assuming, but does NOT show is filtered) the Part inventory list view filtered to show only that part and for each warehouse the On Hand Qty and Description only shows. +[I'll look into it, can't recall. That particular thing doesn't actually exist anymore as a field anywhere, where it's required for the restock list it pulls it out of the database via a query of the PO's not stored with the warehouse itself as that was exactly what was causing inventory issues in v7 (storing summary values in the warehouse record). I do have on order and on hand for the restock list, not sure if it's exposed anywhere else] Is this as expected? Why is Part stocking levels in a separate menu access? Ah I think its because Part inventory is where you can make an Adjustment and view existing inventory levels, but doesn't have an accessible area for Restock levels for each warehouse. +[as expected. Do you think there should be a way from warehouse to look at restock levels of *all* parts for that warehouse? ] **clicking on the "Description" (the column Description in the Part inventory listview) brings up a single slice of history. I thought it would take me to THAT item - i.e. if says "Purchase Order 18 Created" it takes me to that specific history, but I expected it to take me to PO 18. What is the purpose of taking the end user to that single history? +[I'll look into it, can't recall what that's about; something funky with the columns for that list too] **Part inventory list view will NOT show all parts if previously selected to view the actual part inventory for a single part. I have listed how to recreate: - from Parts listview, select a specific part - i.e. 0513678 -> which opens its part form -> select menu option Part Inventory -> which shows list view Part Inventory for ONLY this part and warehouses where has inventory -> click on hamburger menu selecting the main Part Inventory list - nothing happens, the list stays showing ONLY for that specific part. There's no filter to remove, refreshing makes no difference. IF select a completely different list view (i.e. Parts or Customers) to view that list AND THEN go back and select Part INventory list, now will see Part Inventory for all parts. +[I'll look into it] Error - Name:TypeError, Message:Cannot read property 'fieldKey' of undefined when click on column setting for listview for Part Inventory listview. +[will fix] @@ -1275,6 +1289,7 @@ Error - Name:TypeError, Message:Cannot read property 'fieldKey' of undefined whe Part inventory adjustment: ************************** **I'm viewing a specific part. I click on Part Inventory. ONLY this part (and the warehouses that have inventory of it) are listed. I click on the + which opens to the Part Inventory adjustment form. I noticed that the Part is NOT automatically pre-selected for me, so now I have to go back to get the number and then click again to now find it in the list. Would be helpful if when +ing a part inventory adjustment FROM a specific part, that THAT part be already selected. +[I'll try to make that happen not sure if it's possible but will try]