diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs index 67dca45e..422b7a11 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Accounting.cs @@ -16,7 +16,6 @@ using Volo.Abp.Identity; using AppCodes = Erp.Platform.Data.Seeds.SeedConsts.AppCodes; using static Erp.Platform.PlatformConsts; using static Erp.Platform.PlatformSeeder.SeederDefaults; -using System.Linq; namespace Erp.Platform.Data.Seeds; @@ -55,6 +54,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -339,6 +339,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -505,6 +506,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -689,6 +691,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -987,6 +990,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1110,6 +1114,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1233,6 +1238,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1356,6 +1362,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1479,6 +1486,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1602,6 +1610,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1725,6 +1734,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1848,6 +1858,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2194,6 +2205,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2552,6 +2564,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2853,6 +2866,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3162,6 +3176,7 @@ public class ListFormSeeder_Accounting : IDataSeedContributor, ITransientDepende new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs index 219811b8..00e6e76c 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Administration.cs @@ -56,7 +56,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -173,7 +175,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -389,7 +393,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -596,7 +602,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -727,7 +735,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -933,7 +943,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1071,7 +1083,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1259,7 +1273,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1477,7 +1493,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1599,7 +1617,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1723,7 +1743,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1904,7 +1926,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2129,7 +2153,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2257,7 +2283,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2385,7 +2413,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2845,7 +2875,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -3037,7 +3069,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -3376,7 +3410,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -3597,7 +3633,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -3818,7 +3856,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4062,7 +4102,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4152,7 +4194,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4250,7 +4294,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4374,7 +4420,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4492,7 +4540,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4590,7 +4640,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4788,7 +4840,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4875,7 +4929,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -4964,7 +5020,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5050,7 +5108,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5154,7 +5214,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5241,7 +5303,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5515,7 +5579,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5692,7 +5758,9 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -5946,7 +6014,8 @@ public class ListFormSeeder_Administration : IDataSeedContributor, ITransientDep var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Coordinator.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Coordinator.cs index b66b29c1..ee68083e 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Coordinator.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Coordinator.cs @@ -53,7 +53,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -168,7 +170,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -563,7 +567,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -710,7 +716,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -884,7 +892,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1093,7 +1103,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1267,7 +1279,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1540,7 +1554,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1655,7 +1671,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1895,7 +1913,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2016,7 +2036,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -2147,7 +2169,9 @@ public class ListFormSeeder_Coordinator : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, LayoutJson = DefaultLayoutJson(), diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs index 54ad9bc1..c7408080 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Crm.cs @@ -53,7 +53,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -197,7 +199,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -330,7 +334,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -445,7 +451,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -560,7 +568,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -707,7 +717,9 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -796,6 +808,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -919,6 +932,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1041,6 +1055,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency var listForm = await _listFormRepository.InsertAsync(new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1698,6 +1713,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1852,6 +1868,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1975,6 +1992,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2363,6 +2381,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2649,6 +2668,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2832,6 +2852,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -3136,6 +3157,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3476,6 +3498,7 @@ public class ListFormSeeder_Crm : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs index e9b9f8ff..60f57a9a 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Hr.cs @@ -55,6 +55,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -146,6 +147,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -422,6 +424,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -616,6 +619,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -907,6 +911,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1187,6 +1192,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1935,6 +1941,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2267,6 +2274,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2597,6 +2605,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2885,6 +2894,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3252,6 +3262,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3403,6 +3414,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3636,6 +3648,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3970,6 +3983,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4150,6 +4164,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -4315,6 +4330,7 @@ public class ListFormSeeder_Hr : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Intranet.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Intranet.cs index 4c78b745..52e965d4 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Intranet.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Intranet.cs @@ -53,7 +53,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -139,7 +141,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -225,7 +229,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -474,7 +480,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -664,7 +672,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -914,7 +924,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1141,7 +1153,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1412,7 +1426,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1667,7 +1683,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1836,7 +1854,9 @@ public class ListFormSeeder_Intranet : IDataSeedContributor, ITransientDependenc var listForm = await _listFormRepository.InsertAsync( new ListForm() { - ListFormType = ListFormTypeEnum.List, ExportJson = DefaultExportJson, + ListFormType = ListFormTypeEnum.List, + PageSize = 20, + ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, LayoutJson = DefaultLayoutJson(), diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs index 7ec31bb4..79590bfb 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Maintenance.cs @@ -54,6 +54,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -177,6 +178,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -300,6 +302,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -656,6 +659,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1006,6 +1010,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1115,6 +1120,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1283,6 +1289,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1564,6 +1571,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1688,6 +1696,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1812,6 +1821,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1936,6 +1946,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2060,6 +2071,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2428,6 +2440,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2575,6 +2588,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2730,6 +2744,7 @@ public class ListFormSeeder_Maintenance : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs index a5e017ca..c2076d33 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Mrp.cs @@ -54,6 +54,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -177,6 +178,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -388,6 +390,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -677,6 +680,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -800,6 +804,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1021,6 +1026,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1265,6 +1271,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1538,6 +1545,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1661,6 +1669,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1784,6 +1793,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2197,6 +2207,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2422,6 +2433,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2808,7 +2820,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency } #endregion - + #region Production Order Workload listFormName = AppCodes.Mrp.Workload; if (!await _listFormRepository.AnyAsync(a => a.ListFormCode == listFormName)) @@ -2817,6 +2829,7 @@ public class ListFormSeeder_Mrp : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs index e5f894ea..c5b89bc9 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Project.cs @@ -54,6 +54,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -178,6 +179,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -302,6 +304,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -426,6 +429,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -550,6 +554,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -674,6 +679,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -798,6 +804,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1207,6 +1214,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -1295,6 +1303,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, IsSubForm = true, ShowNote = true, LayoutJson = DefaultLayoutJson(), @@ -1431,6 +1440,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1784,6 +1794,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2077,6 +2088,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2265,6 +2277,7 @@ public class ListFormSeeder_Project : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs index 8c625f08..dba706df 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Saas.cs @@ -57,6 +57,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -530,6 +531,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -992,6 +994,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1365,6 +1368,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1518,6 +1522,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1659,6 +1664,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1810,6 +1816,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2000,6 +2007,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2175,6 +2183,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2474,6 +2483,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2606,10 +2616,10 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 10, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, - PageSize=10, LayoutJson = DefaultLayoutJson(), CultureName = LanguageCodes.En, ListFormCode = listFormName, @@ -3079,6 +3089,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3311,6 +3322,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3503,6 +3515,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3730,6 +3743,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3839,6 +3853,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3948,6 +3963,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4087,6 +4103,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4174,6 +4191,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4361,6 +4379,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4492,6 +4511,7 @@ public class ListFormSeeder_Saas : IDataSeedContributor, ITransientDependency new ListForm { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs index d95971f8..d9c47ba6 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_Store.cs @@ -54,6 +54,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -178,6 +179,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -302,6 +304,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -426,6 +429,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -788,6 +792,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -985,6 +990,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1242,6 +1248,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1535,6 +1542,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1700,6 +1708,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1969,6 +1978,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2093,6 +2103,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2236,6 +2247,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2553,6 +2565,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2768,6 +2781,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -3024,6 +3038,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3239,6 +3254,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -3506,6 +3522,7 @@ public class ListFormSeeder_Warehouse : IDataSeedContributor, ITransientDependen new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, diff --git a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs index b973325c..f3efb202 100644 --- a/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs +++ b/api/src/Erp.Platform.DbMigrator/Seeds/ListFormSeeder_SupplyChain.cs @@ -54,6 +54,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -178,6 +179,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -332,6 +334,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend var listForm = await _listFormRepository.InsertAsync(new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -650,6 +653,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -773,6 +777,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -898,6 +903,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1023,6 +1029,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -1677,6 +1684,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -1988,6 +1996,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2127,6 +2136,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2422,6 +2432,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2592,6 +2603,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -2770,6 +2782,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -2895,6 +2908,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3164,6 +3178,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = true, ShowNote = true, @@ -3381,6 +3396,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3504,6 +3520,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -3627,6 +3644,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4110,6 +4128,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4335,6 +4354,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4458,6 +4478,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true, @@ -4808,6 +4829,7 @@ public class ListFormSeeder_SupplyChain : IDataSeedContributor, ITransientDepend new ListForm() { ListFormType = ListFormTypeEnum.List, + PageSize = 20, ExportJson = DefaultExportJson, IsSubForm = false, ShowNote = true,