Balance Period for Contract-Based Processing
Use CaseBalance restriction fields and Contracts parameters control how balance rules apply to selected employment types.
No overtime carryover for temporary employment
Useful when DPP, DPČ, agency workers or other secondary employment types should not accumulate overtime balance across periods.
Details
- Type: Running
- Number of Months in the Balance Period: 1
- Do Not Allow Positive Balance: Yes
- Do Not Allow Cumulative Paid Overtime: Yes
Parameters
{
"Contracts": [
"DPP Contract"
]
}
Rolling balance for permanent employment
Useful when permanent employment contracts should carry working time balances across multiple balance periods.
Details
- Type: Running
- Number of Months in the Balance Period: 3
Parameters
{
"Contracts": [
"Permanent Employment"
]
}
Transfer balance after contract conversion
Useful when employees move from temporary employment to permanent employment without losing their accumulated working time balance.
Details
- Type: Running
- Number of Months in the Balance Period: 3
Parameters
{
"Contracts": [
"Permanent Employment",
"DPP Contract"
],
"ContractsBalanceTransfer": [
{
"From": "DPP Contract",
"To": "Permanent Employment"
}
]
}
Strict balance rules for protected employee groups
Useful when selected employee groups must follow stricter balance rules due to legal, contractual, or internal policy requirements.
Details
- Type: Fixed
- Number of Months in the Balance Period: 1
- Do Not Allow Positive Balance: Yes
- Do Not Allow Negative Balance: Yes
- Allow Overtime with Negative Balance: No
Parameters
{
"Contracts": [
"Student Employment",
"Protected Employment"
]
}
Monthly balance settlement for agency workers
Useful when agency workers should settle balances monthly instead of carrying them forward.
Details
- Type: Fixed
- Number of Months in the Balance Period: 1
- Do Not Allow Positive Balance: Yes
Parameters
Details
- Type: Fixed
- Number of Months in the Balance Period: 1
- Do Not Allow Positive Balance: Yes
Parameters
Details
- Type: Fixed
- Number of Months in the Balance Period: 1
- Do Not Allow Positive Balance: Yes
Parameters
{
"Contracts": [
"Agency Employment"
]
}
Was this helpful?
