This commit is contained in:
@@ -505,7 +505,33 @@ todo:2 many biz objects are not using new PUT methodology
|
|||||||
########################################################################################################################
|
########################################################################################################################
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING: PM
|
CURRENTLY DOING: PM stuff:
|
||||||
|
trans keys,
|
||||||
|
seeder (all not active or else it will be a clusterfuck or maybe long time frames)
|
||||||
|
front end
|
||||||
|
report fields coming over properly
|
||||||
|
back end biz job to do generation
|
||||||
|
Clean up notification for PM's and Quotes as they are filled with service wo shit
|
||||||
|
release
|
||||||
|
profit$
|
||||||
|
|
||||||
|
|
||||||
|
trans keys needed:
|
||||||
|
translations for threshold and generate spans need to be updated to use new language more easily understood and translatable
|
||||||
|
I'm thinking THRESHOLDSPAN -> "Generate beforehand" beforehand actually translates well in all our languages, GENERATESPAN -> "Repeat interval"
|
||||||
|
|
||||||
|
//ADD KEY public bool[] ExcludeDaysOfWeek { get; set; }//Monday to Sunday (0-6 index)
|
||||||
|
//ADDpublic TimeSpan Repeat { get; set; }//was generate span
|
||||||
|
//ADDpublic TimeSpan GenerateBefore { get; set; }//was threshold span
|
||||||
|
// l.Add(new FormField { TKey = "PMStopGeneratingDate", FieldKey = "PMStopGeneratingDate" });
|
||||||
|
// l.Add(new FormField { TKey = "ExcludeDaysOfWeek", FieldKey = "ExcludeDaysOfWeek" });
|
||||||
|
// l.Add(new FormField { TKey = "PMNextServiceDate", FieldKey = "PMNextServiceDate" });
|
||||||
|
// l.Add(new FormField { TKey = "Repeat", FieldKey = "Repeat" });
|
||||||
|
// l.Add(new FormField { TKey = "GenerateBefore", FieldKey = "GenerateBefore" });
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
PM TODO:
|
PM TODO:
|
||||||
case 3349 implement all possible grandchild collections in PM (same as quote)
|
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 3344 wo to pm generator (was a case, didn't realize had thought of it already)
|
||||||
@@ -516,9 +542,7 @@ PM TODO:
|
|||||||
Perhaps change this to a notification v.next case and still implement as planned which will partially solve this problem
|
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
|
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
|
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
|
||||||
translations for threshold and generate spans need to be updated to use new language more easily understood and translatable
|
|
||||||
I'm thinking THRESHOLDSPAN -> "Generate beforehand" beforehand actually translates well in all our languages, GENERATESPAN -> "Repeat interval"
|
|
||||||
|
|
||||||
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
|
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
|
||||||
fix and add their own special ones
|
fix and add their own special ones
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user