Thursday, March 13, 2025
3 changes
1 change
Enhancements to existing features
Field Service users can now see the add stage button directly in the Kanban view when working with a single Field Service project. This makes it easier to create new workflow stages from task and planning views without leaving the current screen.
Original PR description
Before this commit: The add stage button is not visible in the Kanban view of FSM, making it difficult for users to add new stages. This commit makes the add stage button visible in the FSM kanban view when a single FSM project exists, allowing users to add new stages directly from the kanban view. In the 'My Tasks' menu, it is visible when grouped by stage. Affected menus: - My Tasks: Tasks, Map - All Tasks: All Tasks, To Schedule, To Invoice - Planning: By User, By Project, By Worksheet Template, By Location task-4573727
2 changes
Enhancements to existing features
Belgian accounting now supports partial VAT deduction, such as reclaiming only part of VAT on EU purchases like fuel or electricity. This helps businesses record VAT more accurately and stay aligned with Belgian tax requirements.
Original PR description
- Implemented support for partial VAT deduction (e.g., 35% reclaimable VAT on EU acquisitions like fuel or electricity). task-4575302
The Estonia reporting module now supports the new 13% VAT rate that applies from January 1, 2025. This helps Estonian businesses keep tax reporting and VAT XML exports aligned with upcoming legal requirements.
Original PR description
This adds 13% tax logic to Estonia Localization and VAT tax report. 13% is valid from 01.01.2025 Also in vat xml t-out is used for values true and false as otherwise these are translated during rendering.