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.
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