Paid At
This commit is contained in:
@@ -55,6 +55,9 @@ export default function RepaymentScheduleDetails({transactionID}) {
|
|||||||
<th scope="col" className="px-2 text-right">
|
<th scope="col" className="px-2 text-right">
|
||||||
Due Date
|
Due Date
|
||||||
</th>
|
</th>
|
||||||
|
<th scope="col" className="px-2 text-right">
|
||||||
|
Paid Date
|
||||||
|
</th>
|
||||||
<th scope="col" className="px-2 text-right">
|
<th scope="col" className="px-2 text-right">
|
||||||
Action
|
Action
|
||||||
</th>
|
</th>
|
||||||
@@ -87,6 +90,11 @@ export default function RepaymentScheduleDetails({transactionID}) {
|
|||||||
<div className="font-normal text-gray-500">{getDateFromDateString(item?.due_date)}</div>
|
<div className="font-normal text-gray-500">{getDateFromDateString(item?.due_date)}</div>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
<td className="px-2">
|
||||||
|
<div className="text-right">
|
||||||
|
<div className="font-normal text-gray-500">{getDateFromDateString(item?.paid_at)}</div>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
<td className="px-2 text-right">
|
<td className="px-2 text-right">
|
||||||
<div className='flex items-center justify-end gap-3 md:gap-4'>
|
<div className='flex items-center justify-end gap-3 md:gap-4'>
|
||||||
<div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>
|
<div className='p-2 flex justify-center items-center text-slate-500 bg-white-body dark:text-white-body dark:bg-black-body rounded-md'>
|
||||||
|
|||||||
Reference in New Issue
Block a user