seltzered / fava-classy-portfolio

Fava Extension for viewing your financial portfolio kept in a Beancount plaintext accounting ledger.
22 stars 5 forks source link

Make it work with multiple currencies #6

Closed carderne closed 2 years ago

carderne commented 2 years ago

There are a few commits here. These first three aren't really substantive but are useful:

  1. Add boilerplate to make it pip install able
  2. Add .gitignore
  3. Format with black

Then there's the commit to make it work with different currencies. I've done minimal testing with this, and not sure how it will work with different setups, but it works for me.

Happy for you to ignore all of this. I'm fine using my fork, just thought I'd open a PR in case any of this is useful to you. Would probably need to do some testing and checking with the multi-currency bit...

seltzered commented 2 years ago

Thanks! Planning to try it out more closely soon (finally coming back to beacount + fava), but looks good and will go ahead and merge.