[interchange-docs] xmldocs - docelic modified refs/MaxQuantityField

docs at icdevgroup.org docs at icdevgroup.org
Mon Apr 28 22:50:51 UTC 2008


User:      docelic
Date:      2008-04-28 22:50:51 GMT
Modified:  refs     MaxQuantityField
Log:
* Better wording

Revision  Changes    Path
1.3                  xmldocs/refs/MaxQuantityField


rev 1.3, prev_rev 1.2
Index: MaxQuantityField
===================================================================
RCS file: /var/cvs/xmldocs/refs/MaxQuantityField,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MaxQuantityField	28 Apr 2008 22:32:44 -0000	1.2
+++ MaxQuantityField	28 Apr 2008 22:50:51 -0000	1.3
@@ -1,5 +1,5 @@
 __NAME__ purpose
-specify table and/or column containing maximum allowed quantity for an item
+specify tables and columns containing maximum allowed quantity for an item
 __END__
 
 
@@ -25,14 +25,13 @@
 and database columns containing the maximum allowed order quantity
 for an item.
 </para><para>
-When two arguments are supplied (concatenated by a colon, <literal>:</literal>),
-they indicate the appropriate &glos-database; table and column name.
-When only one argument is supplied, it indicates the name of the column;
-table defaults to the <database>products</database> database.
+If the argument contains a colon "<literal>:</literal>", it is treated
+as a <literal><replaceable>TABLE:COLUMN</replaceable></literal> specification.
+Otherwise it indicates the name of the column and the table
+defaults to the first (of possibly more) &conf-ProductFiles; databases.
 </para><para>
-The code of the item in question must be present in the 
-database (<database class='field'>code</database> column),
-or the quantity will be unlimited.
+The record with the matching product &glos-SKU; must exist in the 
+target database, or the quantity will be unlimited.
 </para><para>
 It is possible to specify multiple database fields (separated by commas), 
 in which case the maximum quantity allowed is set to the sum of all quantities







More information about the docs mailing list