This commit is contained in:
@@ -937,14 +937,20 @@ BUILD 117
|
||||
- Seeded work order item expense no longer sets TotalCost (case 3890)
|
||||
- Alternate address change not saving (case 3914) fixed
|
||||
- Price override / contracts (case 3914) by design see notes in case
|
||||
- Unit / Loan unit unhideable fields (case 3916) fixed
|
||||
- Quote implemented
|
||||
Several cases were related to parts of wo wanted to be added to quote object (like expenses, outside service etc), I won't list them all, basically I just opted to add everything except part requests
|
||||
Quote has it's own status system like workorder does but separate and not related to wo (case 3628, also a customer requested feature on that case)
|
||||
this is a change from v7 where the status for quotes was built in and fixed, now it's user settable same as wo status
|
||||
Option to bring over wiki and attachments to wo when generated from generate wo menu item in quote (case 3178 for attachments, customer requested)
|
||||
- PM implemented
|
||||
#### Not actual back end generation yet, just entry save CRUD ops as of writing ####
|
||||
- Workorder "Quote parent" / "PM Parent" menu items to be able to open the quote / pm that generated that workorder
|
||||
Several cases regarding adding more grand child collections to pm, I added the all for v8 (except part requests)
|
||||
Option to bring over wiki and attachments to wo exposed as fields in the PM header itself so that the server knows whether to include them or not when it generates
|
||||
this differs from the manual "Duplicate to work order" menu item which still prompts for this info from the user for consistency and because of it's ad-hoc nature
|
||||
Added several specific rule checks to help avoid "Sorcerer's Apprentice" issue where a badly configured PM can result in thousands of work orders being generated
|
||||
worst case scenario should be no more than 24 work orders generated per day
|
||||
This is complex and there are bound to be some issues with it, but as far as I can tell at the moment it should be better than the old v7 one but time will tell as we test it out
|
||||
- Workorder "Quote parent" / "PM Parent" menu items implemented to open the quote / pm that generated that workorder
|
||||
- Workorder / PM / Quote "Duplicate" and "Duplicate to..."
|
||||
All three objects now have a menu option to duplicate to their own or the other two types of objects so you can make a quote into a pm for example or any other combo
|
||||
Also all duplicate options prompt to include wiki and attachments
|
||||
|
||||
Reference in New Issue
Block a user