comparison README.rst @ 0:1f85ed8ed469

Iniitial commit of sample ofxstatement plugin
author Andrey Lebedev <andrey@lebedev.lt>
date Sat, 02 Nov 2013 14:26:03 +0200
parents
children 103ad506a83d
comparison
equal deleted inserted replaced
-1:000000000000 0:1f85ed8ed469
1 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 Sample plugin for ofxstatement
3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
5 This project provides a boilerplate for custom plugins for ofxstatement.
6
7 `ofxstatement`_ is a tool to convert proprietary bank statement to OFX format,
8 suitable for importing to GnuCash. Plugin for ofxstatement parses a
9 particular proprietary bank statement format and produces common data
10 structure, that is then formatted into an OFX file.
11
12 .. _ofxstatement: https://github.com/kedder/ofxstatement
13
14
15 Users of ofxstatement have developed several plugins for their banks. They are
16 listed on main `ofxstatement`_ site. If your bank is missing, you can develop
17 your own plugin.