X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=f1125c0087e175b3c5a48cd7cc35de066a4d6cd5;hp=64ec591a2b64b4dd57c6381081e0e574ad70e813;hb=a4d4d3df88b33a6db30b565921f6d62efb252351;hpb=6615733676adb431ae48c78ce24758fe571614c1 diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 64ec591a2..f1125c008 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -32,165 +32,25 @@ % } % if ( $conf->exists('cust_main-select-billday') -% && ($cust_main->payby eq 'CARD' || $cust_main->payby eq 'CHEK') ) { - - <% mt('Billing day of month') |h %> - <% $cust_main->billday %> - - -% } - - - <% mt('Billing type') |h %> - -% if ( $cust_main->payby eq 'CARD' || $cust_main->payby eq 'DCRD' ) { - -% my $autodemand = $cust_main->payby eq 'CARD' ? 'automatic' : 'on-demand'; - <% mt("Credit card ([_1])",$autodemand) |h %> - - - - <% mt('Card number') |h %> - <% $cust_main->paymask %> - -% -%#false laziness w/elements/select-month_year.html & edit/cust_main/billing.html -%my( $mon, $year ); -%my $date = $cust_main->paydate || '12-2037'; -%if ( $date =~ /^(\d{4})-(\d{1,2})-\d{1,2}$/ ) { #PostgreSQL date format -% ( $mon, $year ) = ( $2, $1 ); -%} elsif ( $date =~ /^(\d{1,2})-(\d{1,2}-)?(\d{4}$)/ ) { -% ( $mon, $year ) = ( $1, $3 ); -%} else { -% warn "unrecognized expiration date format: $date"; -% ( $mon, $year ) = ( '', '' ); -%} -% - - - <% mt('Expiration') |h %> - <% "$mon/$year" %> - -% if ( $cust_main->paystart_month ) { - - - <% mt('Start date') |h %> - <% $cust_main->paystart_month. '/'. $cust_main->paystart_year %> - -% } elsif ( $cust_main->payissue ) { - - - <% mt('Issue #') |h %> - <% $cust_main->payissue %> - -% } - - - - <% mt('Name on card') |h %> - <% $cust_main->payname %> - -% } elsif ( $cust_main->payby eq 'CHEK' || $cust_main->payby eq 'DCHK') { -% my( $account, $aba ) = split('@', $cust_main->paymask ); -% my $branch = ''; -% ($branch,$aba) = split('\.',$aba) if $conf->config('echeck-country') eq 'CA'; - - -% my $autodemand = $cust_main->payby eq 'CHEK' ? 'automatic' : 'on-demand'; - <% mt("Electronic check ([_1])",$autodemand) |h %> - - - -% #false laziness w/edit/cust_main/billing.html and misc/payment.cgi -% my $routing_label = $conf->config('echeck-country') eq 'US' -% ? 'ABA/Routing number' -% : 'Routing number'; - - - <% mt($routing_label) |h %> - <% $aba %> - - -% if ( $conf->config('echeck-country') eq 'CA' ) { - - <% mt('Branch number') |h %> - <% $branch %> - -% } - - <% mt('Account number') |h %> - <% $account %> - - - <% mt('Account type') |h %> - <% $cust_main->paytype %> - - - <% mt('Bank name') |h %> - <% $cust_main->payname %> - -% if ( $conf->exists('show_bankstate') ) { - - <% $paystate_label %> - <% $cust_main->paystate || '   ' %> - +% && qsearch({ 'table' => 'cust_payby', +% 'hashref' => { 'custnum' => $cust_main->custnum, }, +% 'extra_sql' => "AND payby IN ( 'CARD', 'CHEK' )", +% 'order_by' => 'LIMIT 1', +% }) +% ) +% { + + <% mt('Payment day of month') |h %> + <% $cust_main->billday %> + + % } -% } elsif ( $cust_main->payby eq 'LECB' ) { -% $cust_main->payinfo =~ /^(\d{3})(\d{3})(\d{4})$/; -% my $payinfo = "$1-$2-$3"; - - <% mt('Phone bill billing') |h %> - - - - <% mt('Phone number') |h %> - <% $payinfo %> - -% } elsif ( $cust_main->payby eq 'BILL' ) { - - <% mt('Billing') |h %> - - -% if ( $cust_main->payinfo ) { - - - <% mt('P.O.') |h %> - <% $cust_main->payinfo %> - -% } - - - <% mt('Attention') |h %> - <% $cust_main->payname |h %> - -% } elsif ( $cust_main->payby eq 'COMP' ) { - - <% mt('Complimentary') |h %> - - - - <% mt('Authorized by') |h %> - <% $cust_main->payinfo %> - -% -%#false laziness w/above etc. -%my( $mon, $year ); -%my $date = $cust_main->paydate || '12-2037'; -%if ( $date =~ /^(\d{4})-(\d{1,2})-\d{1,2}$/ ) { #PostgreSQL date format -% ( $mon, $year ) = ( $2, $1 ); -%} elsif ( $date =~ /^(\d{1,2})-(\d{1,2}-)?(\d{4}$)/ ) { -% ( $mon, $year ) = ( $1, $3 ); -%} else { -% warn "unrecognized expiration date format: $date"; -% ( $mon, $year ) = ( '', '' ); -%} -% - - - <% mt('Expiration') |h %> - <% "$mon/$year" %> - +% if ( $cust_main->po_number ) { + + <% mt('Purchase Order #') |h %> + <% $cust_main->po_number %> + % } % my $yes = emt('yes'); @@ -230,13 +90,13 @@ <% mt('Postal mail invoices') |h %> - <% ( grep { $_ eq 'POST' } @invoicing_list ) ? $yes : $no %> - - - - <% mt('Fax invoices') |h %> - - <% ( grep { $_ eq 'FAX' } @invoicing_list ) ? $yes : $no %> + <% ( grep { $_ eq 'POST' } @invoicing_list ) + ? $yes. ( $cust_main->invoice_attn + ? ', attn: '. $cust_main->invoice_attn + : '' + ) + : $no + %> @@ -336,12 +196,6 @@ -<%once> - -my $paystate_label = FS::Msgcat::_gettext('paystate'); -$paystate_label = 'Bank state' if $paystate_label =~/^paystate$/; - - <%init> my( $cust_main ) = @_;