summaryrefslogtreecommitdiff
path: root/httemplate/search/report_agent_commission.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-03-05 12:02:30 -0800
committerMark Wells <mark@freeside.biz>2013-03-05 12:02:30 -0800
commit968a0f3089c4e0e18ec2c72f5a0917188b1dffc1 (patch)
tree43b6755f630c1f43b71f4bdf32863fe74a8ab046 /httemplate/search/report_agent_commission.html
parentf0264bb8437b5ea5775c99a85efefc3e535b1822 (diff)
agent commission report, #20558
Diffstat (limited to 'httemplate/search/report_agent_commission.html')
-rw-r--r--httemplate/search/report_agent_commission.html22
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>