epogrebnyak / abacus

A minimal yet valid double-entry accounting system in Python or command line.
https://epogrebnyak.github.io/abacus/
GNU General Public License v3.0
57 stars 4 forks source link

seriliazation of Ledger and Chart #6

Closed epogrebnyak closed 1 year ago

epogrebnyak commented 1 year ago

We can use pydatnic to save ledger and load lender, as well as chart and list of entries. This will make abacus closer to working software.

epogrebnyak commented 1 year ago

Candidate NoSQL backend: https://pypi.org/project/tinydb/ (instead of Mongo)

epogrebnyak commented 1 year ago

https://www.reddit.com/r/plaintextaccounting/comments/13ktcz1/comment/jkn7gko/?utm_source=share&utm_medium=web2x&context=3

epogrebnyak commented 1 year ago

Achieved via pydantic