This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|
||||||
|
todo: All indexes in db sb named starting with idx_ instead of just the table name, so just prepend idx_ to every index
|
||||||
|
|
||||||
todo: PickList code at server needs to accept preId as a collection to support getting a list of ad-hoc id's as displayable collection
|
todo: PickList code at server needs to accept preId as a collection to support getting a list of ad-hoc id's as displayable collection
|
||||||
This supports child collections in UI where it's not a picklist but a display of items added to a collection e.g. part assembly parts
|
This supports child collections in UI where it's not a picklist but a display of items added to a collection e.g. part assembly parts
|
||||||
The server biz objects need to be able to access this to return names with id's for UI areas that support adding and removing items from a collection but display simple names
|
The server biz objects need to be able to access this to return names with id's for UI areas that support adding and removing items from a collection but display simple names
|
||||||
@@ -130,7 +132,7 @@ CURRENTLY DOING: INVENTORY
|
|||||||
PartAssembly form
|
PartAssembly form
|
||||||
simple top standard fields then a simple list of selected items that can be added to or removed from
|
simple top standard fields then a simple list of selected items that can be added to or removed from
|
||||||
Biz object needs to send the selected list with names using the new feature for picklist code multiple id's but at the server
|
Biz object needs to send the selected list with names using the new feature for picklist code multiple id's but at the server
|
||||||
|
|
||||||
|
|
||||||
also collection code for partassembly to add and update etc
|
also collection code for partassembly to add and update etc
|
||||||
then routes
|
then routes
|
||||||
|
|||||||
Reference in New Issue
Block a user