X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fgraph%2Freport_cust_signup.html;h=bfe78818895ee7a2d6c9cb5c8dc786ac45851965;hp=12dec8e6a4d68f1ddc4fe93b35376813f9b0a2e3;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=c2ee6c5c4f274bbf86729cacd2fe011ea71f725d diff --git a/httemplate/graph/report_cust_signup.html b/httemplate/graph/report_cust_signup.html index 12dec8e6a..bfe788188 100644 --- a/httemplate/graph/report_cust_signup.html +++ b/httemplate/graph/report_cust_signup.html @@ -1,26 +1,48 @@ -<% include('/elements/header.html', 'Customer Signup Summary' ) %> +<& /elements/header.html, 'Customer Signup Summary' &>
- +
-<% include('/elements/tr-select-from_to.html' ) %> + + + + +<& /elements/tr-select-from_to.html &> + +<& /elements/tr-select-agent.html, + '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)', +&> -<% include('/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'For agent: ', - 'disable_empty' => 0, - ) -%> +<& /elements/tr-select-cust_class.html, + 'field' => 'cust_classnum', + 'label' => 'Customer class ', + 'multiple' => 1, +&> -<% include('/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)', - ) -%> +<& /elements/tr-select-pkg_class.html, + 'field' => 'pkg_classnum', + 'label' => 'With package of class ', + 'multiple' => 1, +&> + + + + + + + + <& /elements/tr-td-label.html, label => 'Show customer referrals' &>
<% mt('Search options') |h %>
 
<% mt('Display options') |h %>
@@ -33,7 +55,7 @@
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> #XXX use a different ACL for package churn?