This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
|
||||
|
||||
DOING: adding integration objects and routes for qbi and others
|
||||
todo NEXT: Have models and schema done, now need biz object and routes
|
||||
should require biz admin to install initially an integration but subsequent can use it's own roles as required
|
||||
it isn't really a normal biz object so find a similar one that doesn't need to implement corebizobject stuff
|
||||
unless it does for UI and controlling from admin area
|
||||
giong to need an icon for this as well as translations for front end
|
||||
todo: document this in the developer section
|
||||
todo: needs a front end to show the integration log, the integrations as a collection list and openable item where it can be disabled, deleted etc
|
||||
needs to be available to bizadmin I guess and possibly accounting?? or should each integration control which roles see it??
|
||||
|
||||
@@ -22,16 +22,16 @@ namespace AyaNova.Util
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!!
|
||||
private const int DESIRED_SCHEMA_LEVEL = 4;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 1359;
|
||||
internal const long EXPECTED_INDEX_COUNT = 156;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 548;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 202;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 1375;
|
||||
internal const long EXPECTED_INDEX_COUNT = 161;
|
||||
internal const long EXPECTED_CHECK_CONSTRAINTS = 561;
|
||||
internal const long EXPECTED_FOREIGN_KEY_CONSTRAINTS = 203;
|
||||
internal const long EXPECTED_VIEWS = 11;
|
||||
internal const long EXPECTED_ROUTINES = 2;
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImportingAsync WHEN NEW TABLES ADDED!!!!
|
||||
|
||||
///////////////////////////////////////// C1359:I156:CC548:FC202:V11:R2
|
||||
///////////////////////////////////////// C1375:I161:CC561:FC203:V11:R2
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user