1 <% include('/elements/header.html', 'Tax Report' ) %>
7 <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
9 <% include( '/elements/tr-input-beginning_ending.html' ) %>
13 <BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();">
17 <% include( '/elements/progress-init.html',
19 [ qw( agentnum beginning ending ) ],
20 'report_queued_newtax.cgi',
24 <% include('/elements/footer.html') %>
28 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');