This commit is contained in:
@@ -21,8 +21,8 @@ namespace AyaNova.DataList
|
||||
DefaultColumns = new List<string>() {
|
||||
"PartPartNumber", "PartWarehouseName", "PartWholesalerID","PartAlternativeWholesalerID","PartManufacturerID", "PartByWarehouseInventoryMinStockLevel",
|
||||
"PartInventoryBalance", "PartByWarehouseInventoryQuantityOnOrder",
|
||||
"PartByWarehouseInventoryReorderQuantity", "PartRestocktags" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "PartRestockname", "+" } };
|
||||
"PartByWarehouseInventoryReorderQuantity" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "PartPartNumber", "+" }, { "PartWarehouseName", "+" } };
|
||||
FieldDefinitions = new List<DataListFieldDefinition>();
|
||||
|
||||
|
||||
|
||||
@@ -1579,7 +1579,7 @@ namespace AyaNova.Util
|
||||
|
||||
//for testing purposes make a quarter (approx) of parts that are lower than restock level
|
||||
int PartStockLevelParts = count / 4;
|
||||
Console.WriteLine($"SEEDER PartStockLevelParts is {PartStockLevelParts}");
|
||||
//Console.WriteLine($"SEEDER PartStockLevelParts is {PartStockLevelParts}");
|
||||
|
||||
for (int x = 0; x < count; x++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user