Change invoice details for NZ
This commit is contained in:
parent
cd434af000
commit
84d2931921
2 changed files with 5 additions and 4 deletions
|
@ -348,7 +348,7 @@ PROPOSAL_FORMS = {
|
|||
# Registrasion bits:
|
||||
ATTENDEE_PROFILE_MODEL = "pinaxcon.registrasion.models.AttendeeProfile"
|
||||
ATTENDEE_PROFILE_FORM = "pinaxcon.registrasion.forms.ProfileForm"
|
||||
INVOICE_CURRENCY = "AUD"
|
||||
INVOICE_CURRENCY = "NZD"
|
||||
TICKET_PRODUCT_CATEGORY = 1
|
||||
TERMS_PRODUCT_CATEGORY = 2
|
||||
ATTENDEE_PROFILE_FORM = "pinaxcon.registrasion.forms.ProfileForm"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<h2>Tax Invoice/Statement</h2>
|
||||
<h3>Linux Australia</h3>
|
||||
<h4>ABN 56 987 117 479</h4>
|
||||
<h4>GST #90-792-369</h4>
|
||||
|
||||
<p>
|
||||
Enquiries: please e-mail <a href="mailto:contact@lca2019.org">contact@lca2019.org</a>
|
||||
|
@ -23,7 +23,7 @@
|
|||
{{ invoice.recipient|linebreaksbr}}
|
||||
</div>
|
||||
|
||||
<p>This invoice has been issued as a result of an application to attend {% conference_name %}. All amounts are in Australian Dollars (AUD).</p>
|
||||
<p>This invoice has been issued as a result of an application to attend {% conference_name %}. All amounts are in New Zealand Dollars (NZD).</p>
|
||||
|
||||
<table class="table table-striped">
|
||||
<tr>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<tr><th colspan="4"></th></tr>
|
||||
|
||||
<tr>
|
||||
<th colspan="3">Includes 10% Australian Goods and Services Tax</th>
|
||||
<th colspan="3">Includes 15% New Zealand Goods and Services Tax</th>
|
||||
<td class="text-right">${{ invoice.value|gst}}</td>
|
||||
</tr>
|
||||
|
||||
|
@ -83,4 +83,5 @@
|
|||
Sydney NSW 2001 <br />
|
||||
Australia <br />
|
||||
ABN 56 987 117 479 <br />
|
||||
NZ GST #90-792-369
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue