Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import. For more information on where to download and how to install the extension please visit the project page.
- Java Development Kit, version 7
git clone git@github.com:my-flow/importlist.git
creates a copy of the repository../gradlew core:assemble
produces the distributable.
./gradlew genKeys
generates a passphrase-protected key pair../gradlew sign
signs the extension.
After the build process has succeeded, the resulting extension file
core/build/distributions/importlist.mxt
can be added to Moneydance®.
The project consists of 2 gradle sub-projects:
- The core sub-project contains the source code which must be audited.
- The support sub-project contains the test infrastructure (stubs and mock-ups) and the test cases. It depends from the core project.
Copyright 2011-2018 Florian J. Breunig. Import List is released under the GNU General Public License.