add investments to bnporc module
This commit is contained in:
parent
794e506432
commit
18c1df1502
4 changed files with 136 additions and 6 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue