aclindsa / moneygo

An accounting web application to track personal finances written in Go and React/Bootstrap
MIT License
199 stars 37 forks source link

Automatically assign imported transactions to accounts #9

Open aclindsa opened 7 years ago

aclindsa commented 7 years ago

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 of assigning transaction to another account based on every word split out of the description/memo fields.