diff options
Diffstat (limited to 'httemplate/search/report_newtax.html')
-rwxr-xr-x | httemplate/search/report_newtax.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/httemplate/search/report_newtax.html b/httemplate/search/report_newtax.html new file mode 100755 index 000000000..daf2d23b6 --- /dev/null +++ b/httemplate/search/report_newtax.html @@ -0,0 +1,23 @@ +<% include('/elements/header.html', 'Tax Report' ) %> + +<FORM ACTION="report_newtax.cgi" METHOD="GET"> + +<TABLE> + + <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> + + <% include( '/elements/tr-input-beginning_ending.html' ) %> + +</TABLE> + +<BR><INPUT TYPE="submit" VALUE="Get Report"> + +</FORM> + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +</%init> |