X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_bill_pkg.html;h=d675aadba1b294c87055c4428ef400b14d2e3396;hp=1e54df3abd156304618d748fce3e813d31ec4a8a;hb=3f2a7b01b59902faed5767d81e2959e131bdbdfd;hpb=66c235e33563ccd785ff9e0828398f778a75fb9f diff --git a/httemplate/graph/report_cust_bill_pkg.html b/httemplate/graph/report_cust_bill_pkg.html index 1e54df3ab..d675aadba 100644 --- a/httemplate/graph/report_cust_bill_pkg.html +++ b/httemplate/graph/report_cust_bill_pkg.html @@ -1,13 +1,12 @@ <& /elements/header.html, { title => 'Sales Report', head => ' - ', } &> -
+ @@ -64,12 +63,15 @@ function class_mode_changed() { var div_pkg = document.getElementById('pkg_class'); var div_report = document.getElementById('report_class'); + var span_exact = document.getElementById('exact_match'); if (mode == 'pkg') { div_pkg.style.display = ''; div_report.style.display = 'none'; + span_exact.style.display = 'none'; } else if (mode == 'report') { div_pkg.style.display = 'none'; div_report.style.display = ''; + span_exact.style.display = ''; } } window.onload = class_mode_changed; @@ -149,6 +151,11 @@ window.onload = class_mode_changed;
<% emt('Breakdown') %> +
+ @@ -157,7 +164,6 @@ window.onload = class_mode_changed; - @@ -182,6 +188,18 @@ window.onload = class_mode_changed; 'onchange'=> 'enable_agent_totals', &> % } +<& /elements/tr-select.html, + 'label' => 'Discounts', + 'field' => 'use_discount', + 'options' => [ 1, 2 ], + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&> +<& /elements/tr-select.html, + 'label' => 'Taxes', + 'field' => 'use_taxes', + 'options' => [ 1, 2 ], + 'labels' => { 1 => 'Separate', 2 => 'Do not show' }, +&>
 
Colors