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.
Build Prerequisites
- Java Development Kit, version 7
Building the extension
-
git clone git@github.com:my-flow/importlist.git
creates a copy of the repository. -
./gradlew core:assemble
produces the distributable.
Signing the extension
-
./gradlew genKeys
generates a passphrase-protected key pair. -
./gradlew sign
signs the extension.
Running the extension
After the build process has succeeded, the resulting extension file
core/build/distributions/importlist.mxt
can be added to Moneydance®.
Project Structure
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.
Documentation
License
Copyright 2011-2018 Florian J. Breunig. Import List is released under the GNU General Public License.