[freeside-commits] freeside/httemplate/search cust_pkg_report.cgi,
1.4, NONE report_cust_pkg.html, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Mon Jun 19 01:05:30 PDT 2006
- Previous message: [freeside-commits] freeside/httemplate/elements menu.html, 1.3,
1.4 select-cust_pkg-status.html, NONE,
1.1 tr-select-cust_pkg-status.html, NONE,
1.1 tr-select-cust-fields.html, NONE,
1.1 select-cust-fields.html, NONE, 1.1
- Next message: [freeside-commits] freeside/FS/FS cust_pkg.pm, 1.62, 1.63 Conf.pm,
1.153, 1.154 ConfDefaults.pm, NONE, 1.1 cust_main_Mixin.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv13210/httemplate/search
Added Files:
report_cust_pkg.html
Removed Files:
cust_pkg_report.cgi
Log Message:
add ability to select specific package defs. and package status to package report for qis
--- NEW FILE: report_cust_pkg.html ---
<%= include('/elements/header.html', 'Package Report' ) %>
<FORM ACTION="cust_pkg.cgi" METHOD="GET">
<INPUT TYPE="hidden" NAME="magic" VALUE="bill">
<TABLE BGCOLOR="#cccccc" CELLSPACING=0>
<TR>
<TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH>
</TR>
<%= include( '/elements/tr-select-agent.html',
$cgi->param('agentnum'),
)
%>
<%= include( '/elements/tr-select-cust_pkg-status.html' ) %>
<%= include( '/elements/tr-select-pkg_class.html', '',
'pre_options' => [ '0' => 'all' ],
'empty_label' => '(empty class)',
)
%>
<% #include( '/elements/tr-selectmultiple-part_pkg.html' ) %>
<TR>
<TD ALIGN="right" VALIGN="center">Next bill date</TD>
<TD>
<TABLE>
<%= include( '/elements/tr-input-beginning_ending.html' ) %>
</TABLE>
</TD>
</TR>
<TR>
<TH BGCOLOR="#e8e8e8" COLSPAN=2> </TH>
</TR>
<TR>
<TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Display options</FONT></TH>
</TR>
<%= include( '/elements/tr-select-cust-fields.html' ) %>
</TABLE>
<BR>
<INPUT TYPE="submit" VALUE="Get Report">
</FORM>
<%= include('/elements/footer.html') %>
--- cust_pkg_report.cgi DELETED ---
- Previous message: [freeside-commits] freeside/httemplate/elements menu.html, 1.3,
1.4 select-cust_pkg-status.html, NONE,
1.1 tr-select-cust_pkg-status.html, NONE,
1.1 tr-select-cust-fields.html, NONE,
1.1 select-cust-fields.html, NONE, 1.1
- Next message: [freeside-commits] freeside/FS/FS cust_pkg.pm, 1.62, 1.63 Conf.pm,
1.153, 1.154 ConfDefaults.pm, NONE, 1.1 cust_main_Mixin.pm, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list