X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount.html;h=a57bfb14a34058bed57ff327c3d65e6b12572d93;hb=d6741df87df9e3352d7ae47a02d0e3f46154fef9;hp=0de738515b872db92896249afc40b3e7384e9709;hpb=624b2d44625f69d71175c3348cae635d580c890b;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 0de738515..a57bfb14a 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -10,11 +10,23 @@ Hello <%= $name %>!

''; %> +<%= + $OUT .= qq! View All Invoices     !; +%> + <%= if ( $balance > 0 ) { if (scalar(grep $_, @hide_payment_fields)) { $OUT .= qq! Make a payment

!; } else { - $OUT .= qq! Make a payment

!; + $OUT .= qq! Make a payment
!; + foreach my $term ( sort { $b <=> $a } keys %discount_terms_hash ) { + my $saved = $discount_terms_hash{$term}->[1]; + my $amount = $discount_terms_hash{$term}->[2]; + my $savings = ( $amount + $saved > 0 ) + ? sprintf('%d', $saved / ( $amount + $saved ) * 100 ) : '0'; + $OUT .= qq! Save $savings\% by paying for $term months: $amount
!; + } + $OUT .= qq!
!; } } %> <%= @@ -73,21 +85,23 @@ Hello <%= $name %>!

<%= if ( @tickets ) { $OUT .= ''. - ''. + ''. ''. - ''; + ''; my $col1 = "ffffff"; my $col2 = "dddddd"; my $col = $col1; foreach my $ticket ( @tickets ) { my $td = qq!$td". $ticket->{'id'}. "". + "$td $link". $ticket->{'id'}. "". $td. $ticket->{'subject'}. "". $td. ($ticket->{'content'} || $ticket->{'priority'}). "". $td. $ticket->{'queue'}. "". $td. $ticket->{'status'}. "". + $td. $ticket->{'created'}. "". ''; $col = $col eq $col1 ? $col2 : $col1; }
Open Tickets
Open Tickets
#SubjectPriorityQueueStatus
StatusCreated
!; + my $link = qq!!; $OUT .= - "