Wednesday, July 17, 2024
5 changes · master
Enhancements to existing features
Payroll salary attachments now use the existing payslip input type setup instead of a separate attachment type configuration. This reduces duplicate setup, keeps payroll rules more consistent, and simplifies maintenance for companies using salary deductions or attachments.
The bank synchronization flow now imports missing transactions made in a currency different from the account currency without losing the original payment currency information. This helps businesses reconcile multi-currency bank activity more accurately and reduces manual corrections.
Original PR description
Some banks allow customers to make payments in multiple currencies on their account. This commit will support importing transactions that are in another currency than the account currency through 'Find Missing Transactions' wizard without losing the information that they're paid in another currency. task-3972620
The appraisal workflow now has clearer empty states, better-organized feedback sections, and more useful appraisal details such as job position and previous or next appraisal dates. These changes make reviews easier to navigate, reduce mistakes when changing appraisal plans, and improve visibility into skills and feedback.
Original PR description
This PR enhances the UX design in the appraisal module with the following improvements: - Improved placeholders for empty screens and new data creation - Enhanced data presentation in the 360 feedback form - Added confirmation prompts for changes in appraisal plans in settings - Aligned state buttons for better readability - Introduced scroll bars for each feedback section (employee and manager) - Added next and previous appraisal dates, and job position fields in the appraisal form and list view - Included skills in server action menu items - Added default filters and group by options - Some other small UX improvements task-3950804
Activity views and related extensions are now loaded only when needed. This can improve initial loading performance across affected apps while keeping the same user-facing functionality.
Original PR description
We make the activity view and its extensions to be lazy loaded. Task ID: `3546321`
The report editor now records user edits as clearer, more focused change instructions instead of saving a large replacement of the whole report structure. This should make future upgrades and maintenance easier for partners and developers while preserving the same editing workflow for users.