+ Manage payments to beneficiaries +
+| + Date + | ++ Beneficiary + | ++ Amount + | ++ Category + | ++ Type + | ++ Status + | ++ Actions + | +
|---|---|---|---|---|---|---|
| + {format(new Date(payment.date), 'MMM d, yyyy')} + | ++ {getBeneficiaryName(payment.beneficiaryId)} + | ++ ${payment.amount.toFixed(2)} + | ++ {getCategoryName(payment.categoryId)} + | ++ + {payment.paymentType} + + | ++ + {payment.status} + + | +
+
+ {payment.status !== 'CANCELLED' && (
+ <>
+
+
+ >
+ )}
+
+ |
+