Hi all, I would like to select the warehouses that appears on the inventory Consumption report . For example…I have 5 warehouses**(Supplier Warehouse, Bar Warehouse, Kitchen Warehouse, MainBar and Restaurant Warehouses)** I would not like to show the supplier warehouse, Bar Warehouses.
Am thinking of something like below but its not working.
[Inventory Report:1,1, 1]
{REPORT INVENTORY:(C.Warehouse=MainBar, Restaurant Bar AND Kitchen Warehouse)}
It would be OR not AND as it couldn’t be all 3 at same time…
Double pipe is used for or in many places in samba ‘||’ have no idea if it would work but based on other areas it would be something like
CWharehouse=MainBar||CWherehouse=Restaurant||etc||etc
Hi JTRTech,
Thanks for your support but the above code gave blank report. I applied as below. [Inventory Consumptions:1,1, 1] {REPORT INVENTORY:C.Warehouse=Garden Bar||C.Warehouse=Restaurant Bar||Housekeeping}
Hi Kendash,
I have modified it to
[Inventory Consumptions:1,1, 1]
{REPORT INVENTORY:(C.Warehouse=Garden Bar) AND (C.Warehouse=Restaurant Bar) AND (House Keeping)}
Hi Kendash,
I have modified it to [Inventory Consumptions:1,1, 1] {REPORT INVENTORY:(C.Warehouse=Garden Bar) AND (C.Warehouse=Restaurant Bar) AND (House Keeping)}
Hi JTR,
This is the default Inventory report syntax [Inventory Report:1,1, 1] {REPORT INVENTORY}
It gives a report on all the warehouses.My requirement is to filter and only show the warehouses that are of important to the client.
Do you mean (C.Warehouse=House Keeping)?YES that what i meant, sorry for the omission and I have modified as below: [Inventory Consumptions:1,1, 1] {REPORT INVENTORY:(C.Warehouse=Garden Bar) OR (C.Warehouse=Restaurant Bar) OR (C.Warehouse=House Keeping)}
OK so that tag is not a custom report tag it is a specific tag. Expressions won’t work but you can maybe use something else. I am on my phone and not near a terminal to test for you.
That report tag is hard-coded and does not accept any filters AFAIK. You need to use The Inventory Cost or Inventory Consumption or Inventory Transactions reports.