This commit is contained in:
2021-07-27 22:10:15 +00:00
parent 4918883015
commit 2085278a28

View File

@@ -852,8 +852,11 @@ BUILD 117
- Seeded work order item expense no longer sets TotalCost (case 3890)
- Quote
Several cases were related to parts of wo wanted to be added to quote object (like expenses etc), I won't list them all, basically I just opted for everything except part requests
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)
- Workorder "Quote parent" menu item to be able to open the quote that generated the workorder from the workorder if applicable (also does PM but not coded pm's yet at this writing)
- WorkOrder "Generate Quote" menu item will generate a quote from a work order
new feature, not requested, but I decided that there should be a route to create a quote or pm or service wo from any of those objects
there will be no direct route from pm to quote but you will be able to get there by going pm->wo then wo->quote (once I implement pm's not yet coded at this writing)