This commit is contained in:
@@ -12,6 +12,11 @@ todo: when have po, can po serial number be set by user and accepted by postgres
|
||||
I think it can with the definition I have set up.
|
||||
this would be useful for scenarios like 4alarm with the oddball po and other auto generated id numbers
|
||||
|
||||
todo: "Picklist display formats" translation used in admin settings
|
||||
rename to something more generic like selectable items display format or something as it's used in displaying in lists as well like part assembly parts
|
||||
|
||||
todo: partassembly form should use an edit dialog rather than edit in place in the grid as it's ugly and clunky and outside of the standard that will be used in PO and wo etc
|
||||
|
||||
todo: WHEN HAVE WORKORDER FORM customer popup notes need to pop pop pop, forgot to code for that before
|
||||
It's been requested for a couple of other places as well so I need a re-usable solution for this
|
||||
maybe it requires dismissal rather than what I was thinking of which is a self closing alert as people may want to read it for a while.
|
||||
@@ -99,12 +104,14 @@ 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
|
||||
Hidden columns in edit form should also hide in grid display, code it even though there is little to hide here but it could be useful for wo to have that speccd out
|
||||
Disable sort in addition to filter on the table or take the time to add code to sort correctly because the default sort is pretty shitty and only alphanumeric
|
||||
|
||||
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
|
||||
ideally the server should send the text to display along with the items to save triggering multiple round trips
|
||||
ideally it should display in the displayformat chosen for that picklist type item to mirror functionality, or maybe not to save space just name field etc
|
||||
|
||||
|
||||
PO todo
|
||||
todo: test duplicate route
|
||||
|
||||
Reference in New Issue
Block a user