From 9518e4974f68bcda051b789958acfc2dc7c8bbe1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 17 Feb 2021 19:27:54 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 8c7b5547..97503b3f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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