Romain Bignon
|
6099560b8c
|
change currencies integer constants to ISO code strings
|
2014-02-16 19:48:17 +01:00 |
|
Florent
|
11a5f2eb5b
|
Add attributes to Bill
Closes #1202
|
2013-07-30 10:42:27 +02:00 |
|
Florent
|
6e20c4256e
|
Add new attributes to Detail
closes #1203
|
2013-07-30 10:37:04 +02:00 |
|
Laurent Bachelier
|
7094931c92
|
Easy spacing fixes, trailing stuff
Remove useless trailing \
Remove trailing spaces
Add missing empty lines
autopep8 -ir -j2 --select=E301,E302,E502,W291,W293,W391 .
Diff quickly checked.
|
2013-03-16 00:54:55 +01:00 |
|
Florent
|
d8f8eed50d
|
Add more information about an account
|
2013-01-08 20:28:08 +01:00 |
|
Florent
|
5809f1112a
|
Rename iter_history of ICapBill to iter_bills_history
|
2012-10-31 14:41:29 +01:00 |
|
Florent
|
681b83e4b3
|
Add balance command to leclercmobile
|
2012-08-29 16:52:05 +02:00 |
|
Florent
|
f6c212ca72
|
Add a new command for ICapBill
Useful for pre-paid subscription
|
2012-08-29 16:52:05 +02:00 |
|
Romain Bignon
|
aea269e9f6
|
create UserError exception
Modules can raise this exception when they want to print errors to user
|
2012-04-25 13:43:52 +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
|
c6a141595c
|
change way to describe fields of CapBaseObject, and lot of documentation
|
2012-03-26 14:35:54 +02:00 |
|
Florent
|
99a2e554e8
|
Download bill on freemobile
|
2012-03-14 07:12:03 +01:00 |
|
Romain Bignon
|
1e000acf3a
|
remove unused imports
|
2012-03-13 22:45:39 +01:00 |
|
Laurent Bachelier
|
1430b40bc5
|
Fix some collecton validation
And add restrict_level helper method.
|
2012-03-13 22:08:46 +01:00 |
|
Florent
|
7c147cecab
|
Add Bill object
|
2012-03-13 22:01:11 +01:00 |
|
Florent
|
0238392059
|
Add datetime field to Details
|
2012-03-13 22:01:06 +01:00 |
|
Florent
|
af7e827856
|
Change capability to iter and download document
|
2012-03-13 18:18:18 +01:00 |
|
Florent
|
72893d88a0
|
Add ICapBill
|
2012-02-26 18:34:41 +01:00 |
|