summaryrefslogtreecommitdiff
path: root/httemplate/graph/report_cust_signup.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-04-17 10:06:43 -0700
committerMark Wells <mark@freeside.biz>2014-04-17 10:06:43 -0700
commitcd6489220a4cebb8c76a07c470fddd544c78999b (patch)
tree4a36b393dc336aca2f54158de291c5daf3a87c4f /httemplate/graph/report_cust_signup.html
parentd63803bbc79722f255b40f3fb4a060a241a43230 (diff)
customer signup report, filter by customer and package class, #28025
Diffstat (limited to 'httemplate/graph/report_cust_signup.html')
-rw-r--r--httemplate/graph/report_cust_signup.html28
1 files changed, 20 insertions, 8 deletions
diff --git a/httemplate/graph/report_cust_signup.html b/httemplate/graph/report_cust_signup.html
index d4ea8c215..bfe788188 100644
--- a/httemplate/graph/report_cust_signup.html
+++ b/httemplate/graph/report_cust_signup.html
@@ -11,17 +11,29 @@
<& /elements/tr-select-from_to.html &>
<& /elements/tr-select-agent.html,
- 'curr_value' => scalar($cgi->param('agentnum')),
- 'label' => 'For agent: ',
- 'disable_empty' => 0,
+ 'curr_value' => scalar($cgi->param('agentnum')),
+ 'label' => 'For agent: ',
+ 'disable_empty' => 0,
&>
<& /elements/tr-select-part_referral.html,
- 'curr_value' => scalar($cgi->param('refnum')),
- 'label' => 'Advertising source: ',
- 'disable_empty' => 0,
- 'pre_options' => [ 'all' => 'all (aggregate)' ],
- 'empty_label' => 'all (breakdown)',
+ 'curr_value' => scalar($cgi->param('refnum')),
+ 'label' => 'Advertising source: ',
+ 'disable_empty' => 0,
+ 'pre_options' => [ 'all' => 'all (aggregate)' ],
+ 'empty_label' => 'all (breakdown)',
+&>
+
+<& /elements/tr-select-cust_class.html,
+ 'field' => 'cust_classnum',
+ 'label' => 'Customer class ',
+ 'multiple' => 1,
+&>
+
+<& /elements/tr-select-pkg_class.html,
+ 'field' => 'pkg_classnum',
+ 'label' => 'With package of class ',
+ 'multiple' => 1,
&>
<TR>