X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=e5ffa9a177bac2efd0c9a8b9b17259fd9825c1d5;hb=caa6c563bd570fc53f333589bc95bc7a570626d0;hp=7bf681b42e81a9d0f230f345a3359620f33a6ebe;hpb=4201aaaae8a957bc98ce345d3ee0e599da354766;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 7bf681b42..e5ffa9a17 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,23 +1,42 @@ - - - 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', 'disable_empty'=>0 ) %> - - + <% 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') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +