This commit is contained in:
@@ -7,7 +7,7 @@ namespace AyaNova.DataList
|
||||
//NOTE: this object has NO rowid as it's a synthetic list not primarily based on any particular db table
|
||||
public PartRestockDataList()
|
||||
{
|
||||
|
||||
|
||||
// SELECT apart.id AS partid, apartwarehouse.id AS partwarehouseid, apart.partnumber, apartwarehouse.name AS displaywarehouse, "
|
||||
// + "amanufacturer.id AS manufactureid, amanufacturer.name AS displaymanufacturer, awholesaler.id AS wholesalerid, awholesaler.name AS displaywholesaler, "
|
||||
// + "aalternativewholesaler.id AS alternativewholesalerid, aalternativewholesaler.name AS displayalternativewholesaler,"
|
||||
@@ -18,8 +18,8 @@ namespace AyaNova.DataList
|
||||
SQLFrom = "FROM vrestockrequired";
|
||||
var RoleSet = BizRoles.GetRoleSet(DefaultListObjectType);
|
||||
AllowedRoles = RoleSet.ReadFullRecord | RoleSet.Change;
|
||||
DefaultColumns = new List<string>() {
|
||||
"PartPartNumber", "PartWarehouseName", Vendor,manufac,whlsl "PartByWarehouseInventoryMinStockLevel",
|
||||
DefaultColumns = new List<string>() {
|
||||
"PartPartNumber", "PartWarehouseName", "PartWholesalerID","PartAlternativeWholesalerID","PartManufacturerID", "PartByWarehouseInventoryMinStockLevel",
|
||||
"PartInventoryBalance", "PartByWarehouseInventoryQuantityOnOrder",
|
||||
"PartByWarehouseInventoryReorderQuantity", "PartRestocktags" };
|
||||
DefaultSortBy = new Dictionary<string, string>() { { "PartRestockname", "+" } };
|
||||
|
||||
Reference in New Issue
Block a user