This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Description
Add one more column named "Total Paid" on the right of the "Weekly Rate" Column.
This column should show the value in the next shape: {formatDollar(WorkPeriod.paymentTotal}} ({WorkPeriod.daysPaid})
Examples:
$0 (0) - means $0 dollars paid for 0 days
$1000.00 (1) - means $1000 dollars paid for 1 day
$500.00 (5) means $500 dollars paid for 5 days
Make the (X) gray color, so we are showing days in gray.
This column should be sortable by the "paymentTotal".
Also, inside Resource Details show Total Paid with days instead of member rate. And we would show the Payment Popover when we click this value of total paid.
