On testing, a user with a needed monetary pledge is prompted to "Send Payments" in the Contributions section of the dashboard:
Clicking the button takes the user to the Payments screen, where the user is told they cannot make payments because the first distribution period has not yet started:
A user who will receive a monetary pledge is shown there are payments to be received:
Clicking the button to "See more" takes the user to the Payments screen, where the user is told the first distribution period has not yet started:
Note: The Contributions page (for all users) shows all contributions that have been entered so far, and is fine as-is :)
Solution
Before the first distribution period:
keep the applicable "Payments sent" / "Payments received" on dashboard for all users
under "Payments sent" / "Payments received", replace the progress bar + button with the text from the Payments page: "The distribution period begins on: $date"
Problem
On
testing
, a user with a needed monetary pledge is prompted to "Send Payments" in theContributions
section of the dashboard:Clicking the button takes the user to the
Payments
screen, where the user is told they cannot make payments because the first distribution period has not yet started:A user who will receive a monetary pledge is shown there are payments to be received:
Clicking the button to "See more" takes the user to the
Payments
screen, where the user is told the first distribution period has not yet started:Note: The
Contributions
page (for all users) shows all contributions that have been entered so far, and is fine as-is :)Solution
Before the first distribution period:
Payments
page: "The distribution period begins on:$date
"