X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=f2c486cf400abbf507a9106771443e3f6e18118b;hb=8585b98f48712b459ac15619b452c682cfcceac1;hp=be5a71a7a3a5adda7971fbc3879b48d792f07474;hpb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;p=freeside.git diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index be5a71a7a..f2c486cf4 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,10 +6,24 @@ <% include('/elements/tr-select-from_to.html' ) %> -<% include('/elements/tr-select-agent.html', '', 'label' => 'For agent: ' ) %> + + Project to: + <& /elements/select-month_year.html, + prefix => 'project', + show_month_abbr => 1 &> + + +<% include('/elements/tr-select-agent.html', + 'label' => 'For agent: ', + 'disable_empty' => 0, + 'pre_options' => [ 'all' => 'all (aggregate)' ], + 'empty_label' => 'all (breakdown)', + ) +%> <% include('/elements/tr-select-pkg_class.html', - 'pre_options' => [ '0' => 'all' ], + 'pre_options' => [ 'all' => 'all (aggregate)', + '0' => 'all (breakdown)' ], 'empty_label' => '(empty class)', ) %> @@ -21,6 +35,30 @@ --> +% 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' }, +&> +% } + + + + Separate sub-packages from parents + + + + + Average per customer package + + + + + Distribute recurring fees over billing period + +