[docs] docs - heins modified 2 files

docs@icdevgroup.org docs@icdevgroup.org
Sun Sep 1 17:28:03 2002


User:      heins
Date:      2002-09-01 15:13:59 GMT
Modified:  .        ic_ecommerce.sdf ictags.sdf
Log:
* Various minor doc updates.

Revision  Changes    Path
1.17      +14 -14    docs/ic_ecommerce.sdf


rev 1.17, prev_rev 1.16
Index: ic_ecommerce.sdf
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/docs/ic_ecommerce.sdf,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ic_ecommerce.sdf	12 Aug 2002 02:09:52 -0000	1.16
+++ ic_ecommerce.sdf	1 Sep 2002 15:13:56 -0000	1.17
@@ -1,10 +1,10 @@
 !init OPT_LOOK=3D"akopia"; OPT_STYLE=3D"manual"
-# $Id: ic_ecommerce.sdf,v 1.16 2002/08/12 02:09:52 mheins Exp $
+# $Id: ic_ecommerce.sdf,v 1.17 2002/09/01 15:13:56 mheins Exp $
=20
 !define DOC_NAME "Interchange Ecommerce Functions"
 !define DOC_TYPE ""
 !define DOC_CODE "ic_ecommerce"
-!define DOC_VERSION substr('$Revision: 1.16 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.17 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ic_ecommerce.html"
@@ -1089,19 +1089,19 @@
=20
 Interchange allows taxing in a number of ways.
=20
-L1: Simple salestax.asc table
+LI1: Simple salestax.asc table
=20
 The {{CMD[jump=3D"icconfig.html#SalesTax"]SalesTax}} directive is
 set to a form field or fields for user input, and those form fields
-look up the tax rate in salestax.asc.
+are used look up the tax rate in salestax.asc.
=20
-L1: Fly tax
+LI1: Fly tax
=20
 Another simple tax method. A series of Interchange Variable settings
 are read to develop a salestax rate for one or a few localities, usually
 a state in the US.
=20
-L1: Salestax multi -- VAT taxing
+LI1: Salestax multi -- VAT taxing
=20
 The {{CMD[jump=3D"icfoundation.html#country"]country}}
 and {{CMD[jump=3D"icfoundation.html#state"]state}} tables are used
@@ -1109,7 +1109,7 @@
 country and state, possibly with different rates based on product
 type.
=20
-L1: Levies -- multiple levels of tax
+LI1: Levies -- multiple levels of tax
=20
 Using the {{CMD[jump=3D"icconfig.html#Levies"]Levies}} setting
 and the {{CMD[jump=3D"icconfig.html#Levy"]Levy}} structure, any or all of
@@ -1186,13 +1186,13 @@
 C<TAXAREA>, C<TAXRATE>, and C<TAXSHIPPING> are used to build
 the rates.
=20
-L1: TAXAREA
+LI1: TAXAREA
=20
 A space-separated or comma-seperated list of states to apply
 tax to. Not needed for anything in the calculation, it is used
 to build the UI list of states to tax.
=20
-L1: TAXRATE
+LI1: TAXRATE
=20
 An Interchange accessory-list style of value, with the
 format
@@ -1207,13 +1207,13 @@
=20
 	IL=3D7.25, NV=3D5.5
=20
-L1: TAXSHIPPING
+LI1: TAXSHIPPING
=20
 A space- or comma-separated list of states where shipping is
 taxed. For the above example, if Nevada taxed shipping and Illinois
 did not, you would make TAXSHIPPING equal to "NV".
=20
-L1: The Salestax Directive
+LI1: The Salestax Directive
=20
 To set the field that is used for the state code, you use the
 standard Interchange {{CMD[jump=3D"icconfig.html#SalesTax"]SalesTax}} dire=
ctive. It would almost always
@@ -1222,15 +1222,15 @@
 H2: Salestax "multi" -- VAT taxing
=20
 If the SalesTax directive is set to "multi", then the type of
-tax is read from the country table (or the value that Variable
-MV_COUNTRY_TABLE is set to be). To see the tax type in
+tax is read from the {{CMD[jump=3D"icfoundation.html#country"]country}} ta=
ble. To see the tax type in
 force for the UK, you can place in a page:
=20
 !block example
 	[data table=3Dcountry col=3Dtax key=3D"UK"].
 !endblock
=20
-Most everything is configurable for variable name and field name via
+.NOTE: We mention the "country" table above. In actual practice, most
+everything is configurable for variable name and field name via
 different Variable settings. They are:
=20
 !block example



1.99      +3 -3      docs/ictags.sdf


rev 1.99, prev_rev 1.98
Index: ictags.sdf
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/docs/ictags.sdf,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ictags.sdf	30 Aug 2002 05:14:38 -0000	1.98
+++ ictags.sdf	1 Sep 2002 15:13:56 -0000	1.99
@@ -1,10 +1,10 @@
 !init OPT_LOOK=3D"akopia"; OPT_STYLE=3D"manual"=20
-# $Id: ictags.sdf,v 1.98 2002/08/30 05:14:38 kwalsh Exp $
+# $Id: ictags.sdf,v 1.99 2002/09/01 15:13:56 mheins Exp $
=20
 !define DOC_NAME "Interchange Tags Reference"
 !define DOC_TYPE ""
 !define DOC_CODE "ictags"
-!define DOC_VERSION substr('$Revision: 1.98 $', 11, -2)
+!define DOC_VERSION substr('$Revision: 1.99 $', 11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/ictags.html"
@@ -6295,7 +6295,7 @@
=20
 H3: Description
=20
-Builds a tax rate from C<taxarea>, C<taxrate>, C<taxshipping>, variable va=
lues, and the C<SalesTax> directive value.
+Builds a tax rate from C<TAXAREA>, C<TAXRATE>, and C<TAXSHIPPING> {{CMD[ju=
mp=3D"icconfig.html#Variable"]Variable}} values, and the {{CMD[jump=3D"icco=
nfig.html#SalesTax"]SalesTax}} directive value.
=20
=20
=20