Wednesday, April 2, 2025
4 changes · master
Enhancements to existing features
Field service screens now hide time-related filters and menu options when timesheets or billable time are disabled for projects. This reduces clutter and prevents users from seeing options that do not apply to their project setup.
Original PR description
### After this PR: - Previously the time related filters are visible even after the timesheet is disabled in the project. After this PR we hide the time-related fields when timesheet is disabled in the project. - And if timesheet and billable is disabled in all fsm projects..time related fields also become invisible in action menus task-4038178
The Luxembourg payroll module now includes withholding tax numbers for annual periodic income, such as 13th month payments and gratuities. This supports more accurate tax adjustment calculations for payroll processing.
Original PR description
This PR adds the withholding tax numbers for annual periodic revenues. This will be used to compute withholding tax adjustments. task-4592464
The referral onboarding configuration list has been visually improved to make setup information easier to scan and manage. This helps HR teams configure referral onboarding steps more comfortably with a clearer interface.
Original PR description
task-4461244 
Spreadsheet filter editors now present field matching grouped by model in clearer visual boxes, matching the pivot side panel style. This makes it easier for users to understand and configure filters when working with spreadsheets.
Original PR description
This commit revamps the way the field matching are displayed in the filter editors to make it more user friendly. The field matching are now displayed by model, with a box with the same design as in pivot side panel. Task: 4589701