[interchange-cvs] interchange - heins modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri Jun 28 15:14:00 2002


User:      heins
Date:      2002-06-28 19:13:53 GMT
Modified:  extensions/quickbooks README qb.catalog.cfg
Log:
	* Minor documentation and route changes in Quickbooks extension.

Revision  Changes    Path
2.1       +5 -3      interchange/extensions/quickbooks/README


rev 2.1, prev_rev 2.0
Index: README
===================================================================
RCS file: /anon_cvs/repository/interchange/extensions/quickbooks/README,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- README	18 Jul 2001 02:22:48 -0000	2.0
+++ README	28 Jun 2002 19:13:53 -0000	2.1
@@ -33,9 +33,10 @@
     To set up this extension, the basic steps are:
 
         * Create and copy directories and files.
-        * Add additional database fields.
+        * Add additional database fields (if any).
         * Modify catalog.cfg with additions.
-        * Add "quickbooks" order route to checkout pages.
+        * Add "quickbooks" order route to default route (or pages in setups
+		  that use an mv_order_route form field).
         * Restart Interchange.
         * Export your items from Interchange catalog (or import your
           existing QuickBooks items to Interchange).
@@ -160,7 +161,8 @@
     uses to track item sales. If you don't create these fields to relate to
     each SKU, the account "Other Income" will be used in the exports.
 
-    Add the following fields to the "inventory" table:
+    Add the following fields to the "inventory" table if they don't
+	already exist:
 
         account
         cogs_account



2.1       +3 -3      interchange/extensions/quickbooks/qb.catalog.cfg


rev 2.1, prev_rev 2.0
Index: qb.catalog.cfg
===================================================================
RCS file: /anon_cvs/repository/interchange/extensions/quickbooks/qb.catalog.cfg,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- qb.catalog.cfg	18 Jul 2001 02:22:48 -0000	2.0
+++ qb.catalog.cfg	28 Jun 2002 19:13:53 -0000	2.1
@@ -1,6 +1,3 @@
-# We need this tag 
-Require usertag fcounter
-
 # You can remove these requires if you don't want to use the 
 # Quickbooks UI menu items
 Require usertag import_quicken_items
@@ -16,3 +13,6 @@
 Route quickbooks       report          etc/trans_quickbooks
 Route quickbooks       supplant        0
 Route quickbooks       track           logs/log
+
+### THIS ENTRY SHOULD REPLACE EXISTING Route default cascade
+Route   default   cascade         "log quickbooks main copy_user"