This commit is contained in:
@@ -425,14 +425,13 @@ namespace AyaNova.Util
|
||||
|
||||
await SeedVendorAsync(log, 5000);
|
||||
await SeedUnitModelAsync(log, 400);
|
||||
await SeedCustomerAsync(log, 30000, slevel);
|
||||
await SeedCustomerAsync(log, 10000, slevel);
|
||||
await SeedHeadOfficeAsync(log, 500, slevel);
|
||||
|
||||
await SeedProjectAsync(log, 1000);
|
||||
await SeedServiceRateAsync(log, 200);
|
||||
await SeedTravelRateAsync(log, 100);
|
||||
|
||||
//await SeedUnitAsync(log, 25000);
|
||||
|
||||
await SeedLoanLoanUnitAsync(log, 200);
|
||||
await SeedCustomerServiceRequestAsync(log, 200);
|
||||
await SeedPartWarehouseAsync(log, 200);
|
||||
@@ -441,7 +440,7 @@ namespace AyaNova.Util
|
||||
await SeedPurchaseOrderAsync(log, 1000);
|
||||
await SeedQuoteAsync(log, 1000);
|
||||
await SeedPMAsync(log, 1000);
|
||||
await SeedWorkOrderAsync(log, 100000);//was 1000
|
||||
await SeedWorkOrderAsync(log, 1000);
|
||||
|
||||
//PERF
|
||||
watch.Stop();
|
||||
|
||||
Reference in New Issue
Block a user