This commit is contained in:
2021-02-17 19:27:54 +00:00
parent f01af89109
commit 9518e4974f

View File

@@ -91,6 +91,21 @@ todo: how to add locale keys in future after release without erasing all data?
CURRENTLY DOING: PurchaseOrder
todo: BizActionsAsync - handle user changing a part and/or warehouse in an item just as with quantity, forgot about that one
todo: BizActionsAsync - VendorPartNumber automatically set this if teh vendorid has changed from the list of parts there is
also, add VendorPartNumber field, it's missing from model
PO UI for items:
Use ops-backup form list of backups as concept, it uses a v-data-table
It adapts to mobile view with horizontal card so perfect for that and will work for what I need.
make control column for edit mode and put the delete into the edit mode form as it will be safer there
Hidden columns in edit form should also hide in grid display, so, for example
Edit mode ideally will not navigate but will open an edit dialog in place which will act on things from within the same form
this gives the impression of having it all at fingertips rather than the delay of navigation
ideally there will be non db columns in the items with the actual text populated from fetch op, but in a pinch it could fetch each one dynamically
if dynamic fetch then need to consider changing the
PO todo
todo: test duplicate route
todo: test inventory affecting ops