From 3ee943904d3d1edbb17cda3c5b2d3440a002655d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 28 Jul 2021 23:40:13 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 348d1cc3..5db8cb40 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 \ No newline at end of file + Also all duplicate options prompt to include wiki and attachments \ No newline at end of file