summaryrefslogtreecommitdiff
path: root/httemplate/search/report_sales_commission_pkg.html
blob: 6adf090e943f44d72f1d3dcd33c66f61070d1ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<& /elements/header.html, 'Sales commission report per package' &>

<FORM ACTION="sales_commission_pkg.html">

<TABLE BGCOLOR="#cccccc" CELLSPACING=0>

<& /elements/tr-select-agent-sales.html,
     'agent_empty_label'   => '(any)',
     'sales_disable_empty' => 1,
&>

<& /elements/tr-input-beginning_ending.html &>

</TABLE>

<BR>
<INPUT TYPE="submit" VALUE="Get Report">

<& /elements/footer.html &>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');

</%init>