Hello,
I occasionally work set shifts, which includes an overtime rate. I would like to create a table which looks like the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start time[/TD]
[TD]Finish time[/TD]
[TD]Hours worked[/TD]
[TD]Billable hours[/TD]
[/TR]
[TR]
[TD]Tuesday 29 August 18:00[/TD]
[TD]Wednesday 30 August 07:00[/TD]
[TD]13[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Sunday 03 September 18:00[/TD]
[TD]Monday 04 September 06:00[/TD]
[TD]12[/TD]
[TD]24[/TD]
[/TR]
</tbody>[/TABLE]
I am a contractor, and my hourly multiplier works to the following rules:
- Before 20:00 (weekday) single time.
- After 20:00 and before 08:00 the following day (weekday) 1.5x hours.
- Any Sunday shift (regardless of end date) 2x hours.
Using the first line as an example - I worked 2 hours at single time (18:00 - 20:00) then a subsequent 12 hours at 1.5x hours, so that equates to 2+18 = 20.
I will then create a 5th column which will be my hourly rate x the billable hours.
I'd be really grateful for any help!
I occasionally work set shifts, which includes an overtime rate. I would like to create a table which looks like the following:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Start time[/TD]
[TD]Finish time[/TD]
[TD]Hours worked[/TD]
[TD]Billable hours[/TD]
[/TR]
[TR]
[TD]Tuesday 29 August 18:00[/TD]
[TD]Wednesday 30 August 07:00[/TD]
[TD]13[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]Sunday 03 September 18:00[/TD]
[TD]Monday 04 September 06:00[/TD]
[TD]12[/TD]
[TD]24[/TD]
[/TR]
</tbody>[/TABLE]
I am a contractor, and my hourly multiplier works to the following rules:
- Before 20:00 (weekday) single time.
- After 20:00 and before 08:00 the following day (weekday) 1.5x hours.
- Any Sunday shift (regardless of end date) 2x hours.
Using the first line as an example - I worked 2 hours at single time (18:00 - 20:00) then a subsequent 12 hours at 1.5x hours, so that equates to 2+18 = 20.
I will then create a 5th column which will be my hourly rate x the billable hours.
I'd be really grateful for any help!