From c8e63f4d6b0c11faf459713059e13c7c4cc1f4b7 2017-06-04 20:34:33 From: Christopher Neugebauer Date: 2017-06-04 20:34:33 Subject: [PATCH] credit_note.html is moved into registrasion --- diff --git a/pinaxcon/templates/registrasion/credit_note.html b/pinaxcon/templates/registrasion/credit_note.html deleted file mode 100644 index 86c1b653701022d0f20ade956a11f988fb0c5efa..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/registrasion/credit_note.html +++ /dev/null @@ -1,57 +0,0 @@ -{% extends "site_base.html" %} -{% load bootstrap %} -{% load registrasion_tags %} -{% block body %} - -

Credit Note

- -{% with note_user=credit_note.invoice.user %} - -{% endwith %} - -

This credit note was generated from funds excess from invoice {{ credit_note.invoice.id }}.

- -{% if credit_note.is_unclaimed %} -
- {% csrf_token %} -

Apply to invoice

-

You can apply this credit note to an unpaid invoice.

- -

This credit note belongs to: {{ credit_note.invoice.user.email }} ({{ credit_note.invoice.user.id}}). You can apply this credit note to any user's invoice.

- - {{ apply_form|bootstrap }} -
- -
-

Generate cancellation fee

-

You can generate an invoice for a cancellation fee, resulting in an invoice - and a new credit note. -

- - {{ cancellation_fee_form|bootstrap }} -
- -
- -

Stripe Refund

- -

View Stripe refund options

- -

Manual refund

-

You can mark this credit note as refunded, and handle the refund manually. -

- - {{ refund_form|bootstrap }} -
- -
-
-{% endif %} - -{% endblock %}