mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 10:45:29 +00:00
chore(release): Bumped to Version 14.17.0
# [14.17.0](https://github.com/frappe/erpnext/compare/v14.16.1...v14.17.0) (2023-02-21) ### Bug Fixes * asset repair status after deletion and asset status after manual depr entry ([03f07a2](03f07a20e7)) * asset_depreciation_and_balances report doesn't reflect manual depr entries ([1535c3d](1535c3d856)) * change parameter name for letter head ([4f37ba9](4f37ba9cfe)) * check for duplicate in pos closing and pos merge log entry ([05d6490](05d649087b)) * consider rounded total amount while making payment request ([#34110](https://github.com/frappe/erpnext/issues/34110)) ([7879564](78795643cc)) * create `Delivery Trip` from `Delivery Note` list ([ba5ea88](ba5ea886cf)) * differency entry journal debit/credit missing ([#34104](https://github.com/frappe/erpnext/issues/34104)) ([7556739](75567391a7)) * Filters in item-wise sales history report ([#34145](https://github.com/frappe/erpnext/issues/34145)) ([44c837f](44c837f862)) * fiscal year error for existing assets in fixed asset register ([7074c2b](7074c2b161)) * forced delete linked desktop_icons (backport [#34107](https://github.com/frappe/erpnext/issues/34107)) ([#34130](https://github.com/frappe/erpnext/issues/34130)) ([53ab4d9](53ab4d92e8)) * ignore repost payment ledger on basic documents cancellation ([#34054](https://github.com/frappe/erpnext/issues/34054)) ([9890cce](9890cce680)) * incorrect consumed qty in subcontracting receipt ([d5f6a5d](d5f6a5d193)) * inventory dimension filter not overriding with existing filter for stock ledger report ([6959283](6959283893)) * linters issue ([f65e471](f65e471a75)) * opening_accumulated_depreciation and precision in charts ([47cc8ab](47cc8ab6c6)) * purchase invoice performance issue ([8d98599](8d98599a6c)) * rename duplicate field name with same type into a DocType to avoid import Error ([#34053](https://github.com/frappe/erpnext/issues/34053)) ([d783168](d7831685af)) * show Purchase Order Portal `Pay` button based on configuration ([84da0c6](84da0c6f1e)) * update `reserved_qty` when `Sales Order` marked as `Hold` ([15898cc](15898cc2ec)) * Use normal rounding for Tax Withholding Category ([#34114](https://github.com/frappe/erpnext/issues/34114)) ([65aec3e](65aec3e4ff)) * **ux:** `ReferenceError: me is not defined` Delivery Note ([7bd04c2](7bd04c27c8)) ### Features * allow to make in transit transfer entry from material request ([a7b682e](a7b682e26b)) * Editable Sales Invoice ([#32625](https://github.com/frappe/erpnext/issues/32625)) ([00eb632](00eb6329a7)) * provision to convert transaction based reposting to item warehouse based reposting ([72c0b22](72c0b2208f)) * translate fixtures during runtime, not installation ([#33996](https://github.com/frappe/erpnext/issues/33996)) ([d117de7](d117de7813))
This commit is contained in:
@@ -2,7 +2,7 @@ import inspect
|
||||
|
||||
import frappe
|
||||
|
||||
__version__ = "14.16.1"
|
||||
__version__ = "14.17.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user