pallavg
pallavg
I did some debugging and it seems like the version released installed by pip is 1.3.5 which was released on Feb 21, 2022. Going through the ofx.py code I see...
Good evening - Was wondering if there was any progress on this enhancement. We are using this app in our project. It works very well, but are not able to...
Looks like more than just that: ``` File "C:\Users\drpal\Desktop\PyCharmProjects\work\venv\Lib\site-packages\fava_portfolio_summary\__init__.py", line 96, in run title, portfolio = self._account_metadata_pattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\drpal\Desktop\PyCharmProjects\work\venv\Lib\site-packages\fava_portfolio_summary\__init__.py", line 231, in _account_metadata_pattern portfolio_data = self._portfolio_data(selected_accounts, internal, mwr, twr,...
I was able to get this work by hacking the following: ``` __init__.py: Change line to g.ledger.prices._map: self.irr = IRR(self.ledger.all_entries, g.ledger.prices._map, self.operating_currency, errors=self.ledger.errors) Change the query to follows. My naming...