This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
Deprecated for tag?
|
Deprecated for tag
|
||||||
Didn't actually check but it seems like a likely candidate.
|
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
|
See case 3373
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
Deprecated to tags?
|
Deprecated to tags
|
||||||
See case 3373
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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
|
- Event log make sure can set the date and time to prior values for importing
|
||||||
- v7importusers
|
- v7importusers
|
||||||
- User route and controller and biz object
|
- User route and controller and biz object
|
||||||
|
|||||||
@@ -86,6 +86,17 @@ namespace AyaNova.Biz
|
|||||||
|
|
||||||
//Pass off the JSON data from the import file into the import job item by item
|
//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
|
//USERS - Import first so all other objects can be properly attributed in event log
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user