refactor: stock closing balance -> stock closing entry (#44489)

* refactor: stock closing balance

* perf: batchwise balance history report

* fix: stock ageing data for stock balance report
This commit is contained in:
rohitwaghchaure
2024-12-26 22:57:58 +05:30
committed by GitHub
parent ab1cca0c40
commit c9088f4955
21 changed files with 1176 additions and 476 deletions

View File

@@ -392,4 +392,5 @@ erpnext.patches.v15_0.migrate_old_item_wise_tax_detail_data_format
erpnext.patches.v15_0.set_is_exchange_gain_loss_in_payment_entry_deductions
erpnext.patches.v14_0.update_stock_uom_in_work_order_item
erpnext.patches.v15_0.enable_allow_existing_serial_no
erpnext.patches.v15_0.update_cc_in_process_statement_of_accounts
erpnext.patches.v15_0.update_cc_in_process_statement_of_accounts
erpnext.patches.v15_0.refactor_closing_stock_balance #5