#925: EmployeeSalaryFilter.kt

projectforge-business/src/main/kotlin/org/projectforge/business/fibu/EmployeeSalaryFilter.kt Type: Search Filter · Purpose: Filter criteria for employee salary queries · Path: projectforge-business/src/main/kotlin/org/projectforge/business/fibu/EmployeeSalaryFilter.kt 52 lines · 14 code · 33 comments · 5 blank
Extends BaseSearchFilter. Adds two nullable filter fields: year (null = all years) and month (null = all months; 1=January through 12=December). The month setter validates via PFDayUtils.validateMonthValue(). Implements Serializable.

Git History

868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
83b6d14be Source file headers fixed.
9456bbb6c WIP: Month -> 1-based Integer
32f634b88 Optimize imports
dd5ca38ac CopyRight of all java file-header updated or created.
9ebb88522 Initial commit