From 84d2931921f19c2b1a1ac62e11541121ea82dfd0 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 30 Sep 2018 14:46:03 +1300 Subject: [PATCH] Change invoice details for NZ --- pinaxcon/settings.py | 2 +- pinaxcon/templates/registrasion/_invoice_details.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index ce970e6d..4753730a 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -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" diff --git a/pinaxcon/templates/registrasion/_invoice_details.html b/pinaxcon/templates/registrasion/_invoice_details.html index ecc13070..d97c5df4 100644 --- a/pinaxcon/templates/registrasion/_invoice_details.html +++ b/pinaxcon/templates/registrasion/_invoice_details.html @@ -3,7 +3,7 @@

Tax Invoice/Statement

Linux Australia

-

ABN 56 987 117 479

+

GST #90-792-369

Enquiries: please e-mail contact@lca2019.org @@ -23,7 +23,7 @@ {{ invoice.recipient|linebreaksbr}} -

This invoice has been issued as a result of an application to attend {% conference_name %}. All amounts are in Australian Dollars (AUD).

+

This invoice has been issued as a result of an application to attend {% conference_name %}. All amounts are in New Zealand Dollars (NZD).

@@ -44,7 +44,7 @@ - + @@ -83,4 +83,5 @@ Sydney NSW 2001
Australia
ABN 56 987 117 479
+ NZ GST #90-792-369

Includes 10% Australian Goods and Services TaxIncludes 15% New Zealand Goods and Services Tax ${{ invoice.value|gst}}