X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=35b290c19b2db9079162b4693d105783ecff7a31;hb=5e05724a635a22776f1b973f5d7e77989da4e048;hp=55b9e097b30baedc04c1712cdbe01e8c3d250218;hpb=56c771abafb2cad3430fee10deacba6e561933de;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index 55b9e097b..35b290c19 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,43 +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' ) %> + + <% 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'); + +