migrations
|
Add the ability to add refunds
|
2016-06-04 03:44:41 +02:00 |
templates/refunding
|
Show numbers with 2 decimals
|
2016-06-04 14:52:08 +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
|
Order payments by date in refunds form
|
2016-06-12 18:06:07 +02:00 |
models.py
|
Show numbers with 2 decimals
|
2016-06-04 14:52:08 +02:00 |
tests.py
|
Add Payment and Refund models and admin
|
2016-06-03 20:19:01 +02:00 |
urls.py
|
Add ability to delete refunds and payments
|
2016-06-04 13:17:18 +02:00 |
views.py
|
Fix refunds order (most recent first)
|
2016-06-12 00:30:08 +02:00 |