X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=c770833ecdb15ac86156ae7e33f64827de60ca9b;hb=170aa1e8078280e7c03a6ebfc67280de66fa1b9d;hp=6fe6c4939bcf5e93bf89a8a0c3ed871df74d1282;hpb=4a5fcee4c1aa3ca07ac0a7921f9bd0e645ddc788;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 6fe6c4939..c770833ec 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -1,4 +1,3 @@ -
Billing information %# If we can't see the unencrypted card, then bill now is an exercise in %# frustration (without some sort of job queue magic to send it to a secure @@ -10,7 +9,6 @@ Billing information (<% include('/elements/bill.html', custnum => $cust_main->custnum, label => 'Bill now', - formname => 'billnow', url => $p.'view/cust_main.cgi?'.$cust_main->custnum, ) %>) % } @@ -25,6 +23,15 @@ Billing information <% $balance %> +% if ( $conf->exists('cust_main-select-billday') +% && ($cust_main->payby eq 'CARD' || $cust_main->payby eq 'CHEK') ) { + + Billing day of month + <% $cust_main->billday %> + + +% } + Billing type @@ -134,7 +141,7 @@ Billing information Attention - <% $cust_main->payname %> + <% $cust_main->payname |h %> % } elsif ( $cust_main->payby eq 'COMP' ) { @@ -208,6 +215,14 @@ Billing information <% $cust_main->invoice_terms || 'Default ('. ( $conf->config('invoice_default_terms') || 'Payable upon receipt' ). ')' %> + + Credit limit + + <% length($cust_main->credit_limit) ? + $money_char.sprintf("%.2f", $cust_main->credit_limit) : + 'Unlimited' %> + + % if ( $conf->exists('voip-cust_cdr_spools') ) { @@ -223,6 +238,13 @@ Billing information % } +% if ( $conf->exists('voip-cust_accountcode_cdr') ) { + + Breakdown CDRs by accountcode + <% $cust_main->accountcode_cdr ? 'yes' : 'no' %> + +% } + % if ( $conf->exists('voip-cust_email_csv_cdr') ) { Email CDRs as CSV