X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=4a64332725d42a927f35d4f7c277ec0fdfba1f67;hb=089001124dbd8016d5d51f9aaef50fb9f101dae5;hp=c81e1e0e82fd5ee2c13f0af139bc446ea975066d;hpb=00d879f025283fd06f5ceaf427cc51fef71620f8;p=freeside.git diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index c81e1e0e8..4a6433272 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -6,9 +6,13 @@ <% 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, + ) +%> -<% include('/elements/tr-select-pkg_class.html', '', +<% include('/elements/tr-select-pkg_class.html', 'pre_options' => [ '0' => 'all' ], 'empty_label' => '(empty class)', ) @@ -21,9 +25,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'); + +