[ic] Reports on Sales by item

Jeff Dafoe interchange-users@icdevgroup.org
Wed Nov 20 19:24:01 2002


> 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