This commit is contained in:
2021-07-09 20:35:44 +00:00
parent 3f65e9e40c
commit 4c09edee2a

View File

@@ -420,6 +420,11 @@ todo: many biz objects are not using new PUT methodology
CURRENTLY DOING:
"WorkOrders" is what is showing translated in the customer / project etc menu, it should not say that, looks like a variable name
change that translation to "Work orders" and change the key to use "Work order list" instead if possible
todo: add Project to default workorderlist. Also, anything that is a feature to show from somewhere in list should show that thing by default to show it off
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
@@ -1205,50 +1210,8 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
BUILD CHANGES OF NOTE
BUILD 114
- Copy work order item implemented (was v7 feature)
Can now Copy woitem to *any* work order
Completely new functionality not in v7
Can also copy to the *same* workorder which is handy to duplicate a bunch of woitems that are the same
Copied item is inserted into target work order as if user had just entered it
i.e. all done at client end and not saved automatically.
This means user can edit as necessary before first save and avoids a bunch of fuckery
Note: v7 "move" woitem feature is intentionally not implemented
user can replicate by copy and then delete source woitem
- WorkOrder form implemented sched user tech notes from customer record as an alert at top
re-styled the top alert boxes in work order form so they now show the customer / contract "popup" alert notes in red and the tech notes are just regular dark primary text
- WorkOrderItemScheduledUser convert to labor implemented (was v7 feature)
- workorderitemlabor "Append tasks" implemented (new feature, customer requested)
- WorkorderItemUnit Unit warranty and recent workorder info widget added (was v7 feature)
- WorkOrderItemPart Generate Unit from Part implemented (was v7 feature)
- Additional *Viz fields requested for workorder added:
workorderitempart - part name in addition to part number - added as "PartNameViz"
Workorder header - Customer scheduled user alert notes - added as "CustomerTechNotesViz"
WorkOrderItemUnit - added following fields, show in wo ui workorderitemunit table (hideable) as well as available in report data
UnitModelModelNumber
UnitModelVendorID
UnitModelName
UnitDescription
- Report editor fixed regression where could not open a report template from the main report template data list
- Report editor exposed the AType AyaNova Type field in the form to facilitate re-using a report with a different type of object
For example: idea being that a user can duplicate a report template originally made for a Customer then change it to a HeadOffice type and just edit the changed bits
this is also to facilitate you being able to port the Widget reports to other objects
- Report list added NOTES field
- Reports added reports you sent friday July 9th
- De-Widgetification round 1
removed from main menu, removed from Seeder, lot's of other places to go
BUILD 115
- "WorkOrder" changed to "Work order" in all English translation keys that displayed it
- Customer "WorkOrders" menu item implemented, is the "Show All" workorders feature from v7
- Project "WorkOrders" menu item implemented