This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
## ROUGH SCHEDULE
|
||||
|
||||
July
|
||||
Blizzard DOUBLE STARRED #1 ITEMS ONLY
|
||||
|
||||
quote
|
||||
pm
|
||||
@@ -501,7 +500,14 @@ todo:2 many biz objects are not using new PUT methodology
|
||||
|
||||
|
||||
CURRENTLY DOING:
|
||||
quote
|
||||
Plan:
|
||||
|
||||
identify model changes to quote from service work order
|
||||
Go over old quote model and see if anything is worht keeping and comment out
|
||||
copy all workorder models that quote shares (skip partrequest etc) and modify as identified earlier
|
||||
copy workorderbiz entirely to quote
|
||||
copy workorder entirely and rename to quote then modify the fields that differ in the model and schema
|
||||
|
||||
|
||||
|
||||
@@ -818,69 +824,4 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo
|
||||
|
||||
BUILD CHANGES OF NOTE
|
||||
|
||||
BUILD 116
|
||||
|
||||
- Work order Unit Contract: added code to handle Unit with contract on work order. Originally was going to apply automatically at server but this would cause many secondary issues, so instead opted to prompt user and set at client end instead.
|
||||
see help docs for details
|
||||
Note: you made a case for this case 114, please remove it once you confirm it's resolved (and any other "testing issue" cases that are resolved as well)
|
||||
|
||||
- Work order unit selection: added code to restrict the selection of Units to the current Work order selected customer but permit the "Add multiple units" by tag feature to allow *any* Customer's Units
|
||||
which satisfies Scot at 4alarms dual requirements of needing to add multiple units at once based on some criteria (tags) and also add from any Customer's Units.
|
||||
Also documented this in the work order help page which is just notes for now until I write out the proper documentation.
|
||||
(note that if no customer is selected yet on the work order it defaults to presenting all units from all customers)
|
||||
|
||||
- Work order address "Select alternate address" feature for physical address now offers all Unit addresses for selection in addition to previous alternate address choices
|
||||
|
||||
- Customer -> Show all Units menu item implemented
|
||||
|
||||
- Workorderitemunit: added unit address fields to report data if needed to print independantly of workorder header address (case 583)
|
||||
|
||||
- Workorderitemscheduleduser: added "convert all to labor" menu option and implemented (case 1362)
|
||||
|
||||
- Work order: added CreatedDate field to work order header, it's not user editable and is set automatically by the server on creation
|
||||
also changed the seeder data to ensure a wide range of created dates to show the feature in sample data
|
||||
|
||||
- Data Table filter / columns: added Interval / Duration type column and filters to go with it.
|
||||
Now data tables can show durations in columns and filter / sort on them
|
||||
Filters are limited to greater than or less than due to nature of this type of data which is very hard to match precisely due to millisecond differences
|
||||
making equals or not equals useless for exact comparison. In addition these types of fields always have a value even if it's zero so they don't work with Has value / no Value either
|
||||
Greater than and less than can be used to match any value desired by using two filters one greater one less and use of the OR or AND option as appropriate
|
||||
|
||||
- Workorder* main data tables: added "synthetic" Age field from work order header which shows age of work order from creation timestamp to current time (case 1908)
|
||||
This is not an actual field, it only exists in the datatable lists
|
||||
(by design shows minutes as the lowest resolution value even though the filter can be set for seconds for future other data tables where seconds might be relevant)
|
||||
New feature might be a potential "sneak peek"
|
||||
|
||||
- WorkOrder* main data tables: added "Time to completion" time span field (case 1908) which is set upon a work order being saved as a "Completed" status and un set when a work order is set to a non "Completed" status
|
||||
(Serially setting it to another completed status or vice versa does not affect the time to completion, only the first switch between completed and not completed states)
|
||||
Also a new feature might be a potential sneak peek
|
||||
|
||||
- Seed data alt-language example users (German, Spanish, French) adjusted roles so that they can see all (non customer) areas of AyaNova to examine translations (BizAdmin and OpsAdmin covers everything)
|
||||
|
||||
- Seed data work orders now ensure that Units selected on work order belong to the same customer as the work order is for
|
||||
|
||||
- Seed data Loan item "Shadow Units" (case 3500)
|
||||
seeds a Customer specifically to host Units that are shadow units of loan items "SHADOW_UNITS_CUSTOMER"
|
||||
seeds each loan item with a corresponding shadow unit for service
|
||||
seeds the default loan item list to show the shadow units
|
||||
this is all to more easily illustrate how to use this feature for evaluators
|
||||
|
||||
- Application title bar fixed regression bug where it was not showing translation for main data table forms but was showing translation key instead
|
||||
it should show the data table list name when it's a main data table list and if it's an individual record opened then it should show the record name or closest equivalent (serial for wo etc)
|
||||
|
||||
- Workorder header new Viz fields added: FromQuoteViz, FromPMViz, FromCSRViz which display the source record serial (or Name in the case of CSR) if the work order was generated from any of those things
|
||||
|
||||
- case 3906 - fixed
|
||||
- case 3907 - by design, see case for details
|
||||
- case 3864 (subitem regarding memos showing replied when forwarded etc) fixed
|
||||
- case 3908 back to you for suggestions
|
||||
- case 3909 was on my todo list, moved up and implemented
|
||||
- case 3864 (po more fields for reporting)
|
||||
Added VENDOR mail and delivery addresses, all phone numbers and contact fields
|
||||
Added dropshipcustomer phone numbers, both addresses to viz fields on po
|
||||
|
||||
- Fixed bug in Direct Notification where preselecting users in user list or single user form and selecting direct notification resulted in error instead of form open with users preselected
|
||||
|
||||
- Date / Date_Time pickers added "Today" option to set to today's date similarly to Time pickers "Now" option to set time to now
|
||||
|
||||
- Fixed bug causing error when generate sample data after it was already generated once
|
||||
BUILD 117
|
||||
|
||||
Reference in New Issue
Block a user