What's Changed
- Fixed slow stock transactions by modifying Stock Ledger Entry queries to use
posting_datetime
instead of Posting Date and Posting Time for ordering. #45027 - Fixed an issue where BOM costs were not being automatically updated due to outdated BOM Update Log entries stuck in "Queued" or "In Progress" status. Now, if such logs are older than 10 days, a new BOM Update Log is created to update the costs. #45038
- Fixed an issue where draft Subcontracting Orders could cause errors for users updating from the develop branch. #45031
- Removed unnecessary validation in Stock Entry that was causing slow performance. #45042
- Implemented validation in Stock Entry (Manufacture) to ensure that components and their quantities match the BOM specifications, preventing deletion or unauthorized modification of items. #45044
- Fixed an issue where images in the BOM item preview were being cut off. #45054
Full Changelog: v15.47.3...v15.47.4