Bezleputh
|
b4c93587b4
|
improve ls command in handjoob
|
2013-08-20 18:03:14 +02:00 |
|
Laurent Bachelier
|
23a71d847b
|
Code style fixes, mostly whitespace
|
2013-08-04 20:00:19 +02:00 |
|
Romain Bignon
|
b8a154ac57
|
add Invstment in __all__
|
2013-08-03 22:10:54 +02:00 |
|
Romain Bignon
|
9df4fd37be
|
use repr() to prevent encoding issues
|
2013-08-03 13:20:22 +02:00 |
|
Romain Bignon
|
ea52051c96
|
remove unused parameter 'pattern'
|
2013-08-03 13:20:22 +02:00 |
|
Romain Bignon
|
e2a67a954a
|
Recipient inherits from Currency
|
2013-08-02 12:53:27 +02:00 |
|
Romain Bignon
|
c452b2b0aa
|
typo
|
2013-08-01 14:42:24 +02: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 |
|
Florent
|
31800effcf
|
Remove unused import
|
2013-07-30 10:36:58 +02:00 |
|
Florent
|
4d5b84a2a8
|
Move Currency from ICapBank to ICapBase
|
2013-07-30 10:35:25 +02:00 |
|
Laurent Bachelier
|
c47548caa2
|
CapBank: More help for date fields, introduce vdate
|
2013-07-29 18:16:28 +02:00 |
|
Romain Bignon
|
b99d599aa9
|
remove parameter max_results from all capabilities
|
2013-07-27 23:40:24 +02:00 |
|
Romain Bignon
|
5c95363ac1
|
reworking of the ICapParcel API (new name of ICapPackageTracking)
|
2013-07-27 21:32:05 +02:00 |
|
Romain Bignon
|
745b5fbd1b
|
add method to convert currency value to text
|
2013-07-27 14:27:04 +02:00 |
|
Romain Bignon
|
6c0e9e34a2
|
add attribute 'ext'
|
2013-07-27 13:32:11 +02:00 |
|
Noé Rubinstein
|
4502b9b015
|
capabilities.bank: add Transaction.unique_id
|
2013-07-26 22:56:09 +02:00 |
|
Florent Fourcot
|
94830f7510
|
Add a code string for stocks
|
2013-07-08 21:36:35 +02:00 |
|
Florent Fourcot
|
17ddb8a57b
|
Add Investment objects and iter_investment in ICapBank
|
2013-07-08 21:23:06 +02:00 |
|
Bezleputh
|
f65697a884
|
correct job capability and module tests in order to avoid encoding error in console application
|
2013-07-04 20:42:30 +02:00 |
|
Bezleputh
|
6dc0769c65
|
creation of ICapJob : capability that manage jod adverts
|
2013-07-04 20:42:30 +02:00 |
|
Romain Bignon
|
6590f2224a
|
add capability ICapPackageTracking
|
2013-06-11 00:00:56 +02:00 |
|
Florent
|
19915322da
|
Add address field to GaugeSensor
|
2013-05-23 16:52:58 +02:00 |
|
Laurent Bachelier
|
fcd042b453
|
Fix comparison to None
|
2013-04-10 17:40:23 +02:00 |
|
Romain Bignon
|
8cb2bf07db
|
default type of threads is IS_THREADS
|
2013-04-06 23:18:59 +02:00 |
|
Romain Bignon
|
c5ee2aec2a
|
always call base constructor of CapBaseObject to prevent shared fields
|
2013-03-30 22:35:24 +01:00 |
|
Julien Veyssier
|
49647d96e6
|
[recipe] handle nb_person interval in export
|
2013-03-30 17:19:15 +01:00 |
|
Julien Veyssier
|
06b670af47
|
[cookboob] cap/app modified to handle interval number of persons
|
2013-03-30 15:35:38 +01:00 |
|
Romain Bignon
|
59dea09c8a
|
fix problem with strftime on date.year<1900
|
2013-03-30 12:30:33 +01:00 |
|
Julien Veyssier
|
e6fe9ed69e
|
[cookboob] comments objectified
|
2013-03-26 10:30:08 +01:00 |
|
Julien Veyssier
|
34a7c25cef
|
[cookboob] export handle comments
|
2013-03-26 10:30:08 +01:00 |
|
Julien Veyssier
|
d391d1a2d8
|
[cookboob] author field added
|
2013-03-25 11:22:12 +01:00 |
|
Julien Veyssier
|
b0d9a43a76
|
[cookboob] basic amount parsing for better export
|
2013-03-25 11:22:12 +01:00 |
|
Julien Veyssier
|
b967fc4ef8
|
[cookboob] integration of recipe picture in exported file
|
2013-03-25 11:22:12 +01:00 |
|
Julien Veyssier
|
1d971a5e04
|
[cookboob] export to KRecipesML much better and cleaner
|
2013-03-25 11:22:12 +01:00 |
|
Julien Veyssier
|
4d661fd759
|
[cookboob] export to mastercook XML
|
2013-03-25 11:22:12 +01:00 |
|
Julien Veyssier
|
233c18b2e1
|
[qcineoob] graphical fixes
add 'genres' field to Movie object of ICapCinema
|
2013-03-18 15:02:39 +01: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 |
|
Laurent Bachelier
|
75b428af07
|
Code style fixes
autopep8 -ir -j2 --select=W601,W602 .
Diff checked manually.
|
2013-03-16 00:52:43 +01:00 |
|
Julien Veyssier
|
4798fdd411
|
new backend marmiton
|
2013-03-14 20:18:13 +01:00 |
|
Julien Veyssier
|
07a357a94f
|
new cap recipe and app cookboob
|
2013-03-14 17:44:54 +01:00 |
|
Julien Veyssier
|
d874a3087a
|
[qcineoob] thumbnail for person and movie
|
2013-03-13 01:16:42 +01:00 |
|
Julien Veyssier
|
7a917e879c
|
[cineoob] new field thumbnail_url
|
2013-03-13 01:16:42 +01:00 |
|
Julien Veyssier
|
8e796cc5c3
|
[cineoob] releases command improved
|
2013-03-13 01:16:40 +01:00 |
|
Julien Veyssier
|
5cead53d47
|
[cineoob] biography command improved
|
2013-03-13 01:16:40 +01:00 |
|
Julien Veyssier
|
0628802b72
|
[booblyrics] able to search by artist or songtitle
|
2013-03-13 01:16:39 +01:00 |
|
Julien Veyssier
|
79192e288c
|
[cineoob] new command 'releases' showing releases dates
|
2013-03-13 01:16:39 +01:00 |
|
Julien Veyssier
|
595e33b1fa
|
[booblyrics] cleaning
|
2013-03-13 01:16:39 +01:00 |
|
Julien Veyssier
|
7c105f9a79
|
new cap/app lyrics
|
2013-03-13 01:16:38 +01:00 |
|
Julien Veyssier
|
cf1029a3f9
|
[imdb] fillobj adaptation
|
2013-03-13 01:16:38 +01:00 |
|