<& /elements/header.html, mt('Line item report') &>
<& /elements/tr-select-agent.html, curr_value => scalar( $cgi->param('agentnum') ), #label => emt('Line items for agent: '), disable_empty => 0, &> <& /elements/tr-select-cust_main-status.html, label => emt('Customer status'), &> <& /elements/tr-select-cust_class.html, 'label' => emt('Customer class'), 'field' => 'cust_classnum', 'multiple' => 1, 'pre_options' => [ '' => emt('(none)') ], 'all_selected' => 1, &> <& /elements/tr-input-beginning_ending.html &>
<% mt('Omit taxes') |h %>
<% mt('Taxes only') |h %>

<& /elements/footer.html &> <%init> #Financial reports? die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('List invoices'); my $conf = new FS::Conf; #other available params (cust_bill_pkg.cgi): # #distribute = 1 # #(when nottax) # use_override something about part_pkg # classnum package class # taxclass / taxclassNULL # exempt_cust # exempt_pkg # region (country:state:county:city:district) # taxable # out (of taxable region) # usage #(when istax) # locationtaxid (& district/city/ciounty/state) # out (of taxable region) # taxclassNULL # report_group (itemdesc) # itemdesc # #taxname/taxnameNULL cust_main_county #taxnum cust_main_county #credit (hmm need to look more at what this does)