-
Notifications
You must be signed in to change notification settings - Fork 9
[Feature Request] Double Entry Bookkeeping #37
Description
Is your feature request related to a problem? Please describe.
Right now there is a chance that data could be damaged or lost in the place it is stored which could lead to devastating loss and frustration. There's also no way to validate numbers over time to ensure no errors occur on the data.
Describe the solution you'd like
Investigate options like beancount, hledger for premade options, or come up with a solution that allows for a process that stores the data in two places, and ensures data quality and integrity.
Additional context
This will likely need to follow up a change that will incorporate support for other database methods or other general storage formats. We need to support the use of other kinds of data storage formats, and then once that works we can consider implementing something like these proper accounting solutions to ensure data integrity.