X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=96bfdc09afab6aebc6b8e0de8b0592c410037e96;hp=251e7d36e8ebc0de3737c192be2df846c382c70e;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=7a618d4493ab7a87f6eabfd1ce3630a6b3436c2f diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 251e7d36e..96bfdc09a 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -1,8 +1,19 @@ -<% include('/elements/header.html', 'Sales Report' ) %> +<& /elements/header.html, + { title => 'Sales Report', + head => ' + + + ', + } +&> -
+ - +
+ + + + <% include('/elements/tr-select-from_to.html' ) %> @@ -12,17 +23,59 @@ <& /elements/tr-select-agent.html, @@ -31,7 +84,7 @@ function enable_agent_totals(obj) { 'disable_empty' => 0, 'pre_options' => [ 'all' => 'all (aggregate)' ], 'empty_label' => 'all (breakdown)', - 'onchange' => 'enable_agent_totals', + 'onchange' => 'agent_changed', &> <& /elements/tr-select-cust_class.html, @@ -49,13 +102,76 @@ function enable_agent_totals(obj) { 'onchange' => 'enable_agent_totals' &> -<& /elements/tr-select-pkg_class.html, - 'field' => 'classnum', - 'pre_options' => [ 'all' => 'all (aggregate)', - '0' => 'all (breakdown)' ], - 'empty_label' => '(empty class)', - 'onchange' => 'enable_agent_totals', -&> + + + + + + + + + + + + + + +
<% mt('Search options') |h %>
+ + <% emt('Package class') %> +
+ + <% emt('Report class') %> +
+ + + + + + + + +
+
+ <& /elements/select-pkg_class.html, + 'field' => 'classnum', + 'multiple' => 1, + 'all_selected' => 1, + 'pre_options' => [ #'all' => 'all (aggregate)', + # '' => 'all (breakdown)', + '0' => '(empty class)' ], + 'disable_empty' => 1, + 'onchange' => 'enable_agent_totals', + &> +
+ +
+ + <% emt('Aggregate') %> +
+ + <% emt('Breakdown') %> +
+ +
+
 
<% mt('Display options') |h %>