Commits on Source (54)
-
ynerant authored71346476
-
ynerant authored1c12494a
-
ynerant authoredb030f579
-
ynerant authored8ecaef0d
-
ynerant authored02ac33d1
-
ynerant authoreda772cea7
-
ynerant authored086bb967
-
ynerant authoredb3bc30b7
-
ynerant authored2d0ba475
-
ynerant authoreda220ca75
-
ynerant authored1c6d69ab
-
ynerant authored
# Conflicts: # locale/de/LC_MESSAGES/django.po # locale/fr/LC_MESSAGES/django.po # note_kfet/settings/base.py # templates/base.html
18f6daf2 -
ynerant authored4f343fc9
-
ynerant authored70cf1862
-
ynerant authoredc9415858
-
ynerant authored1e5065b8
-
ynerant authoredf6027e9e
-
ynerant authored15bfdd9f
-
ynerant authoredd641b4cc
-
ynerant authored5ac10b58
-
ynerant authored3551568d
-
ynerant authored5fd472d4
-
Benjamin Graillot authoreda4cb19e5
-
ynerant authored
Use a proxy for special transactions in treasury app for modularity (not a clean way, but without any other solution...)
884a7d0f -
ynerant authoredcf45b08c
-
ynerant authoredd6e00f7b
-
ynerant authored2defb04d
-
ynerant authored95888ea3
-
ynerant authored414722df
-
ynerant authored5682c548
-
ynerant authoredd25d342d
-
ynerant authoreda52741b8
-
ynerant authored1b03eac9
-
ynerant authored4cf1047f
-
ynerant authored093e585b
-
ynerant authoreda33d373f
-
ynerant authored
Product's amounts can be negative, in case of discounts (treasurers are free to generate what invoice they want)
432f14d9 -
ynerant authored075cb1b5
-
ynerant authored
# Conflicts: # apps/note/fixtures/initial.json # templates/base.html
57a01c48 -
ynerant authored9a7f1bba
-
ynerant authored23db42e4
-
ynerant authorede5ab3912
-
ynerant authoredbc3fdbe7
-
ynerant authored
When a transaction can't becreated because the user don't have the permission to take too much money, then we create an invalid transaction
5cf75ebf -
Pierre-antoine Comby authored
Tresorerie See merge request !61
02ba4b6d -
Pierre-antoine Comby authored
Front club See merge request !68
c4199942 -
Benjamin Graillot authoredc86ddf17
-
Benjamin Graillot authored59cd166b
-
ynerant authored41aa6964
-
ynerant authored01410d2b
-
Pierre-antoine Comby authored
Resolve "Club Parent" Closes #42 See merge request !65
e27b456a -
ynerant authored
# Conflicts: # locale/de/LC_MESSAGES/django.po # locale/fr/LC_MESSAGES/django.po
bef49587 -
Pierre-antoine Comby authored
Motif de dévalidation See merge request !67
ed746f39
Showing
- Dockerfile 5 additions, 0 deletionsDockerfile
- README.md 5 additions, 1 deletionREADME.md
- apps/api/urls.py 2 additions, 0 deletionsapps/api/urls.py
- apps/member/models.py 14 additions, 0 deletionsapps/member/models.py
- apps/note/fixtures/initial.json 1 addition, 16 deletionsapps/note/fixtures/initial.json
- apps/note/models/__init__.py 2 additions, 2 deletionsapps/note/models/__init__.py
- apps/note/models/transactions.py 34 additions, 0 deletionsapps/note/models/transactions.py
- apps/note/tables.py 48 additions, 8 deletionsapps/note/tables.py
- apps/note/templatetags/pretty_money.py 5 additions, 0 deletionsapps/note/templatetags/pretty_money.py
- apps/permission/admin.py 0 additions, 1 deletionapps/permission/admin.py
- apps/permission/api/views.py 1 addition, 1 deletionapps/permission/api/views.py
- apps/permission/fixtures/initial.json 2 additions, 2 deletionsapps/permission/fixtures/initial.json
- apps/permission/models.py 0 additions, 2 deletionsapps/permission/models.py
- apps/permission/permissions.py 1 addition, 0 deletionsapps/permission/permissions.py
- apps/permission/signals.py 1 addition, 2 deletionsapps/permission/signals.py
- apps/permission/templatetags/perms.py 1 addition, 3 deletionsapps/permission/templatetags/perms.py
- apps/treasury/__init__.py 4 additions, 0 deletionsapps/treasury/__init__.py
- apps/treasury/admin.py 27 additions, 0 deletionsapps/treasury/admin.py
- apps/treasury/api/__init__.py 0 additions, 0 deletionsapps/treasury/api/__init__.py
- apps/treasury/api/serializers.py 62 additions, 0 deletionsapps/treasury/api/serializers.py
apps/treasury/__init__.py
0 → 100644
apps/treasury/admin.py
0 → 100644
apps/treasury/api/__init__.py
0 → 100644
apps/treasury/api/serializers.py
0 → 100644