This commit is contained in:
@@ -10,6 +10,9 @@ TODO: SET DEADLINES
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
## CLIENT MISC ITEMS
|
||||
todo: bugbug sort a column in data table then remove that column from display will trigger error
|
||||
needs to gracefully handle missing columns
|
||||
|
||||
todo: poitem edit form currency fields when updated by server on save lose currency format and show as raw decimal number
|
||||
maybe currency control does not respond to underlying data changes it didn't initiate?
|
||||
seems maybe it's ok in main form but that's maybe just because it doesn't change values automatically
|
||||
@@ -175,7 +178,13 @@ todo: how to add locale keys in future after release without erasing all data?
|
||||
CURRENTLY DOING: PurchaseOrder - restock required
|
||||
|
||||
todo: currently working on datatable to emit full row selections since there is no ID to select items in restocklist as it has no id
|
||||
maybe a materialized view would but I want live data only
|
||||
can't ever work because server only sends columns asked for, there is no concept of a hidden column but available
|
||||
so instead either need to abandon the extension for this and do it in the form as before or
|
||||
I have a crazy idea of server putting all the relevant data in the ID column somehow, maybe as part of query?
|
||||
If this is a one off then I'm wasting too much time on this and should just put it into the form
|
||||
but if will use elsewhere (besides woitempartrequest) for stuff then maybe...
|
||||
what is going to need a list for an extension but is *not* based on some data with id's?? accounting plugins? No they deal with records. Hmm...
|
||||
|
||||
|
||||
todo: restock required feature
|
||||
Next step is to create an extension to copy to existing or new workorder for selected items
|
||||
|
||||
Reference in New Issue
Block a user