From 23f2db6452f097640447b9b35dd106f408dbc20b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 23 Aug 2013 23:10:52 -0700 Subject: continue sales person work: customer and package selection, commissions, reporting. RT#23402 --- httemplate/search/report_cust_pkg.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'httemplate/search/report_cust_pkg.html') diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index e47bbb1e5..6cf297c91 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -18,8 +18,27 @@ 'disable_empty' => 0, ) %> + + <& /elements/tr-select-sales.html, + 'label' => 'Customer sales person', + 'element_name' => 'cust_main_salesnum', + 'id' => 'cust_main_salesnum', + 'curr_value' => scalar($cgi->param('cust_main_salesnum')), + 'pre_options' => [ '' => 'all', + 0 => '(none)', ], + 'disable_empty' => 1, + &> + % } + <& /elements/tr-select-sales.html, + 'label' => 'Package sales person', + 'curr_value' => scalar($cgi->param('salesnum')), + 'pre_options' => [ '' => 'all', + 0 => '(none)', ], + 'disable_empty' => 1, + &> + <% include( '/elements/tr-select-cust_pkg-status.html', 'onchange' => 'status_changed(this);', ) -- cgit v1.2.1