Support of downloading monthly pdf report

This commit is contained in:
Florent 2012-10-31 14:39:39 +01:00
commit 8377407155
4 changed files with 136 additions and 5 deletions

View file

@ -22,6 +22,7 @@ from .accounts_list import AccountsList
from .account_history import AccountHistory
from .login import LoginPage, LoginPage2
from .transfer import TransferPage, TransferConfirmPage
from .bills import BillsPage
class AccountPrelevement(AccountsList):
@ -29,4 +30,5 @@ class AccountPrelevement(AccountsList):
__all__ = ['AccountsList', 'AccountHistory', 'LoginPage',
'LoginPage2', 'AccountPrelevement',
'TransferPage', 'TransferConfirmPage']
'TransferPage', 'TransferConfirmPage',
'BillsPage']