* fix: Remove current fiscal year from Global Defaults (#35960)
* fix: Remove current fiscal year from Global Defaults
* fix: Remove button to set default
* fix: Add utils to get fiscal year
* fix: Incorrect import
* feat: Add hook for naming series parser
(cherry picked from commit 6270607c6d)
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.py
# erpnext/patches.txt
# erpnext/public/js/utils.js
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
* fix: date and finance book fixes in fixed asset register (#35751)
* fix: handle finance books properly and show all assets by default in fixed asset register
* chore: rename value to depr amount
* chore: get asset value for correct fb properly
* chore: rename include_default_book_entries to include_default_book_assets
(cherry picked from commit 0d12588583)
# Conflicts:
# erpnext/assets/report/fixed_asset_register/fixed_asset_register.py
* chore: resolving conflicts and renaming entries to assets
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
fix: use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (#35031)
fix: use filter_by_finance_book instead of only_depreciable_assets
(cherry picked from commit e08d636bf7)
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
fix: provide filter by depreciable assets in fixed asset register (#34803)
(cherry picked from commit c957a5cd2e)
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
* fix: get value_after_depreciation functions and manual depr entry not updating asset value
* fix: reflect manual depr entry in chart and fixed asset register
* fix: add linked JEs in asset connections
* chore: add test
* chore: add patch and fix some things
* chore: get depreciation_expense_account properly
* chore: fix patch
* chore: fix patch
* chore: fix patch again
* chore: rename var in patch
* fix: filter assets with finance books properly
* chore: refactor get_value_after_depreciation
* chore: use dict format for filters in assets_linked_to_fb
* chore: refactor update_asset_value
* chore: sort manual depr entries
* feat(report): fixed asset register
* fix: fetch supplier and check for asset status
* fix: fetch vendor name from purchase invoice
* style(fixed-asset-register): use conventional column name
* Update fixed_asset_register.py