X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=7a8ecd4f0c0a84962e4e1e0f285c483c36364e96;hb=fadaa67e77ad8d5d966e252aba7f193e9e3840e3;hp=7bc35e3edf366e29b3b7fcc7827ea2fadf415d36;hpb=4eec09b9bb69dea116c0f8b5fa81862125aa587c;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 7bc35e3ed..7a8ecd4f0 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,43 +1,40 @@ Tax Report Criteria - - - - +

Tax Report Criteria

-
- Return tax report for period: + + - - - - - - - - - -
From:
m/d/y
To:
m/d/y
-
+ <%= include( '/elements/tr-select-agent.html' ) %> + + <%= include( '/elements/tr-input-beginning_ending.html' ) %> + + <% my $conf = new FS::Conf; + if ( $conf->exists('enable_taxclasses') ) { + %> + + + Show tax classes + + <% } %> + <% my @pkg_class = qsearch('pkg_class', {}); + if ( @pkg_class ) { + %> + + + Show package classes + + <% } %> + + + +
+