mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-24 12:36:37 +00:00
chore(release): Bumped to Version 16.28.0
# [16.28.0](https://github.com/frappe/erpnext/compare/v16.27.0...v16.28.0) (2026-07-15) ### Bug Fixes * **accounts:** added permission checks on `get_account_balances_coa` (backport [#57107](https://github.com/frappe/erpnext/issues/57107)) ([#57122](https://github.com/frappe/erpnext/issues/57122)) ([e8a5325](e8a532587d)) * allow barcode scan to add and increment items in pick list ([00a646a](00a646ac25)) * apply precision fix inline for v16-hotfix, drop develop-only asset_service refactor ([d3a8e91](d3a8e91cda)) * **asset:** allow asset repair creation for fully depreciated assets ([8658039](8658039e9a)) * **budget-variance:** correct month shift in comparison chart ([703e9a7](703e9a728c)) * guard company logo lookup in default letterheads ([7b54314](7b543142a2)) * **journal-entry:** fetch outstanding on foreign currency ([ec782ee](ec782ee20d)) * **manufacturing:** preserve job card transferred quantity ([d7e9321](d7e9321746)) * match depreciation schedule rows at currency precision to avoid duplicate JEs ([a1fae95](a1fae959ed)) * prevent duplicate material request items in purchase order ([4d951c1](4d951c1cf8)) * set explicit table and logo widths in grey letterhead ([0d80fef](0d80fef3bf)) * **stock:** fix sqlparse token limit in get_bundle_wise_serial_nos ([5a99dd6](5a99dd6016)) * **stock:** set stock_uom on transferred Stock Reservation Entries ([5991ecf](5991ecfa3d)) * **stock:** show qty (company) and qty (warehouse) in sales transactions ([0d9ace7](0d9ace7ab8)) * **tnc:** `get_terms_and_conditions` render_template with `safe_exec` (backport [#56944](https://github.com/frappe/erpnext/issues/56944)) ([#56977](https://github.com/frappe/erpnext/issues/56977)) ([40c85a0](40c85a0087)) ### Features * **balance-sheet:** implement execute_synced_report with full parity to normal report ([636bcbe](636bcbedc0)) * **general-ledger:** implement execute_synced_report with full parity to normal report ([19ec095](19ec095ff8)) * **profit-and-loss:** implement execute_synced_report with full parity to normal report ([21ddb00](21ddb00e20)) * **trial-balance:** implement execute_duckdb with full parity to normal report ([228418b](228418b05f)) * weekly auto-repost of incorrect stock valuation entries (backport [#56637](https://github.com/frappe/erpnext/issues/56637)) ([#56700](https://github.com/frappe/erpnext/issues/56700)) ([bf1b7f2](bf1b7f2bea))
This commit is contained in:
@@ -6,7 +6,7 @@ import frappe
|
||||
from frappe.model.document import Document
|
||||
from frappe.utils.user import is_website_user
|
||||
|
||||
__version__ = "16.27.0"
|
||||
__version__ = "16.28.0"
|
||||
|
||||
|
||||
def get_default_company(user=None):
|
||||
|
||||
Reference in New Issue
Block a user