diff options
| author | mark <mark> | 2012-01-10 18:38:44 +0000 |
|---|---|---|
| committer | mark <mark> | 2012-01-10 18:38:44 +0000 |
| commit | c1fa2b017e4f7d79e47e4e2257f17cf8a3d0c84b (patch) | |
| tree | 5a509f8bab8a11914df0d574d422258802ac2014 /httemplate/graph/report_cust_bill_pkg.html | |
| parent | a3f549b03951a3f9710bfd51649edf6b028fb4ff (diff) | |
projected sales report, #15393
Diffstat (limited to 'httemplate/graph/report_cust_bill_pkg.html')
| -rw-r--r-- | httemplate/graph/report_cust_bill_pkg.html | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 348746514..f2c486cf4 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,6 +6,13 @@ <% include('/elements/tr-select-from_to.html' ) %> +<TR> + <TD ALIGN="right">Project to:</TD> + <TD><& /elements/select-month_year.html, + prefix => 'project', + show_month_abbr => 1 &></TD> +</TR> + <% include('/elements/tr-select-agent.html', 'label' => 'For agent: ', 'disable_empty' => 0, @@ -28,19 +35,28 @@ </TR> --> +% foreach ( qw(Setup Usage) ) { +<& /elements/tr-select.html, + 'label' => "$_ fees", + 'field' => 'use_'.lc($_), + 'options' => [ 0, 1, 2 ], + 'labels' => { 0 => 'Combine', 1 => 'Separate', 2 => 'Do not show' }, +&> +% } + <TR> <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="use_override" VALUE="1"></TD> <TD>Separate sub-packages from parents</TD> </TR> <TR> - <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="use_usage" VALUE="1"></TD> - <TD>Separate rated usage from recurring fees</TD> + <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="average_per_cust_pkg" VALUE="1"></TD> + <TD>Average per customer package</TD> </TR> <TR> - <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="average_per_cust_pkg" VALUE="1"></TD> - <TD>Average per customer package</TD> + <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="distribute" VALUE="1"></TD> + <TD>Distribute recurring fees over billing period</TD> </TR> </TABLE> |
