AutoCount Payroll & Million Payroll Allowance Formula

Last modified: 15/10/2021
You are here:

AutoCount Payroll

  1. Meal Allowance (RM 5 per day) with Import Time Attendance
  2. Meal Allowance (RM 5 per day) without Import Time Attendance
  3. Attendance Allowance (RM 200 or Zero) with Import Time Attendance
  4. Attendance Allowance (RM 200, ANY Leave = Zero) without Import Time Attendance
  5. Attendance Allowance (RM 200, RM 100, Zero) with Import Time Attendance
  6. Attendance Allowance (RM 200, RM 100, Zero) without Import Time Attendance

Million Payroll

* Late calculate by time, example below late 15min = count 1.

DescriptionMillion Payroll Formula
1. Meal Allowance (RM 5 per day) AW * DAY_WORK
2. Attendance Allowance (RM 200 or Zero) IIF(PAY_LEAVE + NPAY_LEAVE + LATE_HR = 0, AW, 0)
3. Attendance Allowance
No Leave & No Late = RM 200,
Leave 1 day / Late < 15 min = RM 100,
Leave >= 2 day / Late >= 15min = Zero.
IIF(PAY_LEAVE + NPAY_LEAVE + LATE_HR = 0, AW, IIF((PAY_LEAVE + NPAY_LEAVE = 1 AND LATE_HR = 0) OR (PAY_LEAVE + NPAY_LEAVE = 0 AND LATE_HR < 0.25), AW/2, 0))
Was this article helpful?
Dislike 0
Views: 123