Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| sa_ratescriptlanguage [2023/04/19 14:21] – [Indenting] Scott McMullen | sa_ratescriptlanguage [2024/11/19 14:19] (current) – Shelley Hunter | ||
|---|---|---|---|
| Line 63: | Line 63: | ||
| --foreach timeslicedefault | --foreach timeslicedefault | ||
| </ | </ | ||
| - | Within each band we add the required details for days and times. You don’t need to use all, but it needs to be in that order | + | Within each band we add the required details for days and times. You don’t need to use all, but it needs to be in that order. \\ \\ |
| Line 147: | Line 147: | ||
| --add Basic | --add Basic | ||
| thresholdsplit 37.5 Basic|Overtime | thresholdsplit 37.5 Basic|Overtime | ||
| + | post | ||
| + | </ | ||
| + | |||
| + | When a minimum number of hours are to be paid. | ||
| + | |||
| + | <sxh> | ||
| + | foreach shift | ||
| + | -foreach dayslice | ||
| + | --foreach timeslice 06:00 18:00 | ||
| + | ---if intimeslice | ||
| + | ----addmin 10 Day | ||
| + | ---addmin 10 Night | ||
| post | post | ||
| </ | </ | ||