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

Beancount documentatie gebruiken om van single entry naar double entry bookkeeping te gaan #13

Open
5 tasks
eirvandelden opened this issue Jul 28, 2020 · 0 comments
Labels
enhancement New feature or request important Thing that should be picked up sooner

Comments

@eirvandelden
Copy link
Owner

eirvandelden commented Jul 28, 2020

https://beancount.github.io/docs/the_double_entry_counting_method.html

Onder double boeking

money cannot be injected from outside our double entry system

  • De huidige "transactions" zijn eigenlijk Postings. (Call sub transactions "Mutation", call parent transactions "Transaction". Each Transaction should consist of at least 2 mutations)

  • Er moet een nieuwe transactions komen die meerdere postings heeft. Validator is dat alles bij elkaar opgeteld = 0.

  • Er moet een migratie komen om de oude postings om te zetten naar nieuw

  • de huidige importer moet er op worden aangepast, omdat er SOMS wel en SOMS niet een tegenboeking is.

  • de huidige accounts moeten worden gecategoriseerd in Asset, Liability, Expense, Income

Reserve achtergrond: https://www.mathstat.dal.ca/~selinger/accounting/tutorial.html

@eirvandelden eirvandelden added the important Thing that should be picked up sooner label Mar 24, 2024
@eirvandelden eirvandelden added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important Thing that should be picked up sooner
Projects
None yet
Development

No branches or pull requests

1 participant