Bij1 CiviCRM migratie extensie (van: https://lab.civicrm.org/partners/civicoop/bij1/bij1migratie)
Go to file
Kiara Grouwstra 3259f1c5a1
ci/woodpecker/push/woodpecker Pipeline failed Details
Merge branch 'main' into typed
2022-10-18 17:48:02 +02:00
CRM/Bij1migratie add type annotations 2022-10-18 17:46:25 +02:00
Civi add type annotations 2022-10-18 17:46:25 +02:00
api/v3 add type annotations 2022-10-18 17:46:25 +02:00
images add screenshot 2022-10-13 22:23:12 +02:00
mapping make airtable column names db-friendly 2022-06-13 16:33:36 +02:00
sql initial load 2021-12-02 15:38:17 +01:00
templates/CRM/Bij1migratie/Form eerste migratie mollie customers 2021-12-09 17:41:13 +01:00
tests/phpunit add type annotations 2022-10-18 17:46:25 +02:00
xml eerste migratie mollie customers 2021-12-09 17:41:13 +01:00
.woodpecker.yml restore lengthier way that worked 2022-10-16 20:47:59 +02:00
LICENSE.txt initial load 2021-12-02 15:38:17 +01:00
README.md Merge branch 'main' into typed 2022-10-18 17:48:02 +02:00
bij1migratie.civix.php add type annotations 2022-10-18 17:46:25 +02:00
bij1migratie.php add type annotations 2022-10-18 17:46:25 +02:00
info.xml inclusief mislukt en chargeback 2022-02-07 11:07:30 +01:00
phpunit.xml.dist update phpunit bits 2022-10-13 20:06:56 +02:00

README.md

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 *)