|
|
|
|
|
by somat
847 days ago
|
|
Not really, I don't do much in excel anymore, And I probably should not be giving advice as I have no classical training in accounting. But the ledger docs have a pretty great introduction to basic accounting theory. It is not too difficult to apply this theory into whatever data storage engine you are using. https://ledger-cli.org/doc/ledger3.html#Principles-of-Accoun... the data page might be as simple as id|date|comment|from|from_amount|to|to_amount|balance_func()
then a few report pages summing the values |
|