Freeside:3:Documentation:Developer/FS/Report/Tax
From Freeside
- report_internal OPTIONS
- Constructor. Generates a tax report using the internal tax rate system (FS::cust_main_county).
- Required parameters:
- - beginning, ending: the date range as Unix timestamps. - taxname: the name of the tax (corresponds to cust_bill_pkg.itemdesc). - country: the country code.
- Optional parameters: - agentnum: limit to this agentnum.num. - breakdown: hashref of the fields to group by. Keys can be 'city', 'district', 'pkgclass', or 'taxclass'; values should be true. - debug: sets the debug level. 1 will warn the data collected for the report; 2 will also warn all of the SQL statements.
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 12:
- '=item' outside of any '=over'