-
Type:
Support Activity
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Support Task Type:Configuration
-
Environment:Production
-
Reported by:Client
-
Company:Five Guys
-
Module:BenAdmin
*Some employees show defined contribution as negative. This is appearing in the payroll file to client and client is asking us to fix immediately. One example is attached for Fallon Palladino who has a medical deduction of -56.59 on the payroll file.
We also have an issue with the where the client is manually changing the payroll deductions to round correctly. Currently $ amounts are truncated instead of rounded. We need some new macro for rounding the deduction correctly for Five Guys.
*
Hello Lorena.Nava@ebsbenefits.com & Rochelle Thomas,
We checked "EmployeeCostMinusCredits" field. As per implementation below is formula
EmployeeCostMinusCredits = Employee Cost - CreditAmount.
Both Employee Cost & Credit Amount are rounded up to two decimal points then subtracts . Due to that there difference of 0.01.
Ex. $3.27 Bi-Weekly Dental Low Plan Employee Only should be $3.28
Monthly Cost : 26.18
Bi-Weekly Cost: (26.18 * 12)/26 = 12.083 , 12.08 with two decimal point
Credit Amount : 19.08
Bi-Weekly Credit Cost : (19.08*12)/26) = 8.806 , 8.81 with two decimal point
EmployeeCostMinusCredits : 12.083 - 8.806 = 3.277 with two decimal rounding 3.28
EmployeeCostMinusCredits : 12.08 - 8.81 = 3.27 with two decimal rounding 3.27
Thanks,
Rohan J Khandave
CC – Vinayak Kulkarni , Ganesh Sadawarte