<% 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;