This commit is contained in:
2021-02-09 19:07:19 +00:00
parent bf80df7354
commit 42cfddbc6e
2 changed files with 49 additions and 64 deletions

View File

@@ -1,12 +1,18 @@
Grab bag stuff that didn't fit into official TODO
todo: going to need some default views for certain lists that come with AyaNova automatically (even if migrating)
some lists may need a list of all but also a list of all relevant items only (part inventory?)
Views that supply common tasks or functionality that was in v7 in another way
perhaps need a case to consolidate that under or maybe add the views during development?
todo: Look for english text at server and client source code and change it all to translation keys
todo: Users / Contacts lists not reportable from main UI
not using regular DataList for user lists and contact lists?
currently not reportable as a list easily since not a GZDataList but could probably rectify that even without switching to datalist
likely just a bit of code required to enable it
todo: consider that a picklist could come in separate versions that are most appropriate to their area
so a PO might show a different part list than a wo etc
not sure if sustainable as the system just expects one picklist per ayatype, but it could be tied into the variant or
maybe needs additional hint
todo: PROBABLY NOT REQUIRED SEE BOTTOM LINE BELOW: missing feature, can't filter widgetlist by User due to no UserList being available
Is this meant to be text only filter and we have no id filter system?
How hard to add proper list selection and ID because it seems important?