Sales by Batch Report for HQ

Does anyone know of a report that will show sales by batch for HQ? I have a report that works at Store Operations but not HQ.

Reply to
Jon
Loading thread data ...

If you know how, use Excel to do a SQL query on the BATCH table in HQ. Or just do it in HQ Administrator.

Query:

Select * From Batch

You will get a wealth of data. Warning - you have to sum the Returns and Sales columns to get actual sales. To get just what you want, you could do:

Select BatchNumber, ClosingTime, StoreID, Sales + Returns AS 'Total Sales' from Batch

Reply to
Jason

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.