Merge branch 'master' of git.sr.ht:~lucasemmoreira/invoice-translator
change: readme
change: readme
You should use this in order to convert your credit card invoice (for now) into a csv table.
You need to run
lein install
on pdfminer
The important file you need is accounts.csv
. This file should have two columns: description and the account. The account is the category of the transaction made. This nomenclature is used because I am currently using this software with gnucash.
For now, I am running with cider. The easiest way for me is to compile the invoice-translator.core
namespace and run the fns from there.