Skip to content

v14.6.0

Compare
Choose a tag to compare
@frappe-pr-bot frappe-pr-bot released this 08 Nov 12:15
· 3819 commits to version-14 since this release

14.6.0 (2022-11-08)

Bug Fixes

  • Material Consumption option in case of Skip Transfer to WIP in WO (8c856cd)
  • add translate function to name of chart labels in budget_variance_report.py (16f364d)
  • add translate function to name of chart labels in deferred_revenue_and_expense.py (b8caa58)
  • add translate function to period in stock_analytics.py (b0c06d5)
  • add translate function to period in sales_analytics.py (e681f06)
  • add translate function to string on budget_variance_report.js to match the variance word translated (595aaad)
  • Auto advance allocation against partial invoices (b7763d9)
  • auto increment qty if item table has no items (d8e403b)
  • conflicts (ab87a95)
  • correct linters (8f6f9a4)
  • correct linters (440e208)
  • correct linters (5acc9be)
  • Create POS Opening Entry POS Profile filter. (60af9c0)
  • Disable tax included prices for internal transfers (#32794) (6838e5e)
  • for asset's purchase_date, if bill_date is set, use that instead of posting_date (01a1c96)
  • get consumed_qty based on received_qty in SCR (ea9a502)
  • Increase columns width in Warehouse wise Item Balance Age and Value (0b09c31)
  • linter (af60c8f)
  • make BOM required in SCR Item (3f79a05)
  • make consumed_qty editable when backflush based on Material Transfer (2c5a8c4)
  • make consumed_qty read-only in SCR Supplied Items (68229f0)
  • map BOM while mapping the return SCR (e629cba)
  • mysql syntax issue (4d9bbd4)
  • not able to select customer / supplier (6989cdf)
  • refactor code for better translatable string (2dc24f2)
  • refactor code for better translatable string in stock_ageing.py (0ead516)
  • rename test method (97445d9)
  • Scan Barcode UX (1944f4d)
  • set received_qty before_validate SCR (e316558)
  • test cases (0feec4c)
  • trailing whitespace (31bada9)
  • update advance paid in SO/PO from Payment Ledger (a561432)
  • use flt instead of cint in get_batch_no (6510464)

Features

  • Item Wise TDS Calculation (b9fb104)

Performance Improvements

  • use get_cached_value instead of db.get_value in controllers (#32776) (34ca17a)