Activity Rate

image-1709280488252.png

Critical Fields : 

  1. Business Partner : It used to mention the Employee Name
  2. Activity : Here We can mention The Activities like process or Piece rate Operations.(It is an separate Master)
  3. Rate : It is used to mention the rate For That Particular activity
  4. Minimum Quantity : Used to set the minimum activity completion
  5. Deduct Min Qty : Used to given the Minimum Quantity Deduction
  6. Continuous Target : If the Activity wants to set the Continuous Target , Enable This Check Box.
  7. Day Count : Used to maintain the Days Count For Continuous Target.

If(daycount == 0), there is no target or incentive check the qty against the min qty and proceed.

If(daycount = -1), target need to be achieved for all days

If(daycount > 0), target needs to be achieved for said days, Continuous or otherwise depends on the following

If(iscontinuous) -> Target needs to be achieved Continuously according to day count.

If(!iscontinuous) -> Target need not be achieved continuously but has to be achieved according to day count.