Laurent Bachelier
3da02fde24
Remove useless __all__ in modules
...
They bring nothing of value (we never use import * anyway) and introduce
a maintenance burden.
The __all__ that I left might not be very useful either but at least
they are not a pain to maintain; they are also used by pyflakes in some
cases.
2014-09-09 19:00:02 +02:00
Romain Bignon
d3332deb14
an account type mustn't be None
2014-02-16 22:57:04 +01:00
Romain Bignon
8fdbf330dd
improvements on transaction and account types detection
2014-02-16 21:04:46 +01:00
Florent
edec95bc5d
List market account in bp
...
closes #1298
2014-01-31 15:04:08 +01:00
Laurent Bachelier
fbe0fb8d52
Some manual style fixes
2013-03-16 00:57:31 +01:00
Romain Bignon
07038a9989
support deferred debit
2013-01-15 15:39:56 +01:00
Romain Bignon
d91dad2b2b
support currencies
2012-12-06 13:21:13 +01:00
Romain Bignon
2d4635b3e6
don't list bourse accounts
2012-04-23 11:00:39 +02:00
Gabriel Kerneis
38da7e2565
boursorama and bp: convert labels to unicode
2012-04-01 15:55:25 +02:00
Romain Bignon
b157e92d5b
use decimal.Decimal instead of float to store amounts of money
2012-03-29 16:31:18 +02:00
Romain Bignon
35688f58c9
Account.link_id becomes a private attribute
2012-03-10 09:03:26 +01:00
Romain Bignon
ac1a5b1efd
fix parsing accounts in particular cases
2012-02-08 14:09:23 +01:00
Camille Baldock
54b7d45d25
fix bp bug ( closes #758 )
2012-02-01 23:07:01 +01:00
Romain Bignon
14a7a1d362
support repositories to manage backends ( closes #747 )
2012-01-17 17:00:05 +01:00