This commit is contained in:
2021-07-28 23:40:13 +00:00
parent 46a72683ca
commit 3ee943904d

View File

@@ -550,6 +550,8 @@ todo MISC:
Duplicate to self menu option in pm/wo/quote should prompt for attachments and wiki just like it does for the other types
I know this means another dialog, maybe need a single "Universal" type dialog instead on each of them and just push in the TO object type name
needed though for consistency and to give the option
Confirm all duped types can save when created, think I saw an error when I saved one of them
test dupe from all three for all types and confirm
@@ -870,8 +872,9 @@ BUILD 117
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
- Workorder / PM / Quote "Duplicate to..."
- 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 conversion options prompt to include wiki and attachments
Also all duplicate options prompt to include wiki and attachments