The Commerce Australia module provides a number of customisations for
Drupal Commerce (http://drupal.org/project/commerce) that allow it to
be better suited for deployment in Australia.
Most notably, these include basic currency formatting for Australia
and workable GST (Goods and Services Tax) rules.
While these configurations are relatively trivial to make or code,
these modules aim to simplify the deployment process into common
reusable chunks.
The module consists of a main module (which actually does nothing)
and currently two sub-modules:
-- commerce_australia_currencydisplay
The default Australian Currency display is 10.00 AUD. This module
changes the display so that it is $10.00 (as most Australians expect)
-- commerce_australia_gst
This adds a default currency configuration and rule set for GST that
only applies within Australia, and displayed within the tax.
INSTALLATION
Install the submodules via the normal way. As the modules are completely
separate and only depend on Drupal Commerce, you may enable them separately.
A note for those installing the gst module - this module will overwrite your existing
GST Tax Type and GST Tax Rate if you the existing types have the machine name "gst".
In a vanilla Drupal Commerce or Commerce Kickstart install these will not exist.
CUSTOMISATION