X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_tax.html;h=217f481468d28d5617c8cf12ec8bd449cacb30f5;hb=6e80cdbaa7fc1f5a8247d19aceeb652844352207;hp=a7beb247102228c5ca7cd814af24cc865b662933;hpb=b50b2e5f94774268c271484f9c07bfe316f95527;p=freeside.git diff --git a/httemplate/search/report_tax.html b/httemplate/search/report_tax.html index a7beb2471..217f48146 100755 --- a/httemplate/search/report_tax.html +++ b/httemplate/search/report_tax.html @@ -1,23 +1,64 @@ - - - Tax Report Criteria - - -
-

Tax Report Criteria

-
-
-
- Return tax report for period: - from - to +<% include('/elements/header.html', 'Tax Report' ) %> -

+ -

+ -
+% if ( $conf->config('tax-report_groups') ) { +% my @lines = $conf->config('tax-report_groups'); + + + + + + +% } + + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> + + <% include( '/elements/tr-input-beginning_ending.html' ) %> + +% if ( $conf->exists('enable_taxclasses') ) { + + + + +% } + +% my @pkg_class = qsearch('pkg_class', {}); +% if ( @pkg_class ) { + + + + +% } + +
Tax group + +
Show tax classes
Show package classes
+ +
+ + + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +my $conf = new FS::Conf; + +