Search Results

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

No transactions found

New Search

#else

Transactions

[ CSV ]

#foreach ( $row in $results ) #if ( $row.transaction ) #else #end #end
Trans/VId Date Payment Stage Ren VFee OCF Total Billed Cleared ACH Status
detail ] $!row.transaction.id $!date.format('MM/dd/yyyy',$row.transaction.createdDate) $!row.payment.id $!row.transaction.stage $!number.currency($row.payment.fees.firmRenewalFee) $!number.currency($row.payment.fees.convenienceFee) $!number.currency($row.payment.fees.total) $!number.currency($row.transaction.totalCost) $!date.format("MM/dd/yyyy",$row.transaction.disbursedDate) $!row.transaction.achId $!row.payment.status
detail ] $!row.payment.voucher.id $!date.format('MM/dd/yyyy',$row.payment.paymentDate) $!row.payment.id $!number.currency($row.payment.fees.firmRenewalFee) $!number.currency($row.payment.fees.voucherFee) $!number.currency($row.payment.fees.total) $!row.payment.status
Totals: $!number.currency($feeTotals.firmRenewalFee) $!number.currency($feeTotals.voucherFee) $!number.currency($feeTotals.reportOcfTotal ) $!number.currency($feeTotals.reportTotals) $!number.currency($billedTotal)
#end