diff options
author | Mark Wells <mark@freeside.biz> | 2013-03-05 12:02:30 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-03-05 12:02:30 -0800 |
commit | 968a0f3089c4e0e18ec2c72f5a0917188b1dffc1 (patch) | |
tree | 43b6755f630c1f43b71f4bdf32863fe74a8ab046 /httemplate/search/report_agent_commission.html | |
parent | f0264bb8437b5ea5775c99a85efefc3e535b1822 (diff) |
agent commission report, #20558
Diffstat (limited to 'httemplate/search/report_agent_commission.html')
-rw-r--r-- | httemplate/search/report_agent_commission.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/httemplate/search/report_agent_commission.html b/httemplate/search/report_agent_commission.html new file mode 100644 index 000000000..79f94c52e --- /dev/null +++ b/httemplate/search/report_agent_commission.html @@ -0,0 +1,22 @@ +<% include('/elements/header.html', 'Agent commission report' ) %> + +<FORM ACTION="agent_commission.html"> + +<TABLE BGCOLOR="#cccccc" CELLSPACING=0> + +<% include( '/elements/tr-select-agent.html', disable_empty => 1 ) %> + +<% include( '/elements/tr-input-beginning_ending.html', ) %> + +</TABLE> + +<BR> +<INPUT TYPE="submit" VALUE="Get Report"> + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +</%init> |