Basic Employee Compensation

 

For each week, hourly employees are a paid a standard wage per hour for the first 40 hours worked, 1.5 times their wage for each hour after the first 40 hours, and 2 times their wage for each hour worked on Sundays and holidays.

 

Here are some typical examples of this:

 

Payroll.Fixtures.WeeklyCompensation
The fixture "Payroll.Fixtures.WeeklyCompensation" was not found.

 

 

 

StandardHours

HolidayHours

Wage

Pay()

40

0

20

800

45

0

20

950

48

8

20

1360