Hello Masters,
Can somebody advice me how to do this payroll system which will look like this
[TABLE="class: grid, width: 680"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Time In[/TD]
[TD]Time Out[/TD]
[TD]Regular[/TD]
[TD]Night Shift[/TD]
[TD]Regular Overtime[/TD]
[TD]Night shift Overtime[/TD]
[/TR]
[TR]
[TD]j doe[/TD]
[TD]04/04/2013[/TD]
[TD]14:00[/TD]
[TD]01:00[/TD]
[TD]7[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Regular rates starts from 6am to 10pm. Night Shift with differential rate from 10pm to 6am. Overtime starts at the tenth hour of duty to be counted as 1 hour OT. 1 hour break time every after four hours. The purpose of this is to calculate properly employee salaries from different rates.
Can somebody advice me how to do this payroll system which will look like this
[TABLE="class: grid, width: 680"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Date[/TD]
[TD]Time In[/TD]
[TD]Time Out[/TD]
[TD]Regular[/TD]
[TD]Night Shift[/TD]
[TD]Regular Overtime[/TD]
[TD]Night shift Overtime[/TD]
[/TR]
[TR]
[TD]j doe[/TD]
[TD]04/04/2013[/TD]
[TD]14:00[/TD]
[TD]01:00[/TD]
[TD]7[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
Regular rates starts from 6am to 10pm. Night Shift with differential rate from 10pm to 6am. Overtime starts at the tenth hour of duty to be counted as 1 hour OT. 1 hour break time every after four hours. The purpose of this is to calculate properly employee salaries from different rates.