X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=34874651461124349455e9f0a16d7b2e4fd6aae6;hb=807f0570749e9093cbc82f6b11b3fa743b86b1db;hp=664aab74e78d3407703e997b83195ebe286fed64;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 664aab74e..348746514 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,10 +6,17 @@ <% include('/elements/tr-select-from_to.html' ) %> -<% include('/elements/tr-select-agent.html', 'label' => 'For agent: ' ) %> +<% 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' ], +<% include('/elements/tr-select-pkg_class.html', + 'pre_options' => [ 'all' => 'all (aggregate)', + '0' => 'all (breakdown)' ], 'empty_label' => '(empty class)', ) %> @@ -21,9 +28,30 @@ --> + + + Separate sub-packages from parents + + + + + Separate rated usage from recurring fees + + + + + Average per customer package + +
<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +