You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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 daysMake 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.
The text was updated successfully, but these errors were encountered: