Description
When weekly payment for all the booked candidates for the given job is made. Notify or alert to invoice team.
Example : 4 resources are booked (placed
status) for 4 weeks for position of java developer
. Invoice team have to be notified when all 4 resource weekly payment are made so that they raise a single
consolidated invoice to client rather having separate invoice for each resource when payment is made.
There could be various use-case - 2 resource placed
for first 2 weeks and 3rd week there could be 5 resource for same position (same job - jobid).
The System needs to track Total Number of Resources paid per week per Job and Notify.
Count(No. of Resource booked per job) = Count(No. of Payment successful week payment) then Alert
java developer
position = 2, duration = 4 weeks.
- Week1 = 1 resource
placed
and 1 week payment made ==> track this and alert (here invoice has 1 resource). - Week2 = 2 resource
placed
and 3 week payment made ==> track this and alert (here invoice has 3 resource)
Note : here week2 2 resources placed
although job position = 2, now we have total 3 resource booked which has to be tracked/alerted for invoice team, note that Job position is indicative only)