gnucash-docs maint: Correct field format in python-import-fields.

Mike Evans mikee at code.gnucash.org
Fri Jun 6 05:01:10 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/6437a1db (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/596153b4 (commit)



commit 6437a1db3854fc0f5b202d8b9cb9a3254526ab8c
Author: Mike Evans <mikee at millstreamcomputing.co.uk>
Date:   Mon Jun 2 12:53:01 2014 +0100

    Correct field format in python-import-fields.

diff --git a/guide/C/ch_import_business_data.xml b/guide/C/ch_import_business_data.xml
index 310519e..167f77f 100644
--- a/guide/C/ch_import_business_data.xml
+++ b/guide/C/ch_import_business_data.xml
@@ -199,7 +199,7 @@ MEC-0071,,000013,,,,VAT,tax,Expenses:VAT,1,4.35,,,,no,,,,,,,
         </listitem>
         <listitem>
           <para><emphasis>date_opened</emphasis> -
-            Todays date is inserted if this is blank.
+             Use the same date format as setup in Preferences. Today's date is inserted if this is blank.
           </para>
         </listitem>
         <listitem>
@@ -271,12 +271,12 @@ MEC-0071,,000013,,,,VAT,tax,Expenses:VAT,1,4.35,,,,no,,,,,,,
         </listitem>
         <listitem>
           <para><emphasis>taxable</emphasis> -
-            Will tax be applied to the item? <quote>y</quote> or blank.
+            Will tax be applied to the item? <quote>yes</quote> or blank.
           </para>
         </listitem>
         <listitem>
           <para><emphasis>taxincluded</emphasis> -
-            Is tax included in the item price? <quote>y</quote> or blank.
+            Is tax included in the item price? <quote>yes</quote> or blank.
           </para>
         </listitem>
         <listitem>
@@ -287,12 +287,12 @@ MEC-0071,,000013,,,,VAT,tax,Expenses:VAT,1,4.35,,,,no,,,,,,,
         <listitem>
           <para><emphasis>date_posted</emphasis> -
             If posted, what date. Normally left blank for manual
-            posting after editing the invoice.
+            posting after editing the invoice.  Use the same date format as setup in Preferences.
           </para>
         </listitem>
         <listitem>
           <para><emphasis>due_date</emphasis> -
-            Date payment is due.
+            Date payment is due.   Use the same date format as setup in Preferences.
           </para>
         </listitem>
         <listitem>
@@ -301,13 +301,13 @@ MEC-0071,,000013,,,,VAT,tax,Expenses:VAT,1,4.35,,,,no,,,,,,,
           </para>
         </listitem>
         <listitem>
-          <para><emphasis>memo_posted </emphasis>-
+          <para><emphasis>memo_posted </emphasis> -
             If posted insert memo here.
           </para>
         </listitem>
         <listitem>
           <para><emphasis>accu_splits</emphasis> -
-            Accumulate splits? <quote>y</quote> or blank.
+            Accumulate splits? <quote>yes</quote> or blank.
           </para>
         </listitem>
       </itemizedlist>



Summary of changes:
 guide/C/ch_import_business_data.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)



More information about the gnucash-changes mailing list