crm-bij1migratie/README.md

1.8 KiB

bij1migratie

Screenshot

Helps migrate BIJ1's data sources (as CSV) to CiviCRM, including:

  • Airtable
  • Mollie
    • Customers
    • Payments
    • Chargebacks

The extension is licensed under AGPL-3.0.

Requirements

Installation (Web UI)

Learn more about installing CiviCRM extensions in the CiviCRM Sysadmin Guide.

Installation (CLI, Zip)

Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.

cd <extension-dir>
cv dl bij1migratie@https://github.com/FIXME/bij1migratie/archive/master.zip

Installation (CLI, Git)

Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.

git clone https://github.com/FIXME/bij1migratie.git
cv en bij1migratie

Getting Started

Testing

Static analysis

phpstan analyse .

Unit tests

  • place this repository in a CiviCRM installation
  • run:
phpunit tests

Known Issues

(* FIXME *)