AccountGo / accountgo

Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
http://accountgo.net
MIT License
383 stars 312 forks source link

Help Needed #113

Closed devshadab92 closed 5 years ago

devshadab92 commented 5 years ago

hey ... can anyone explain me the balance Sheet logic , actually i'm working on asp.net based application, and following this database structure , stuck in the get balance sheet.

mvperez commented 5 years ago

I will refer you to further reading here about balance sheet. https://www.investopedia.com/terms/b/balancesheet.asp

You just need to group account into Assets, Liabilities, Shareholders' Equity (equity for short)

Assets = Liabilities + Shareholders' Equity

devshadab92 commented 5 years ago

I will refer you to further reading here about balance sheet. https://www.investopedia.com/terms/b/balancesheet.asp

You just need to group account into Assets, Liabilities, Shareholders' Equity (equity for short)

Assets = Liabilities + Shareholders' Equity

Thanks