[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Reports on Sales by item
> Thanks! thats a start, but I still do not know how to create the custom
> report.
Take a look at one of the existing reports in pages/admin/reports . The
way a report is done in interchange is really no different from the way any
other page is done. Get some data from the user, safely use it to build a
SQL query, and process the results of the query. pages/query/check_orders
can also serve as a sort of example, although it is written in mvasp, of
which I am not a big fan.
Jeff