add investments to bnporc module

This commit is contained in:
smurail 2015-04-29 18:00:40 +02:00 committed by Romain Bignon
commit 18c1df1502
4 changed files with 136 additions and 6 deletions

View file

@ -101,6 +101,10 @@ class BNPorcModule(Module, CapBank, CapMessages):
with self.browser:
return self.browser.iter_coming_operations(account)
def iter_investment(self, account):
with self.browser:
return self.browser.iter_investment(account)
def iter_transfer_recipients(self, ignored):
if self.config['website'].get() != 'pp':
raise NotImplementedError()