mirror of https://github.com/Gnucash/gnucash
* src/import-export/*: Add user pref to allow HBCI users to select if they want Christian's matcher or mine. Update OFX readme. Update column width in account-picker. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7669 57a11ea4-9604-0410-9ed3-97b8803252fdzzzoldfeatures/g2-gog-integ
parent
dc694d64a9
commit
05dfc2119f
@ -1,23 +1,22 @@
|
||||
This is the new OFX import module. It's still very young, but it is now ready for other people to test.
|
||||
Note: You should also read src/import-export/generic-import-design.txt
|
||||
This is the new OFX import module.
|
||||
|
||||
Implemented features (some of these are from the generic import module):
|
||||
-OFX file selection
|
||||
-Account matching, using unique OFX account ID
|
||||
-Account creation
|
||||
-Transaction duplicate matching, using the unique OFX transaction ID only.
|
||||
-Transaction duplicate detection, using the unique OFX transaction ID.
|
||||
-Saving of ALL transaction data currently supported by LibOFX. When no gnucash equivalent, it is put in the Transaction's Note field. You must have double-line mode enabled to view the notes field.
|
||||
-Full OFX investment transaction support, including commodity import and matching.
|
||||
|
||||
Unimplemented features:
|
||||
-Account currency compatibility check
|
||||
-Automaticaly set sane defaults when creating new account (parent account, sibling, currency, etc.)
|
||||
-Transaction fuzzy matching and split balancing
|
||||
|
||||
To compile:
|
||||
./autogen.sh --enable-ofx
|
||||
Add --enable-ofx to ./autogen.sh (for CVS) or ./configure (for tarballs)
|
||||
make
|
||||
If sucessfull, an item will apear in Gnucash's File/Import submenu.
|
||||
If successfull, an item will apear in Gnucash's File/Import submenu.
|
||||
|
||||
You must have LibOFX > 0.23 installed. http://step.polymtl.ca/~bock/libofx/
|
||||
LibOFX depends on OpenSP , read LibOFX's "INSTALL" file. LibOFX needs a recent version (1.5pre5 as of this writing, 1.4 might work).
|
||||
I suggest you first run your ofx file thru ofxdump before you try it from GnuCash.diff -up 'gnucash_orig/src/import-export/ofx/gnc-ofx-import.c' 'gnucash_test/src/import-export/ofx/gnc-ofx-import.c'
|
||||
You must have LibOFX > 0.32 installed. http://libofx.sourceforge.net/
|
||||
LibOFX depends on OpenSP , read LibOFX's "INSTALL" file. LibOFX needs a recent version (1.5pre5 as of this writing, 1.4 will probably work fine, 1.3.x MIGHT work, but is very buggy and depends on horrible kludges in the LibOFX code. You have been warned.).
|
||||
|
||||
You may want to first run your ofx file thru ofxdump to test your libofx installation before you try it from GnuCash.
|
||||
|
||||
Loading…
Reference in new issue