{{ value.outstandingPriorYear | gcMoney }}
{{ value.newDisbursementsThisPeriod | gcMoney }}
-{{ value.clearedItems | ycNumberNegation | gcMoney }}
-{{ value.voidedItems | ycNumberNegation | gcMoney }}
{{ value.outstandingEndOfPeriod | gcMoney }}
{{ row.checkNumber }}
{{ row.totalAmount | gcMoney }}
{{ row.recipientFullName }}
{{ row.applicantEmail }} {{ row.applicantPhoneNumber }}
{{ row.programName }}
{{ statusMap[row.paymentStatus]?.translated }} {{ row.statusDate | amDateFormat: 'l' }} {{ row.priorPaymentAmount ? (row.priorPaymentAmount | gcMoney) : '' }} {{ row.currentPaymentAmount ? (row.currentPaymentAmount | gcMoney) : '' }} {{ row.clearedAmount ? '-' + (row.clearedAmount | ycNumberNegation | gcMoney) : '' }} {{ row.voidedAmount ? '-' + (row.voidedAmount | ycNumberNegation | gcMoney) : '' }} {{ row.currentOutstandingAmount ? (row.currentOutstandingAmount | gcMoney) : '' }}