From 928696a6c954a8e8d2e41011faa90a1463ed2578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sedat=20=C3=96zt=C3=BCrk?= Date: Mon, 5 Jan 2026 22:30:00 +0300 Subject: [PATCH] =?UTF-8?q?Seeder=20d=C3=BCzenlemesi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Seeds/ListFormSeeder_Accounting.cs | 14 ++++----- .../Seeds/ListFormSeeder_Administration.cs | 30 +++++++++---------- .../Seeds/ListFormSeeder_Crm.cs | 10 +++---- .../Seeds/ListFormSeeder_Hr.cs | 4 +-- .../Seeds/ListFormSeeder_Maintenance.cs | 26 ++++++++-------- .../Seeds/ListFormSeeder_Mrp.cs | 10 +++---- .../Seeds/ListFormSeeder_Project.cs | 18 +++++------ .../Seeds/ListFormSeeder_Saas.cs | 14 ++++----- .../Seeds/ListFormSeeder_Store.cs | 20 ++++++------- .../Seeds/ListFormSeeder_SupplyChain.cs | 16 +++++----- 10 files changed, 81 insertions(+), 81 deletions(-) diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs index 097e11b0..b165b372 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs @@ -1037,7 +1037,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1160,7 +1160,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1283,7 +1283,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1406,7 +1406,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1529,7 +1529,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1652,7 +1652,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1775,7 +1775,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs index 391da433..ce0d5220 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs @@ -2145,7 +2145,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.PaymentMethod)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, SortMode = GridOptions.SortModeSingle, DefaultFilter = DefaultFilterJson, FilterRowJson = DefaultFilterRowJson, @@ -3883,7 +3883,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4110,7 +4110,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4210,7 +4210,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4301,7 +4301,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4418,7 +4418,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4508,7 +4508,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.UomCategory)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -4550,7 +4550,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4606,7 +4606,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Uom)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -4643,7 +4643,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4832,7 +4832,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4922,7 +4922,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -5008,7 +5008,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -5198,7 +5198,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -5302,7 +5302,7 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs index 0852b2a7..0b772e80 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs @@ -106,7 +106,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -229,7 +229,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1009,7 +1009,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -2288,7 +2288,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.SalesOrderStatus)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -2323,7 +2323,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs index 60eb3b4f..d86557b3 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs @@ -208,7 +208,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -2589,7 +2589,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency } #endregion - #region Expense Request + #region Expense listFormName = AppCodes.Hr.Expense; if (!await _listFormRepository.AnyAsync(a => a.ListFormCode == listFormName)) { diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs index 28c3aea9..3b335503 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs @@ -104,7 +104,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -193,7 +193,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.WorkcenterStatus)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -227,7 +227,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -316,7 +316,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Workcenter)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -367,7 +367,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1580,7 +1580,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.FaultType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -1614,7 +1614,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1704,7 +1704,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.FaultStatus)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -1738,7 +1738,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1828,7 +1828,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.WorkorderType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -1862,7 +1862,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1952,7 +1952,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.WorkorderStatus)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -1986,7 +1986,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs index 4de0c264..132481b8 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs @@ -693,7 +693,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.BomType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -727,7 +727,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1554,7 +1554,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.ProductionOrderType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -1588,7 +1588,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1711,7 +1711,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs index e33e7abf..4442f5d8 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs @@ -105,7 +105,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -229,7 +229,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -318,7 +318,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Risk)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -353,7 +353,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -442,7 +442,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Category)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -477,7 +477,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -566,7 +566,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.TaskType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -601,7 +601,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -725,7 +725,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs index 2be1fef6..cc7d07cb 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs @@ -2227,7 +2227,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -3954,7 +3954,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Currency)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -3989,7 +3989,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4093,7 +4093,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.CountryGroup)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -4125,7 +4125,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4180,7 +4180,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.Country)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -4221,7 +4221,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs index fef36bdb..c4a8b952 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs @@ -104,7 +104,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -228,7 +228,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -352,7 +352,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -492,7 +492,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -844,7 +844,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1040,7 +1040,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -1985,7 +1985,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.MovementType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -2019,7 +2019,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -2109,7 +2109,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.ReferenceType)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -2145,7 +2145,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs index 9d70b882..c982ced8 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs @@ -701,7 +701,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -824,7 +824,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -949,7 +949,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -2821,7 +2821,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -3432,7 +3432,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -3555,7 +3555,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1, @@ -4351,7 +4351,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend SelectCommandType = SelectCommandTypeEnum.Table, SelectCommand = TableNameResolver.GetFullTableName(nameof(TableNameEnum.OrderStatus)), KeyFieldName = "Id", - KeyFieldDbSourceType = DbType.Guid, + KeyFieldDbSourceType = DbType.String, DefaultFilter = DefaultFilterJson, SortMode = GridOptions.SortModeSingle, FilterRowJson = DefaultFilterRowJson, @@ -4386,7 +4386,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new() { ListFormCode = listForm.ListFormCode, CultureName = LanguageCodes.En, - SourceDbType = DbType.Guid, + SourceDbType = DbType.String, FieldName = "Id", Width = 100, ListOrderNo = 1,