X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=4cedcef17bbc22a44a629ec719d2668d0c6e710d;hb=512d2ca7c49e022c94c228270ee337b2af6bc260;hp=3d92382f232691486bb497f47227fe1bce8c05ef;hpb=86d4330d8561ae0bee086d2238bbbee9cd6bf1ae;p=freeside.git diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 3d92382f2..4cedcef17 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,14 +6,30 @@ <% include('/elements/tr-select-from_to.html' ) %> + + + Show projected data for future months + + <% include('/elements/tr-select-agent.html', - 'label' => 'For agent: ' + 'label' => 'Agent ', 'disable_empty' => 0, + 'pre_options' => [ 'all' => 'all (aggregate)' ], + 'empty_label' => 'all (breakdown)', + ) +%> + +<% include('/elements/tr-select-part_referral.html', + 'label' => 'Advertising source ', + '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)', ) %> @@ -25,6 +41,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 + +