Closed (fixed)
Project:
Ubercart GST / ABN
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
9 Jun 2009 at 11:16 UTC
Updated:
6 Aug 2009 at 06:30 UTC
Can you please add the ability to configure an ABN in the Store Settings and then show that ABN on the invoice?
Thanks for an excellent module.
Comments
Comment #1
ssherriff commentedI second this, and might possibly look at doing this myself and adding a patch....all depending on time...
Cheers,
Stephanie
Comment #2
agileware commentedGood idea. The Ubercart Invoice also needs to state TAX INVOICE, but from memory this is non-trivial to do.
Anyway, will have a look. Feel free to contribute code in the meantime :)
Comment #3
ssherriff commentedYeah, I think the TAX INVOICE is trivial. In fact, I think either way the invoice template will need to be changed. The best way to do this one is probably to have the abn number as a token so it can be inserted into the invoice template.
Comment #4
agileware commented@ssherriff Agreed. Looking at the invoice more closely, I can now see why a recent Agileware customer paid the ex. GST amount for an order. Really need inc. GST prices to be shown, ABN and TAX INVOICE as the invoice heading.
With this change uc_gst will need to provide a custom invoice template based on customer.itpl.php. To install the invoice template you will then need to 1) copy to the uc_order/templates directory and 2) selected as the default invoice template for customers.
Will put some time into this one next week.
Comment #5
agileware commentedUpdating title.
Comment #6
agileware commentedThe 6.x-1.3 version allows you to enter an ABN for your store.
It also includes a new customer_gst.itpl.php file, which displays TAX INVOICE at top centre and your store ABN in the top right corner.
The new README.txt tells you where to put it.