Search Results

#if ( !$report || $report.size() < 1 )

No transactions found

New Search

#else

Transactions

[ CSV ]

#foreach ( $row in $results ) #end
Trans Date Member Stage Ren Late CAF SEC ILF CM ISB OCF Total Billed Cleared ACH Status
detail ] $!row.transaction.id $!date.format('MM/dd/yyyy',$row.transaction.createdDate) $!row.renewal.memberNumber $!row.transaction.stage $!number.currency($row.renewal.fees.renewalFee) $!number.currency($row.renewal.fees.lateFee) $!number.currency($row.renewal.fees.cafAssessment) $!number.currency($row.renewal.fees.sectionDuesTotal) $!number.currency($row.renewal.fees.ilfContribution) $!number.currency($row.renewal.fees.casemakerFee) $!number.currency($row.renewal.fees.subtotal) $!number.currency($row.renewal.fees.convenienceFee) $!number.currency($row.renewal.fees.total) $!number.currency($row.transaction.totalCost) $!date.format("MM/dd/yyyy",$row.transaction.disbursedDate) $!row.transaction.achId $!row.renewal.status
Totals: $!number.currency($feeTotals.renewalFee) $!number.currency($feeTotals.lateFee) $!number.currency($feeTotals.cafAssessment) $!number.currency($feeTotals.sectionDuesTotal) $!number.currency($feeTotals.ilfContribution) $!number.currency($feeTotals.casemakerFee) $!number.currency($feeTotals.subtotal) $!number.currency($feeTotals.convenienceFee) $!number.currency($feeTotals.total) $!number.currency($billedTotal)
#end