DashSoftwareSolutions / DashAccountingSystemV2

ASP.NET Core + React/Redux SPA powered Simple Ledger and Time Tracking System for small businesses
GNU General Public License v3.0
12 stars 4 forks source link

[Back-End] - Add flag to programmatically identify the Retained Earnings Account #13

Closed groberts314 closed 3 years ago

groberts314 commented 3 years ago

This is necessary for cash-based accounting without formal accounting periods that have to be closed, a la the way QuickBooks Online operates.

Instead of attributing net profit/loss to Retained Earnings as part of a closing entry for an accounting period (e.g. a quarter), Retained Earnings is always calculated on the fly to ensure the basic financial accounting equation (Assets = Liabilities + Equity) always holds, given the balances for all other Assets, Liabilities and Equities for the selected date range (plus any included Journal Entries that explicitly Debit or Credit the Retained Earnings account).

groberts314 commented 3 years ago

Done!