MasterofJOKers
|
59a9e43675
|
'true' is 'True' in python
|
2012-06-16 20:14:35 +02:00 |
MasterofJOKers
|
64d0e879c7
|
use tabs, not spaces
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
17d3b37e64
|
remove a forgotten print statement
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
edc81ca1e1
|
Change some deprecated code
Python docs say:
"Test for the presence of key in the dictionary. has_key() is
deprecated in favor of key in d."
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
a7ec8bc5fa
|
fix bug: variable would be unknown
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
4b0d637a79
|
remove commented and unused code
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
b6f99b07ec
|
some pep8 cleanups for readability
|
2012-06-16 20:00:45 +02:00 |
MasterofJOKers
|
a059e69dff
|
clean up imports
|
2012-06-16 20:00:45 +02:00 |
tkroenert
|
d4f263b1a5
|
*fix: payout not defined
|
2012-04-17 17:59:06 +02:00 |
tkroenert
|
442665fbfd
|
transaction/ - cleanup
transaction/ * fix ticket Ticket #25
|
2012-04-05 23:31:03 +02:00 |
tkroenert
|
4317bde253
|
*fix: Ticket #88 (use RPG for transactions)
|
2012-04-05 22:25:44 +02:00 |
Sebastian Lohff
|
51996ee210
|
Fixed "treasurer" template
|
2012-03-19 18:55:41 +01:00 |
Konrad Mohrfeldt
|
4c1241b096
|
use tabbed views for pages with large amounts of content
|
2012-02-06 01:06:30 +01:00 |
Konrad Mohrfeldt
|
3c0df6aba0
|
removed treasurer.html from versioning
|
2012-02-05 23:56:35 +01:00 |
Konrad Mohrfeldt
|
8c276644f5
|
template refactoring the first. fixes #6, #84, 75
|
2012-02-05 23:54:26 +01:00 |
Sebastian Lohff
|
f69f9bda15
|
Licensed k4ever under AGPLv3 or later
|
2012-01-21 00:21:29 +01:00 |
tkroenert
|
8a020a36b5
|
Virtual Transaction: no more transaction to yourself
|
2012-01-20 20:08:43 +01:00 |
Sebastian Lohff
|
9bad46cf2d
|
Fixed Transaction ,-usage and error for transactiontype
|
2011-11-10 17:06:39 +01:00 |
Sebastian Lohff
|
70766bba44
|
Order and Purchase now consistend (Fixes #14)
|
2011-11-03 19:01:07 +01:00 |
tkroenert
|
614b77b6ac
|
Merge branch 'master' of git.someserver.de:k4ever
|
2011-10-31 23:24:06 +01:00 |
tkroenert
|
86a9ecd598
|
Kontostand auf Konto-seite hinzugefuegt.
|
2011-10-31 23:23:38 +01:00 |
Sebastian Lohff
|
9f55a64923
|
Cleaned up Transaction save/delete
|
2011-10-31 17:22:21 +01:00 |
Sebastian Lohff
|
f97a501f1c
|
Fixed exception on user-not-found in form
|
2011-10-30 03:18:11 +01:00 |
Theresa Enghardt
|
f7dc5bda50
|
Improve admin interface: Transaction list, filters, order list with purchases, buyable list...
|
2011-10-30 02:21:56 +01:00 |
tkroenert
|
7e608ae6af
|
virtualtransaction: add listingz
|
2011-10-28 21:51:28 +02:00 |
Sebastian Lohff
|
38068e1ebb
|
transaction: change "minValue('0')" to "notZero"
|
2011-10-25 20:17:38 +02:00 |
Sebastian Lohff
|
f432ffc70b
|
Fixed race condition when transacting to own user
|
2011-10-25 19:41:02 +02:00 |
Sebastian Lohff
|
5f0c0c14fc
|
Cleanup of VirtualTransaction
|
2011-10-25 19:03:51 +02:00 |
Sebastian Lohff
|
c3100ad09a
|
Implemented first part for VirtualTransactions.
See Ticket #4
|
2011-10-25 15:47:10 +02:00 |
Sebastian Lohff
|
fd46332e65
|
Fixed transaction checking.
Now the default value for the form is set to the value
given in TransactionType.needsCheck
|
2011-10-21 18:41:27 +02:00 |
tkroenert
|
447224b0fe
|
transactions: add filter against 0.00 transactions
|
2011-10-19 23:34:49 +02:00 |
theresa
|
5a25b97c59
|
Kontodaten direkt fuer den user zum aufs Konto ueberweisen
|
2011-10-17 17:25:15 +02:00 |
Konrad Mohrfeldt
|
4910a387d9
|
updated account view template and styles
|
2011-10-16 13:03:11 +02:00 |
theresa
|
08e9d4590c
|
List of previous transactions: Make items align
|
2011-10-12 02:10:58 +02:00 |
seba
|
4fbd3c6651
|
Added a *lot* of documentation
|
2011-10-06 18:09:35 +02:00 |
theresa
|
89518255fa
|
New admin layout and pagination on buying history
|
2011-10-03 22:55:13 +02:00 |
seba
|
171bc9827d
|
Added current devcat status to git
|
2011-10-02 17:58:54 +02:00 |
seba
|
97ea6a6d31
|
whuppie, works (mostly), minor api probs
|
2011-09-30 22:55:31 +02:00 |
seba
|
1e825d96c4
|
fixed Decimal issues, buying per api possible
|
2011-09-29 19:17:11 +02:00 |
seba
|
b3ec6090d9
|
FloatField to Decimal + further API
|
2011-09-29 00:26:39 +02:00 |
seba
|
769619310e
|
konto double send bug
|
2011-03-05 01:46:24 +01:00 |
TKroenert
|
ab07d595f8
|
*fix needChecked wir vor dem meckern, ob es ueberprueft ist auch abgeprueft
|
2011-03-05 01:01:09 +01:00 |
seba
|
9450f3326b
|
Transactions funtzen, kaufen fast
|
2010-10-16 17:33:18 +02:00 |
seba
|
ee7a93858a
|
Alles kaputt, zeigt transactionhistory an
|
2010-10-13 06:59:30 +02:00 |
seba
|
5acc7b8d29
|
k4ever django project - db online!
|
2010-10-13 02:57:59 +02:00 |