From 66c235e33563ccd785ff9e0828398f778a75fb9f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 27 Dec 2013 02:56:17 -0800 Subject: selectable sales report colors, RT#19464 --- httemplate/graph/report_cust_bill_pkg.html | 89 +++++++++++++++++++++++++++++- 1 file changed, 87 insertions(+), 2 deletions(-) (limited to 'httemplate/graph/report_cust_bill_pkg.html') diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index d43ce7b64..1e54df3ab 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -1,4 +1,11 @@ -<% include('/elements/header.html', 'Sales Report' ) %> +<& /elements/header.html, + { title => 'Sales Report', + head => ' + + + ', + } +&>
@@ -16,6 +23,24 @@ + Show per-agent subtotals @@ -189,4 +272,6 @@ window.onload = class_mode_changed; die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); +my @agents = $FS::CurrentUser::CurrentUser->agents; + -- cgit v1.2.1