# [15.55.0](https://github.com/frappe/erpnext/compare/v15.54.5...v15.55.0) (2025-03-25) ### Bug Fixes * add base_outstanding and base_paid_amount in payment schedule table ([412e6be](412e6be502)) * add patch to update base_outstanding and base_paid_amount ([c3221c4](c3221c4e93)) * correct accumulated depreciation calculation for disposed assets (backport [#46660](https://github.com/frappe/erpnext/issues/46660)) ([#46661](https://github.com/frappe/erpnext/issues/46661)) ([4df5f18](4df5f18d85)) * correct invoice order in payment reconcillaiton ([2a70791](2a70791bba)) * customer credit limit check based on `bypass_credit_limit_check` in Journal Entry ([6c443bd](6c443bd85a)) * date added to wrong patch ([2bfaf64](2bfaf64fff)) * do not validate if conversion rate is 1 for different currency ([391b5c4](391b5c4226)) * don't filter payment entries on Bank Account in Payment Clearance ([dc3b5e2](dc3b5e2f3a)) * **Payment Entry:** get contact details from existing contact ([#40556](https://github.com/frappe/erpnext/issues/40556)) ([f964178](f964178008)) * unwired order_by argument in get_transaction_list (backport [#46636](https://github.com/frappe/erpnext/issues/46636)) ([#46643](https://github.com/frappe/erpnext/issues/46643)) ([2ebea88](2ebea8866a)) ### Features * **accounting:** allow chart_of_account.get_chart to be whilelist ([e69c722](e69c722534)) * **projects:** add option to hide timesheets for project users ([#46173](https://github.com/frappe/erpnext/issues/46173)) ([3834d6f](3834d6fbce)) * repost accounting ledger for purchase receipt ([4edfc6f](4edfc6f125)) ### Performance Improvements * timeout while renaming cost center ([58eb184](58eb1849d7))