Activity Rate
Critical Fields :
- Business Partner : It used to mention the Employee Name
- Activity : Here We can mention The Activities like process or Piece rate Operations.(It is an separate Master)
- Rate : It is used to mention the rate For That Particular activity
- Minimum Quantity : Used to set the minimum activity completion
- Deduct Min Qty : Used to given the Minimum Quantity Deduction
- Continuous Target : If the Activity wants to set the Continuous Target , Enable This Check Box.
- 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.
No Comments