Wednesday, January 18, 2023
3 changes · master
Enhancements to existing features
Polish financial report templates are now maintained in English, with Polish translations provided separately. This improves consistency for multilingual deployments while preserving the Polish report wording for local users.
Original PR description
Reports are translated in English. Added .po to translate it back into Polish.
The appointment type list now gives more room to appointment names, making similar entries easier to tell apart. Appointment counts and related report figures are also aligned more cleanly for a clearer overview.
Original PR description
**PURPOSE** Improve the kanbanlist in appointment type.There is not enough space for names. as all types start with the same few words we can't differentiate them. **SPECIFICATIONS** - Add more space for name. - Align the appointment count, appointment count report. Task-3109366
Appraisal survey results now align with the updated survey filtering behavior. This helps appraisal feedback results display correctly and consistently after recent survey result changes.
Original PR description
Purpose ======= Updating the module to the new filter results modifications done in Survey. Specifications ============== Adding the missing parameter to the _get_user_input_domain method inheritance to handle the new search domain implementation. Task-2957775