This commit is contained in:
2021-02-26 21:13:34 +00:00
parent f6f2d901f8
commit 140789e481
3 changed files with 4 additions and 4 deletions

View File

@@ -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>();

View File

@@ -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++)
{