Skip to content

Commit

Permalink
chore(release): Bumped to Version 14.17.0
Browse files Browse the repository at this point in the history
# [14.17.0](v14.16.1...v14.17.0) (2023-02-21)

### Bug Fixes

* asset repair status after deletion and asset status after manual depr entry ([03f07a2](03f07a2))
* asset_depreciation_and_balances report doesn't reflect manual depr entries ([1535c3d](1535c3d))
* change parameter name for letter head ([4f37ba9](4f37ba9))
* check for duplicate in pos closing and pos merge log entry ([05d6490](05d6490))
* consider rounded total amount while making payment request ([#34110](#34110)) ([7879564](7879564))
* create `Delivery Trip` from `Delivery Note` list ([ba5ea88](ba5ea88))
* differency entry journal debit/credit missing ([#34104](#34104)) ([7556739](7556739))
* Filters in item-wise sales history report ([#34145](#34145)) ([44c837f](44c837f))
* fiscal year error for existing assets in fixed asset register ([7074c2b](7074c2b))
* forced delete linked desktop_icons (backport [#34107](#34107)) ([#34130](#34130)) ([53ab4d9](53ab4d9))
* ignore repost payment ledger on basic documents cancellation ([#34054](#34054)) ([9890cce](9890cce))
* incorrect consumed qty in subcontracting receipt ([d5f6a5d](d5f6a5d))
* inventory dimension filter not overriding with existing filter for stock ledger report ([6959283](6959283))
* linters issue ([f65e471](f65e471))
* opening_accumulated_depreciation and precision in charts ([47cc8ab](47cc8ab))
* purchase invoice performance issue ([8d98599](8d98599))
* rename duplicate field name with same type into a DocType to avoid import Error ([#34053](#34053)) ([d783168](d783168))
* show Purchase Order Portal `Pay` button based on configuration ([84da0c6](84da0c6))
* update `reserved_qty` when `Sales Order` marked as `Hold` ([15898cc](15898cc))
* Use normal rounding for Tax Withholding Category ([#34114](#34114)) ([65aec3e](65aec3e))
* **ux:** `ReferenceError: me is not defined` Delivery Note ([7bd04c2](7bd04c2))

### Features

* allow to make in transit transfer entry from material request ([a7b682e](a7b682e))
* Editable Sales Invoice ([#32625](#32625)) ([00eb632](00eb632))
* provision to convert transaction based reposting to item warehouse based reposting ([72c0b22](72c0b22))
* translate fixtures during runtime, not installation ([#33996](#33996)) ([d117de7](d117de7))
  • Loading branch information
frappe-bot committed Feb 21, 2023
1 parent 9aa25c4 commit 0d986a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import frappe

__version__ = "14.16.1"
__version__ = "14.17.0"


def get_default_company(user=None):
Expand Down

0 comments on commit 0d986a2

Please sign in to comment.