Commit graph

2 commits

Author SHA1 Message Date
4ae6a8f7d2 Refactors journal entry lines to use single amount
Simplifies the representation of journal entry lines by replacing separate debit and credit fields with a single 'amount' field.

Positive amounts represent debits, while negative amounts represent credits, aligning with Beancount's approach. This change improves code readability and simplifies calculations for balancing entries.
2025-11-08 11:48:08 +01:00
3248d3dad6 add dev docs 2025-11-04 01:19:30 +01:00
Renamed from BEANCOUNT_PATTERNS.md (Browse further)