[freeside-commits] freeside/httemplate/search report_employee_commission.html, NONE, 1.1.2.2
Ivan,,,
ivan at wavetail.420.am
Tue Mar 30 05:09:21 PDT 2010
- Previous message: [freeside-commits] freeside/FS/FS/part_event/Action pkg_agent_credit.pm, 1.1, 1.2 pkg_employee_credit.pm, 1.1, 1.2 pkg_referral_credit.pm, 1.2, 1.3
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.464.2.27, 1.464.2.28 cust_credit.pm, 1.38, 1.38.2.1 cust_event.pm, 1.7.2.2, 1.7.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv29110/httemplate/search
Added Files:
Tag: FREESIDE_1_9_BRANCH
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>
- Previous message: [freeside-commits] freeside/FS/FS/part_event/Action pkg_agent_credit.pm, 1.1, 1.2 pkg_employee_credit.pm, 1.1, 1.2 pkg_referral_credit.pm, 1.2, 1.3
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.464.2.27, 1.464.2.28 cust_credit.pm, 1.38, 1.38.2.1 cust_event.pm, 1.7.2.2, 1.7.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list