Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding how double entry works #1242

Open
karim-elngr opened this issue Feb 14, 2024 · 0 comments
Open

Understanding how double entry works #1242

karim-elngr opened this issue Feb 14, 2024 · 0 comments

Comments

@karim-elngr
Copy link

karim-elngr commented Feb 14, 2024

Hi all,

I was going through the documentation in the website and read that the formance ledger is a double entry ledger, but form what I saw here double entry means that we have a source and a destination where money moves, but in accounting terms double entry is not just about moving money from a source to a destination rather it is about ensuring that the accounting principles remain solid that is assets = equity + liability for example if we charge customer money then we need to add this money to our cash account and also recognize this as profit, lets take a sample sale of 100$

Sample Entries
Upon Sale:
Debit Cash Account: $100 (increasing assets)
Credit Revenue Account: $100 (increasing equity through increased revenue)

Upon Recognizing Cost of Goods Sold:
Debit COGS Account: $60 (increasing expense, which decreases equity)
Credit Inventory Account: $60 (decreasing assets, assuming the product was previously inventoried)

In those terms we are not simply moving money from one account to another but trying to model this operation

  1. Move money from @world to cash
  2. Move money from @world to revenue

And then
1- Move money from inventory to expense

What I am trying to say is we are not always moving money from one account to another but in some cases we increase both accounts, is there a clean way to achieve this

@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2024
@altitude altitude reopened this Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants