r17980 - gnucash/trunk/src/import-export/qif-import - QIF Import: Add a section for "cleared status" and fix some inconsistent whitespace.

Charles Day cedayiv at cvs.gnucash.org
Sat Mar 7 14:48:06 EST 2009


Author: cedayiv
Date: 2009-03-07 14:48:06 -0500 (Sat, 07 Mar 2009)
New Revision: 17980
Trac: http://svn.gnucash.org/trac/changeset/17980

Modified:
   gnucash/trunk/src/import-export/qif-import/file-format.txt
Log:
QIF Import: Add a section for "cleared status" and fix some inconsistent whitespace.


Modified: gnucash/trunk/src/import-export/qif-import/file-format.txt
===================================================================
--- gnucash/trunk/src/import-export/qif-import/file-format.txt	2009-03-07 17:46:25 UTC (rev 17979)
+++ gnucash/trunk/src/import-export/qif-import/file-format.txt	2009-03-07 19:48:06 UTC (rev 17980)
@@ -221,8 +221,10 @@
 
          
 =====================================================================
-General Notes:
+General Notes
+=====================================================================
 
+
 Dates: 
 ------
 
@@ -238,6 +240,7 @@
 
 Monetary Amounts:
 -----------------
+
 These typically occur in either US or European format:
 
 10,000.00  Ten Thousand Dollars (US format)
@@ -256,8 +259,10 @@
 it's possible to see the number "1,000" meaning "1 franc per share"
 "1,000" meaning "one thousand shares" in the same transaction (!).
 
+
 Investment Actions:
 -------------------
+
 The N line of investment transactions specifies the "action" of the
 transaction. Although not a complete list, possible values include
 the following:
@@ -327,6 +332,7 @@
 XIn           Transfer cash from another account.
 XOut          Transfer cash to another account.
 
+
 Category/Transfer/Class line: 
 -----------------------------
 
@@ -350,3 +356,16 @@
    NMiscExpX
    T1000.00
    Lexpense category/expense class|[Transfer account]/transfer class
+
+
+Cleared Status line:
+--------------------
+
+The "C" line of specifies the cleared status. The second character
+in the line, if present, may be any of:
+
+* Cleared
+X Reconciled
+? Budgeted
+! Budgeted
+



More information about the gnucash-changes mailing list