2588b48d348dc45821aa4a03c81e68b3a0b65707
[freeside.git] / httemplate / search / report_newtax.html
1 <% include('/elements/header.html', 'Tax Report' ) %>
2
3 <FORM ACTION="report_queued_newtax.cgi" METHOD="GET">
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="submit" VALUE="Get Report">
14
15 </FORM>
16
17 <% include('/elements/footer.html') %>
18 <%init>
19
20 die "access denied"
21   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
22
23 </%init>