This commit is contained in:
@@ -525,46 +525,21 @@ CURRENTLY DOING: PM stuff:
|
||||
|
||||
|
||||
PM TODO:
|
||||
case 3349 implement all possible grandchild collections in PM (same as quote)
|
||||
case 3344 wo to pm generator (was a case, didn't realize had thought of it already)
|
||||
|
||||
|
||||
case 3583 ensure sufficient inventory (user want's it to look at all *upcoming* pm's and then alert parts are low or something, might be a notification type in there)
|
||||
decided this is self fulfilling because server will generate wo from pm simulating when client does it and accepting the part requests
|
||||
which will then trigger notification if set up and alert people that parts are required / taken from inventory
|
||||
up to them the timing of how far in advance to do it to ensure sufficient time
|
||||
Perhaps change this to a notification v.next case and still implement as planned which will partially solve this problem
|
||||
case 3624 / block *out* certain days rather than block IN certain days for pm generation
|
||||
also touches on holidays customer request to block out, for now let's let them figure that part out themselves but I've made a case to add a closed days feature that can tie into this and that other thing Joyce brought up which I forget now
|
||||
|
||||
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
|
||||
fix and add their own special ones
|
||||
|
||||
todo: replace "Generate ..." text to "Duplicate to ..." text in trans keys
|
||||
"Generate work order" sounds like the PM automatic generation system, is this confusing?
|
||||
need to disambiguate these things because the word generate is used for pm generation to wo
|
||||
but what we are really doing is creating a work order from something or copy to new WorkOrder / Quote / PM?
|
||||
No, "Copy" sounds like copying to an existing one..hmmm..
|
||||
Maybe "Duplicate to Quote" or etc!!!!
|
||||
|
||||
todo: should be able to directly duplicate to from any *order to any other *order
|
||||
iow no, it's not enough to have wo be the pivot object for a quote to PM, it should be direct
|
||||
|
||||
|
||||
New plan: a way to generate any form of order from any other directly:
|
||||
Generate WO or pm from quote
|
||||
Generate quote or pm from wo
|
||||
Generate PM from wo or quote
|
||||
|
||||
|
||||
Click on generate, dialog pops up querying if want to also copy attachments / wiki as checkboxes
|
||||
Does it's thing
|
||||
|
||||
TODO:
|
||||
X quote to workorder "QuoteGenerateServiceWorkOrder"
|
||||
WO to PM "PMGenerateServiceWorkOrder"
|
||||
WO to Quote
|
||||
PM to WO (manual generation outside automatic)
|
||||
|
||||
|
||||
|
||||
|
||||
todo MISC:
|
||||
|
||||
Reference in New Issue
Block a user