PayPal Importer is a Moneydance extension that imports PayPal transactions into Moneydance. Please see the project page for more information on where to download and how to install the extension.
Java Development Kit, version 17
git clone git@github.com:my-flow/paypalimporter.git
creates a copy of the repository../gradlew assemble
produces the distributable.
./gradlew genKeys
generates a passphrase-protected key pair../gradlew sign
signs the extension.
After the build is finished, the generated MXT file located in the
core/build/distributions/
directory can be added to Moneydance.
The project consists of 2 gradle sub-projects:
- The core sub-project contains the audited source code.
- The support sub-project contains the test infrastructure (stubs and mock-ups) and the test cases. It depends on the core project.
Copyright (C) Florian J. Breunig. All rights reserved.