The amount calculation is incorrect #443
Description
Steps
Log in from an external user
select a role/skill and continue
On the Team details page, increase the number of resources to more than 1
go to checkout page and see the amounts
The Charge should be for the first week for the request using the global rate, and this should be multiplied based on the number of resources. The total deposit should be the total charges for the roles in the left side
But the implementation only shows the global rate irrespective of the number of resources(resource count is always 1 issue #442) and the total deposit is calculated by multiplying the global rate of each role by 4(weeks)
Also when the user selects 30 hr/week or 20 hr/week, it still takes the 40 hr/week rate in the calculation
2021-08-10_15-46-49.mp4
@wdprice pls correct me if I am wrong