r21820 - gnucash-docs/trunk/guide/C - Add how to enable Bill Invoice importer for business users.

Mike Evans mikee at code.gnucash.org
Wed Jan 4 06:59:33 EST 2012


Author: mikee
Date: 2012-01-04 06:59:32 -0500 (Wed, 04 Jan 2012)
New Revision: 21820
Trac: http://svn.gnucash.org/trac/changeset/21820

Modified:
   gnucash-docs/trunk/guide/C/ch_python_bindings.xml
Log:
Add how to enable Bill Invoice importer for business users.

Modified: gnucash-docs/trunk/guide/C/ch_python_bindings.xml
===================================================================
--- gnucash-docs/trunk/guide/C/ch_python_bindings.xml	2012-01-02 21:52:32 UTC (rev 21819)
+++ gnucash-docs/trunk/guide/C/ch_python_bindings.xml	2012-01-04 11:59:32 UTC (rev 21820)
@@ -52,6 +52,14 @@
 
   <sect1 id="python-import-invoices">
     <title>Import Bills or Invoices</title>
+    
+    <para>The Bill Invoice importer is an optional module and needs to 
+    enabled by editing the file $HOME/.gnucash/config.user,
+    adding the line:</para>
+    <code>(gnc:module-load "gnucash/plugins/bi_import" 0)</code>
+    <para>After restarting GnuCash the item will appear at the bottom 
+    of the business menu.</para>
+    
 
     <para>In order for the importer to work the data must be in a fixed field
       length, comma separated line format. A example <application>Python</application> script to convert



More information about the gnucash-changes mailing list