sales person report w/package breakdown, RT#22090
[freeside.git] / httemplate / search / report_sales_commission_pkg.html
1 <& /elements/header.html, 'Sales commission report per package' &>
2
3 <FORM ACTION="sales_commission_pkg.html">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 <& /elements/tr-select-agent-sales.html,
8      'agent_empty_label'   => '(any)',
9      'sales_disable_empty' => 1,
10 &>
11
12 <& /elements/tr-input-beginning_ending.html &>
13
14 </TABLE>
15
16 <BR>
17 <INPUT TYPE="submit" VALUE="Get Report">
18
19 <& /elements/footer.html &>
20 <%init>
21
22 die "access denied"
23   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
24
25 </%init>