X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=6e78d354a07fc2fb54371ca5056c308333f36870;hp=d217e5671835d796ae9a2254005cabe83855a80c;hb=3ce7691203a7737406bf2d4442f7fd84b81f847e;hpb=2041a9143fac20b79ead4a1ae01224dedf5b27c2 diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index d217e5671..6e78d354a 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,44 +1,36 @@ - - - Tax Report Criteria - - - - - -

Tax Report Criteria

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