This commit is contained in:
2021-01-13 19:59:48 +00:00
parent bf212b1476
commit d2616c7c37

View File

@@ -5,6 +5,8 @@
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
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
@@ -130,7 +132,7 @@ CURRENTLY DOING: INVENTORY
PartAssembly form
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
also collection code for partassembly to add and update etc
then routes