|
|
|
|
|
by darcys22
1596 days ago
|
|
Shameless self plug: ive been building a similar open source command line accounting system https://github.com/darcys22/godbledger Its heavily inspired by both ledger and beancount but my biggest issue with them is that text files arnt great for double entry bookkeeping. Having a relational database is the better option which is what GoDBLedger has. After a certain point a business cant keep track of its transactions in text files because there are simply too many of them, so these systems really only scale to personal finance levels (few hundred transactions maybe thousand transactions). In addition building plugins that can import your whole text file into a sql system so you can query them is redundant. Just have it in a relational database to start with. |
|