moneygo icon indicating copy to clipboard operation
moneygo copied to clipboard

An accounting web application to track personal finances written in Go and React/Bootstrap

Results 13 moneygo issues
Sort by recently updated
recently updated
newest added

Ensure bank balances are imported from OFX

enhancement

Fixes the need to have browserify installed globally for the build to work.

Likely depends upon https://github.com/aclindsa/moneygo/issues/4

enhancement

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.

enhancement

Likely from something like Yahoo's APIs

enhancement

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).

enhancement

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...

enhancement
hacktoberfest