X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_customer_accounting_summary.html;h=bdcdbccd15a328e7ba380eb378153807f79a0fac;hb=adcf4e1d0e02f9e91513bdccd4a8d811f052a7f6;hp=d20f756c8bca3df9859d3309c15034e89eb52e1e;hpb=0fb307c305e4bc2c9c27dc25a3308beae3a4d33c;p=freeside.git diff --git a/httemplate/search/report_customer_accounting_summary.html b/httemplate/search/report_customer_accounting_summary.html index d20f756c8..bdcdbccd1 100755 --- a/httemplate/search/report_customer_accounting_summary.html +++ b/httemplate/search/report_customer_accounting_summary.html @@ -11,11 +11,37 @@ ) %> + <% include( '/elements/tr-select-part_referral.html', + 'curr_value' => scalar( $cgi->param('refnum') ), + 'label' => 'Advertising source ', + 'disable_empty' => 0, + 'empty_label' => 'all', + ) + %> + <% include('/elements/tr-select-from_to.html' ) %> <% include( '/elements/tr-select-cust_main-status.html', 'label' => 'Customer Status' ) %> + + <& /elements/tr-select-cust_class.html, + 'label' => 'Customer Class', + 'field' => 'cust_classnum', + 'multiple' => 1, + &> + + <& /elements/tr-checkbox.html, + 'label' => 'Separate setup fees', + 'field' => 'setuprecur', + 'value' => 1, + &> + + <& /elements/tr-checkbox.html, + 'label' => 'Show Gross & Discounted', + 'field' => 'grossdiscount', + 'value' => 1, + &>