VALIDATE MIN HOURS Rule
When a budget manager edits a budget/forecast and clicks VALIDATE MIN HOURS rule checks for the minimum hour violation per time period for each location. The minimum hours are imported with the budget.
, theIf the edited values are less than the minimum hours, the violated row is highlighted, and a notification is displayed in the Messages column. See System-Generated Messages and Comments.
The following Java class implements this rule:
com.workbrain.app.modules.budgeting.rules.MinHoursValidationRule
You can create the MAXIMUM HOURS rule so that Labor Budgeting checks your edits do not exceed the maximum hours specified in the budget. This rule is similar to the VALIDATE MIN HOURS rule, described above. See Configuring min payroll and max hours rules.