From 99eef872c8972f712502c4c8ca6c00b24dcd956b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 29 Aug 2018 23:52:13 +0000 Subject: [PATCH] --- devdocs/specs/unit-service-type.txt | 4 ++-- devdocs/specs/workorder-item-type.txt | 8 ++++++-- devdocs/todo.txt | 12 +++++++++++- server/AyaNova/biz/ImportAyaNova7Biz.cs | 11 +++++++++++ 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/devdocs/specs/unit-service-type.txt b/devdocs/specs/unit-service-type.txt index cdbd25b1..eae55fec 100644 --- a/devdocs/specs/unit-service-type.txt +++ b/devdocs/specs/unit-service-type.txt @@ -1,3 +1,3 @@ -Deprecated for tag? -Didn't actually check but it seems like a likely candidate. +Deprecated for tag +Workorder will still have a redundant TAGS area in the unit service section so that section can be specfically tagged with unit service type tags or whatever the user wishes See case 3373 diff --git a/devdocs/specs/workorder-item-type.txt b/devdocs/specs/workorder-item-type.txt index df1f14fa..3da2844a 100644 --- a/devdocs/specs/workorder-item-type.txt +++ b/devdocs/specs/workorder-item-type.txt @@ -1,3 +1,7 @@ -Deprecated to tags? +Deprecated to tags See case 3373 -Need to confirm it will work, types don't appear to do anything and are documented as for filtering and reporting and sorting so that's a tag +It will work, types don't appear to do anything and are documented as for filtering and reporting and sorting so that's a tag + +Just need to remember that the Workorder ITEM itself needs a TAGS area so that it can be separately tagged as with other areas of workorder like unit service type etc. + + diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 2e3a7771..2e553aaa 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -19,7 +19,17 @@ CODING WORK +++++++++++ Overall plan for now: anything standing in the way of making the initial client shell UI needs to be done first, everything else can wait - - V7Import Dispatch zones (as tags), ScheduleableuserGroup (as tags) so can be used with User import and other shit + - V7Import things that are replaced by TAGS FIRST, then move on the User import and other stuff again: + - Unit model category + - Unit service type + - Workorder Item Type + - Client group + - Workorder category + - REGIONS + - PartCategory + - Dispatch zones + - ScheduleableUserGroups + - Event log make sure can set the date and time to prior values for importing - v7importusers - User route and controller and biz object diff --git a/server/AyaNova/biz/ImportAyaNova7Biz.cs b/server/AyaNova/biz/ImportAyaNova7Biz.cs index 92c2de53..2f6d5f0a 100644 --- a/server/AyaNova/biz/ImportAyaNova7Biz.cs +++ b/server/AyaNova/biz/ImportAyaNova7Biz.cs @@ -86,6 +86,17 @@ namespace AyaNova.Biz //Pass off the JSON data from the import file into the import job item by item +// TAGS +// - Unit model category +// - Unit service type +// - Workorder Item Type +// - Client group +// - Workorder category +// - REGIONS +// - PartCategory +// - Dispatch zones +// - ScheduleableUserGroups + //USERS - Import first so all other objects can be properly attributed in event log