C4::Reports - Module for generating reports
use C4::Reports;
This will return a list of all the available report types
This will return a list of all the available report areas
This will return a list of all tables in the database
This will return a list of all columns for a report area
This will build the sql needed to return the results asked for, $columns is expected to be of the format tablename.columnname. This is what get_columns returns.
Returns an arraref to hashrefs suitable for using in a tmpl_loop. With the criteria and available values.
Given some sql and a name this will saved it so that it can resued
This will take 2 reports and create a compound report using both of them
This takes a column name of the format table.column and will return what type it is (free text, set values, date)
Given a column name, return an arrary ref of hashrefs suitable for use as a tmpl_loop with the distinct values of the column
Chris Cormack <crc@liblime.com>
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head1'