Renamed roles and trans keys "Limited"->"Restricted" "Full" -> ""

This commit is contained in:
2021-07-12 17:19:09 +00:00
parent cd1d8ce802
commit 1994691749
5 changed files with 27 additions and 28 deletions

View File

@@ -420,21 +420,6 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
todo 2: Implement "Show All" feature for workorder lists as follows:
Already implemented in admin-user but now need to replicate to personal user areas:
Schedule menu
Dashboard menu
Copy the code from the admin-user menu but change the if statement to use the store.state.isScheduleableUser flag set on login
To show
WorkORderItemScheduledUserDataList
WorkOrderItemLaborDataList
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
@@ -1226,3 +1211,12 @@ BUILD 115
- 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 WorkOrderItemParts list filtered by part (new feature)
- User edit form "Scheduled Users" and "Labors" menu items implemented to show all workorderitem scheduled user and workorderitemlabor lists filtered by User (new feature)
- Dashboard form "Scheduled Users" and "Labors" menu items implemented to show all workorderitem scheduled user and workorderitemlabor lists filtered by current User (new feature)
- Translation roles: changed "Limited" to "Restricted" to more properly reflect what it means and also in all translations which translate more accurately this way
- Transtlation roles: removed "- full" from full rights roles
i.e. "Inventory - Full" is now just "Inventory"
- Role object and Translation: renamed "Dispatch" roles to "Service" roles as "Dispatch" is a sub-set of all Service manager tasks and roles
i.e. "Dispatch", "Dispatch - restricted" now "Service", "Service - restricted"
this also ties in more tightly with the user interface menu options making it clearer where it applies