#set( $page="overveiw" ) #parse( "/data/templates/isb/license/roster/include/navigation.inc" )

Receipt(s)

Print this page or check your email for a receipt.

View Details in Excel

#foreach( $payment in $allfp ) #if ( $payment.transaction.id || $payment.voucher.id )

Transaction Information

#if( $payment.transaction.id )
Transaction ID
$!esc.html( $payment.transaction.id )
Total Amount
$!number.currency( $payment.transaction.totalCost )
Date Authorized
$!esc.html( $!payment.transaction.createdDate )
Billed To
$!esc.html( $payment.transaction.paymentMethod.billingName )
#else
To reprint the voucher click on the voucher id.
Voucher ID
$!esc.html( $payment.voucher.id )
Total Amount
$number.currency( $payment.fees.firmRenewalFee)
Date Authorized
$!esc.html( $payment.paymentDate )
Date Printed
$!esc.html( $payment.voucher.printDate )
Billed To
$!esc.html( $payment.transaction.paymentMethod.billingName )
#end

Licenses in this Renewal

#if ( $fees.casemakerTotals ) #else #end #if ( $fees.mcleExtTotals ) #else #end #if( $payment.transaction.id ) #else ## #end #foreach( $fm in $payment.renewals ) #set( $ren = $renewals.get($fm.memberNumber) ) #if ( $ren.fees.lateFee && $ren.fees.lateFee > 0 ) #end #end
Name Number License fee CAF ILF Section Dues LRS CaseMaker MCLE Extension Voucher/OCF Fee Total
$!number.currency( $payment.fees.licenseFeeTotals ) $!number.currency( $payment.fees.cafTotals ) $!number.currency( $payment.fees.ilfTotals ) $!number.currency( $payment.fees.sectionDuesTotals ) $!number.currency( $payment.fees.lrsTotals )$!number.currency( $fees.casemakerTotals )$!number.currency( 0 )$!number.currency( $fees.mcleExtTotals )$!number.currency( 0 )#if( $payment.fees.convenienceFee ) $!number.currency( $payment.fees.convenienceFee ) #else $!number.currency( 0 ) #end #if( $payment.transaction.totalCost) $!number.currency( $payment.transaction.totalCost) #else $!number.currency( 0 ) #end #if( $payment.fees.firmRenewalFee) $!number.currency( $payment.fees.firmRenewalFee) #else $!number.currency( 0 ) #end#if( $payment.fees.voucherFee ) $!number.currency( $payment.fees.voucherFee ) #else $!number.currency( 0 ) #end
$!esc.html( $ren.name.lastName ), $!esc.html( $ren.name.firstName ) $!esc.html( $ren.name.middleName ) $!esc.html( $ren.memberNumber ) $!number.currency( $ren.fees.renewalFee )$!number.currency( $ren.fees.lateFee )$!number.currency( $ren.fees.cafAssessment ) $!number.currency( $ren.fees.ilfContribution ) #foreach ( $section in $ren.sectionMemberships ) #if ( $section.action.name() == 'FLAG' ) #end #end
$section.sectionCode $!number.currency( $section.fee )
$!number.currency( $ren.fees.lrsRegistrationFee ) $!number.currency($ren.fees.casemakerFee ) $!number.currency($ren.fees.mcleExtFee ) $!number.currency( $ren.fees.subtotal )
#end #end