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=d3d8e664d78ec7e4a31ab3ca5b70e0253d39e281;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=d0fcbc3d04250ec54cb5dea7abcc58d1f45d78b1 diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index d3d8e664d..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,20 +23,38 @@ <& /elements/tr-select-agent.html, @@ -52,7 +84,7 @@ window.onload = mode_changed; '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, @@ -71,38 +103,74 @@ window.onload = mode_changed; &> - + + + + + + + + + +
<% mt('Search options') |h %>
- + + + <% emt('Package class') %>
- + <% emt('Report class') %>
-
- <& /elements/select-pkg_class.html, - 'field' => 'classnum', - 'pre_options' => [ 'all' => 'all (aggregate)', - '' => 'all (breakdown)', - '0' => '(empty class)' ], - 'disable_empty' => 1, - 'onchange' => 'enable_agent_totals', - &> -
- + + + + + + + + +
+
+ <& /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 %>