[freeside-commits] freeside/httemplate/search report_employee_commission.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Tue Mar 30 05:07:49 PDT 2010
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv29029/httemplate/search
Added Files:
report_employee_commission.html
Log Message:
employee commission reporting, RT#6991
--- NEW FILE: report_employee_commission.html ---
<% include('/elements/header.html', 'Employee commission report' ) %>
<FORM ACTION="part_pkg.html">
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
%#
%# <% include( '/elements/tr-select-agent.html',
%# 'curr_value' => scalar( $cgi->param('agentnum') ),
%# 'disable_empty' => 0,
%# )
%# %>
%#
%#2.1
<% include( '/elements/tr-select-user.html' ) %>
%#1.9
%# <%include( '/elements/tr-select-otaker.html' ) %>
<% 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>
More information about the freeside-commits
mailing list