X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=bdeb8e2372d45c17c14b5d94b3da55afb2e50fb1;hb=50f25b285b2caf77d267ed66f03e56924ad7229f;hp=d217e5671835d796ae9a2254005cabe83855a80c;hpb=470c3559d5077d2db4779610bbd798d58eaec27f;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index d217e5671..bdeb8e237 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,44 +1,35 @@ - - - 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') %>