[interchange-docs] xmldocs - racke modified refs/SalesTax

docs at icdevgroup.org docs at icdevgroup.org
Fri Feb 29 08:48:43 EST 2008


User:      racke
Date:      2008-02-29 13:48:43 GMT
Added:     refs     SalesTax
Log:
SalesTax documentation added

Revision  Changes    Path
1.1                  xmldocs/refs/SalesTax


rev 1.1, prev_rev 1.0
Index: SalesTax
===================================================================
__NAME__ purpose
specifies sales tax calculation mode
__END__

__NAME__ synopsis
<arg choice='plain'><replaceable>value</replaceable></arg>
__END__

__NAME__ description
This directive configures sales &glos-tax; calculation.
</para>
<para>
The <replaceable>value</replaceable> can be one of three types:
<informaltable>
<tgroup cols="2">
<thead>
<row><entry>Type</entry><entry>Description</entry></row>
</thead>
<tbody>
<row><entry><literal>multi</literal></entry>
<entry>Enables table-based lookup of tax rates, based upon the value of form values, by default the values used are country and state.</entry>
</row>
<row><entry>ITL</entry><entry>If the <replaceable>value</replaceable>
contains a square bracket, it is interpolated as &glos-ITL;. The result is
used as the amount of the salestax.
This could be useful if you want to use a custom UserTag for sales tax
calculations.</entry></row>
<row><entry><replaceable>name1, name2,
...</replaceable></entry><entry>A comma-separated list of form values in
priority order. Enables look up of the tax rate "salestax.asc" file.</entry></row>
</tbody>
</tgroup>
</informaltable>
__END__

__NAME__ example
<programlisting>
SalesTax zip,state
</programlisting>
__END__

__NAME__ see also
salestax
__END__







More information about the docs mailing list