diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 18ffce40..d7ab2a54 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -3,6 +3,8 @@ Import feature + currently imports in the format as exporting, + test recent code change for "importable" attribute back and front then test the items to see if they work hasn't been tested in a while, confirm what works and what doesn't, remove anything that doesn't work, look at an import path for inventory most important to test in order are: @@ -11,7 +13,8 @@ Import feature to only the essential, working items for now. We may need a full blown inventory import feature of it's own, perhaps an item on the list that opens a different set of features in the form? - + Importer maybe for inventory has match to field setting in source data as ID or name or whatever so match field in import "Part" to field in ayanova "Name"? + get back to docs completion diff --git a/server/AyaNova/biz/AyaType.cs b/server/AyaNova/biz/AyaType.cs index 21ae8fdb..92fb8760 100644 --- a/server/AyaNova/biz/AyaType.cs +++ b/server/AyaNova/biz/AyaType.cs @@ -24,7 +24,7 @@ namespace AyaNova.Biz NoType = 0, Global = 1, FormUserOptions = 2, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] User = 3, ServerState = 4, License = 5, @@ -41,7 +41,7 @@ namespace AyaNova.Biz UserOptions = 14, [CoreBizObject, ReportableBizObject, ImportableBizObject] HeadOffice = 15, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] LoanUnit = 16, FileAttachment = 17, DataListSavedFilter = 18, @@ -107,11 +107,11 @@ namespace AyaNova.Biz Backup = 49, Notification = 50, NotifySubscription = 51, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] Reminder = 52, [ReportableBizObject] UnitMeterReading = 53, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] CustomerServiceRequest = 54, // ServiceBank = 55, OpsNotificationSettings = 56, @@ -119,15 +119,15 @@ namespace AyaNova.Biz DashboardView = 58, [CoreBizObject, ReportableBizObject] CustomerNote = 59, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] Memo = 60, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] Review = 61, [CoreBizObject, ReportableBizObject, ImportableBizObject] ServiceRate = 62, [CoreBizObject, ReportableBizObject, ImportableBizObject] TravelRate = 63, - [CoreBizObject, ReportableBizObject, ImportableBizObject] + [CoreBizObject, ReportableBizObject] TaxCode = 64, [CoreBizObject, ReportableBizObject, ImportableBizObject] PartAssembly = 65,