Skip to content

v13.49.5

Compare
Choose a tag to compare
@frappe-pr-bot frappe-pr-bot released this 14 Mar 16:38
· 492 commits to version-13 since this release

13.49.5 (2023-03-14)

Bug Fixes

  • BOM Stock Report (eb1f8f9)
  • required_qty get reset to 1 for Alternative Item in WO (d117101)
  • adjust excess cf leaves in new leaves taken if number exceeds cf leaves allocation (bc12269)
  • consider leaves taken while calculating expired carry-forwarded leaves (e74e02b)
  • consider leaves taken within carry-forwarded period separately while calculating balance (52108d5)
  • consider relieving date while calculating payment days based on lwp (563f83f)
  • Don't use get_list & get_all interchangeably (b70a37f)
  • Error in consolidated financial statement (#34330) (470dc10)
  • exclude cancelled leave ledger entries (91cad9e)
  • exclude carry forwarding leaves while updating leaves after submission (88c5de5)
  • leave allocation tests (2f62a96)
  • operation time for multi-level BOM in WO (f4d07cc)
  • precision for newly allocated leaves (238769e)
  • test: get_leave_allocation_records (c01bed9)
  • test: TestBomStockReport (4824302)
  • Total row in trail balance report (backport #34395) (#34431) (809d6d6)
  • Use customer name instead of name(id) in PSOA (backport #34412) (#34426) (a24f050)

Performance Improvements

  • update_completed_qty() in material_request.py (5bc2b8f)
  • Stock Entry (Material Transfer) (7a159a7)

Reverts