Skip to main content

Connects pretix with easyverein

Project description

This is a plugin for pretix.

Fetches and processes bankstatements from easyverein, transfers invoices to easyverein and syncs payment status.

What it does:

  • [x] Trigger onlinebanking import with easyverein

  • [x] Fetch bankstatement from easyverein and processes them in pretix

  • [ ] Upload invoices (as well as cancelation invoices) to easyverein

  • [ ] Book invoice to payment on eV if was matched by pretix

  • [ ] Mark orders payed if invoice is marked payed on easyverein

  • [ ] Manually trigger import and processing

Configuration:

  • ev api key global or per organization

  • ev non-api account global or per organization

Limitations:

  • eV invoice status changes from payed to unpayed are not synced to pretix

  • Cancelations of pretix invoices in eV are not synced to pretix

Periodic Task (run in the morning and afternon on banking days):

  1. (not-yet-implemented) Upload all not-yet-uploaded invoices to eV

  2. Trigger eV bankstatement fetch

  3. Get bookings (bankstatement) from eV for past 7 days

  4. Process bankstatement

  5. (not-yet-implemented) For all machted payments with associated invoice: 1. If not already uploaded: upload invoice to eV 2. Link booking and mark payed in eV

  6. (not-yet-implemented) Check uploaded and unpaied invoices for payment in eV, mark payed

Manual Task (not-yet-implemented):

  1. Get all invoices from eV

  2. Identify invoices already present in eV, mark them as uploaded

  3. Upload any not-yet-uploaded invoices to eV

Development setup

  1. Make sure that you have a working pretix development setup.

  2. Clone this repository.

  3. Activate the virtual environment you use for pretix development.

  4. Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.

  5. Execute make within this directory to compile translations.

  6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in the ‘plugins’ tab in the settings.

This plugin has CI set up to enforce a few code style rules. To check locally, you need these packages installed:

pip install flake8 isort black

To check your plugin for rule violations, run:

black --check .
isort -c .
flake8 .

You can auto-fix some of these issues by running:

isort .
black .

To automatically check for these issues before you commit, you can run .install-hooks.

License

Copyright 2025 Julian Hammer

Released under the terms of the Apache License 2.0

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pretix_easyverein-0.1.6.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pretix_easyverein-0.1.6-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

Details for the file pretix_easyverein-0.1.6.tar.gz.

File metadata

  • Download URL: pretix_easyverein-0.1.6.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for pretix_easyverein-0.1.6.tar.gz
Algorithm Hash digest
SHA256 b88c0e8b65a4608ef96757d0efe76e10834e369d5fe34269ab23bd065a35f2f4
MD5 c56eee72a409a7db159476e93b1312c9
BLAKE2b-256 f743c4b0e659d70b7dac0b1785456ee8fee4c37e9b7b0d5b9115490efd1f8f75

See more details on using hashes here.

File details

Details for the file pretix_easyverein-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for pretix_easyverein-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 13ab4160553a25ebd0fedafbed26ca86e2cd8424f5a6b19db789a26622a65f31
MD5 9cf580ceca5e8d57e030e1a240795710
BLAKE2b-256 c7e9451bc6d8f3a04cfb35b4b3264d0b7c4e33eead1650a9be67f864f8d754e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page