Friday, February 27, 2026
1 change · 17.0
Enhancements to existing features
This update enhances the 'Unpaid' bill filter in the accounting module to now include draft vendor bills, providing a more complete view of outstanding payments. Additionally, the system now correctly filters out journal entries from the 'Unpaid' filter, ensuring accurate reporting. This improves financial visibility and reporting accuracy.
Original PR description
In this commit: - Updated the `Unpaid` filter to show draft bills in addition to posted bills. The filter now includes all non-cancelled bills with payment status `Not Paid` or `Partially Paid`. - Backported the logic from 18.0 to ensure journal entries are filtered out by checking that type is not equal to `journal_entry`. task-5900283