X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=f920adbac515f625e8a4c59997401df005fb1333;hp=20aa07fc843ef74b86d6c2600ac4676374a8f287;hb=949a80c148a8bbeeeec54c5a0be5d73b292423a5;hpb=ac01b85bf09d058d3cda097dffbf4e8fce5f4305 diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 20aa07fc8..f920adbac 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -8,6 +8,20 @@ <& /elements/tr-input-beginning_ending.html &> + + + + <& /elements/radio.html, + 'field' => 'all', + 'value' => 1, + 'curr_value' => 1, + &> All taxes + <& /elements/radio.html, + 'field' => 'all', + 'value' => 0, + &> A specific tax + + <& /elements/tr-select.html, 'label' => 'Country', 'field' => 'country', @@ -30,14 +44,40 @@ taxclass => 'Tax class', pkgclass => 'Package class', city => 'City', + district => 'District', }, &> + + + Deduct credited tax if it was + + + +
+ + <% include('/elements/footer.html') %> <%init> @@ -64,5 +104,8 @@ if ( FS::pkg_class->count() > 0 ) { if ( FS::cust_main_county->count("city is not null and city != ''") > 0 ) { push @breakdown, 'city'; } +if ( FS::cust_main_county->count("district is not null") > 0 ) { + push @breakdown, 'district'; +}