-
Notifications
You must be signed in to change notification settings - Fork 5
Update BA for already processed payments of the Work Period #81
Comments
@maxceem Below are some of the issues found,
|
|
Below scenarios are tested in Dev Env.
|
Verified on Prod Env. Working as expected. cc: @nkumar-topcoder |
Background
Managers can process payments for Work Periods. Money for the payments comes from the Billing Account which is associated with Resource Booking:
Sometimes Managers process payments using the wrong billing account. And they would like to update the billing account for all payments which are done during the current Work Period (week).
Task
Add
Actions
dropdown menu to each of the row in the table with 1 option:Update BA for payments
(or add this option ifActions
is already implemented via this task [$80] Additional Payments #82)Or reuse it if it was already ported during another task [$45] Edit payments #80 or [$80] Additional Payments #82.
When we click
Update BA for payments
show a modal:Current BA used
list the billing accounts which were used for payments at the moment which would be updatedIf we click
Cancel
orX
just close the modal.if we click
Update BA for payments
show a loading indicator inside the modal OR just disable the fields and all the buttons while sending request to the server.Billing account was successfully updated for all the payments
:API
The text was updated successfully, but these errors were encountered: