my-flow / importlist

Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import.

Home Page:https://www.my-flow.com/importlist/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import List

GitHub release License

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 17

Building the extension

  1. git clone git@github.com:my-flow/importlist.git creates a copy of the repository.
  2. ./gradlew assemble produces the distributables.

Signing the extension

  1. ./gradlew genKeys generates a passphrase-protected key pair.
  2. ./gradlew sign signs the extension.

Running the extension

After the build process has succeeded, the resulting MXT files are located in target2015/build.

These MXT files can be added to Moneydance.

Project structure

The project consists of the following main projects:

  • target2015 contains source code specific to Moneydance 2015 and later.
  • core contains common source code.

Support projects provide test infrastructure and test cases:

  • target2015-test contains tests of the target2015 project.
  • core-test contains tests of the core project.

Documentation

License

Import List is released under the GNU General Public License.

About

Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import.

https://www.my-flow.com/importlist/

License:GNU General Public License v3.0


Languages

Language:Java 97.9%Language:Shell 2.1%