moneygo
moneygo copied to clipboard
An accounting web application to track personal finances written in Go and React/Bootstrap
Fixes the need to have browserify installed globally for the build to work.
Likely depends upon https://github.com/aclindsa/moneygo/issues/4
The exact format is undecided, but some sort of JSON serialization seems simple. Whatever the format, it should be easily machine-readable by other tools.
This is necessary for when transactions are both manually entered and then imported (or when two sides of the same transaction are imported from two different financial institutions).
This likely involves looking for similar past transactions to the account being imported to and figuring out which accounts their splits are in. Gnucash builds a vector of the likelihood...