This commit is contained in:
2021-07-09 23:18:58 +00:00
parent 34bf6d6aa1
commit 9c91109236
3 changed files with 89 additions and 7 deletions

View File

@@ -420,11 +420,24 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
todo 2: Implement "Show All" feature for related objects
also add a Show all workorders for Tech User's in their menu so they can see their own workorders at a glance
actually, there's a *lot* of these potentiall e.g. WorkorderItemParts filtered from Part menu etc etc
I guess literally everything that is a sublist should have a filter on it's parent type that it's tracking (loanunit, schedusers, labor you fucking name it)
(In v7 it was Client, LoanItem and Unit only)
todo: show all, for most lists showing Work orders and the work order icon seems ok for things like project, customer etc however,
for a tech user it could show either scheduled or labor records so then would need more detailed clarification
But then that would potentially display in a confusing manner like when I tried to do workorderitemunits and it just shows "Units" and the icon is the same for Unit so it looks like
a link to a Units list not a workorderitemunits list
Need to determine a standard
look for "show all" and see whats available in trans keys
can I put a section header in menu to disambiguate it?
What if I used the work order icon for each but put differing text as needed if more than one sub item?
todo 2: Implement "Show All" feature for workorder lists as follows:
WorkORderItemScheduledUserDataList
WorkOrderItemLaborDataList
labor and scheduled user records available from several places: Dashboard menu, schedule menu, also under Administration->Users for the benefit of users with rights to that
Shows obvs only if they are capable of being scheduled
todo 1: "DispatchFull" and "DispatchLimited" roles MUST be renamed to "ServiceFull" and "ServiceLimited" to match other roles and intent
dispatch is a subset of a service manager job
@@ -1214,3 +1227,4 @@ BUILD 115
- Unit edit form "Work orders" menu item implemented to show all WorkOrderItemUnit list filtered by unit (replicates the "Show All" workorders feature from v7)
- Loan unit edit form "Work orders" menu item implemented to show all WorkOrders list filtered by loan unit (replicates the "Show All" workorders feature from v7)
- Project edit form "Work orders" menu item implemented to show all WorkOrders list filtered by project (new feature)
- Part edit form "Work orders" menu item implemented to show all WorkOrders list filtered by part (new feature)