Commit graph

23 commits

Author SHA1 Message Date
Romain Bignon
a23c2d159a fix print of Account objects 2010-11-14 14:12:23 +01:00
Romain Bignon
3860f87f76 return a Transfer object insetad of only an ID 2010-10-31 10:26:06 +01:00
Romain Bignon
3e643ef7ab use 'table' as default formatter in boobank 2010-10-16 18:59:45 +02:00
Romain Bignon
916400467e use "basestring" instead of "(str,unicode)" 2010-10-16 17:44:09 +02:00
Romain Bignon
cc541cc64a pyflakes fixes 2010-10-08 13:52:56 +02:00
Romain Bignon
92c6507f71 use the new add_field() method to define fields 2010-10-08 13:43:57 +02:00
Nicolas Duhamel
935531c5ae Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-28 22:27:40 +02:00
Nicolas Duhamel
81706f23ad Add a transfer capability and implante it in bp and boobank
Make a transfer in boobank like that:

>transfer fromaccountid toaccoundid amount

Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-24 18:05:32 +02:00
Romain Bignon
aaffdbf8d6 fix: the operation's label might be unicode (reported by blino) 2010-08-26 17:54:39 +02:00
Romain Bignon
af08bd0eeb several fixes 2010-08-12 18:17:19 +02:00
Romain Bignon
d8a739f86f applying patch from Olf to add the 'history' command to boobank and backends (refs #373) 2010-08-12 18:17:19 +02:00
Romain Bignon
e980e040ba capabilities objets inherit from CapBaseObject (refs #369) 2010-08-12 17:22:04 +02:00
Christophe Benz
45ffb0fe7d s/ICap/IBaseCap and add constants 2010-08-12 16:04:53 +02:00
Christophe Benz
12234bfb52 fix other properties setters in bank 2010-07-14 17:14:52 +02:00
Romain Bignon
ca7d37e3cb renames 2010-07-13 18:47:31 +02:00
Romain Bignon
893bd3e70b fix boobank 2010-07-13 14:49:01 +02:00
Romain Bignon
0deef319f0 pyflakes fixes 2010-07-12 23:53:36 +02:00
Christophe Benz
fd2f534be9 move import to right file 2010-07-12 13:57:58 +02:00
Christophe Benz
470f2a9fe2 use real comments for licence header 2010-06-22 16:27:33 +02:00
Christophe Benz
af3ebade90 use properties for setters 2010-06-22 16:26:24 +02:00
Christophe Benz
40d5cc3e0e change Results API 2010-05-11 16:55:55 +02:00
Romain Bignon
56fea28640 split module loader in ModulesLoader and BackendsConfig classes 2010-04-06 21:17:51 +02:00
Romain Bignon
5d5d1ac0f7 new ICapBank capability 2010-04-04 16:50:26 +02:00