1 <% include('/elements/header.html', 'Agent commission report' ) %>
3 <FORM ACTION="agent_commission.html">
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
7 <& /elements/tr-select-agent.html &>
9 <& /elements/tr-checkbox.html,
10 'label' => 'Show paid sales only',
15 <& /elements/tr-input-beginning_ending.html &>
20 <INPUT TYPE="submit" VALUE="Get Report">
22 <% include('/elements/footer.html') %>
25 my $curuser = $FS::CurrentUser::CurrentUser;
27 die "access denied" unless $curuser->access_right('Financial reports');