RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / search / report_newtax.html
1 <% include('/elements/header.html', 'Tax Report' ) %>
2
3 <FORM NAME="newtax">
4
5 <TABLE>
6
7  <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %>
8
9  <% include( '/elements/tr-input-beginning_ending.html' ) %>
10
11 </TABLE>
12
13 <BR><INPUT TYPE="button" NAME='fetch' VALUE="Get Report" onClick="document.newtax.fetch.disabled=true; process();">
14
15 </FORM>
16
17 <% include( '/elements/progress-init.html',
18             'newtax',
19             [ qw( agentnum beginning ending ) ],
20             'report_queued_newtax.cgi',
21           )
22 %>
23
24 <% include('/elements/footer.html') %>
25 <%init>
26
27 die "access denied"
28   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
29
30 </%init>