migrations
|
Add default date for payments and refunds
|
2017-04-10 12:12:27 +02:00 |
__init__.py
|
Add Payment and Refund models and admin
|
2016-06-03 20:19:01 +02:00 |
admin.py
|
Add the ability to add refunds
|
2016-06-04 03:44:41 +02:00 |
apps.py
|
Add Payment and Refund models and admin
|
2016-06-03 20:19:01 +02:00 |
forms.py
|
Display default today date in new refund page
|
2018-01-22 07:49:17 +01:00 |
models.py
|
Add default date for payments and refunds
|
2017-04-10 12:12:27 +02:00 |
tests.py
|
Fix test class name
|
2018-01-22 21:28:00 +01:00 |
urls.py
|
Add view for already refunded payments
|
2016-08-17 17:36:22 +02:00 |