brotherton-erpnext/erpnext/accounts/report/balance_sheet
RitvikSardana b86afb2964
feat: Financial Ratio Report (#36130)
* feat: Financial Ratio report added

* fix: Made columns dynamic

* fix: Changed fieldtype of year column

* fix: Added Financial Ratios for all Fiscal Years

* fix: Added Validation of only Parent Having account_type of Direct Income, Indirect Income, Current Asset and Current Liability

* fix: Added 4 more ratios

* fix: added a function for repeated code

* fix: added account_type in accounts utils and cleaned report code

* fix: created function for avg_ratio_values

* fix: cleaning code

* fix: basic ratios completed

* fix: cleaned the code

* chore: code cleanup

* chore: remove comments

* chore: code cleanup

* chore: cleanup account query

* chore: Remove unused variables

---------

Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
2023-08-04 22:05:30 +05:30
..
__init__.py Balance Sheet - first cut 2014-07-21 11:43:18 +05:30
balance_sheet.html [fix] reports template 2016-07-29 18:52:00 +05:30
balance_sheet.js feat: Financial Ratio Report (#36130) 2023-08-04 22:05:30 +05:30
balance_sheet.json fix(report): Cost center filters in financial statements and general ledger 2018-09-07 13:17:23 +05:30
balance_sheet.py chore: Remove unnecessary list comprehension 2023-03-19 19:46:01 +05:30
test_balance_sheet.py test: balance sheet report 2023-08-01 23:24:18 +05:30