Changeset - a0e0a142e4e6
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-15 22:44:01
chrisjrn@gmail.com
Adds “generate cancellation fee” button to credit notes page.
1 file changed with 10 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/credit_note.html
Show inline comments
...
 
@@ -23,12 +23,22 @@
 
    <p>You can apply this credit note to an unpaid invoice.</p>
 

	
 
      {{ apply_form|bootstrap }}
 
      <div class="form-actions">
 
          <input class="btn btn-primary" type="submit" value="Apply to invoice" />
 
      </div>
 
    <h3>Generate cancellation fee</h3>
 
    <p>You can generate an invoice for a cancellation fee, resulting in an invoice
 
      and a new credit note.
 
    </p>
 

	
 
      {{ cancellation_fee_form|bootstrap }}
 
      <div class="form-actions">
 
          <input class="btn btn-primary" type="submit" value="Generate fee" />
 
      </div>
 

	
 
    <h3>Manual refund</h3>
 
    <p>You can mark this credit note as refunded, and handle the refund manually.
 
    </p>
 

	
 
      {{ refund_form|bootstrap }}
 
      <div class="form-actions">
0 comments (0 inline, 0 general)