Revert deduction value to 2.0 across all files as per user feedback
Co-authored-by: Kenearos <86194771+Kenearos@users.noreply.github.com>
This commit is contained in:
parent
6ecfd895e1
commit
db6e95f45c
13 changed files with 56 additions and 56 deletions
|
|
@ -123,7 +123,7 @@ Edit `PayrollCalculator.kt` and modify the constants:
|
|||
- `RATE_WT`: Weekday rate (default 250€)
|
||||
- `RATE_WE`: Weekend rate (default 450€)
|
||||
- `WE_THRESHOLD`: Threshold for WE compensation (default 2.0)
|
||||
- `DEDUCTION_AFTER_THRESHOLD`: Deduction amount (default 1.0)
|
||||
- `DEDUCTION_AFTER_THRESHOLD`: Deduction amount (default 2.0)
|
||||
|
||||
### Adding Holidays
|
||||
|
||||
|
|
|
|||
Reference in a new issue