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
[ ] Mark invoice payed on eV and pretix if payment was detected
[ ] Mark orders payed if invoice is marked payed on easyverein
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 (every 6 hours):
(not-yet-implemented) Upload all not-yet-uploaded invoices to eV
Trigger eV bankstatement fetch
Get bookings (bankstatement) from eV for past 7 days
Process bankstatement
(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
(not-yet-implemented) Check uploaded and unpaied invoices for payment in eV, mark payed
Manual Task (not-yet-implemented):
Get all invoices from eV
Identify invoices already present in eV, mark them as uploaded
Upload any not-yet-uploaded invoices to eV
Development setup
Make sure that you have a working pretix development setup.
Clone this repository.
Activate the virtual environment you use for pretix development.
Execute python setup.py develop within this directory to register this application with pretix’s plugin registry.
Execute make within this directory to compile translations.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pretix_easyverein-0.1.1.tar.gz.
File metadata
- Download URL: pretix_easyverein-0.1.1.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f7819f885552e0a91e888c222cb731005a68642bc83e2578d4899d8fcb72bc
|
|
| MD5 |
dbe1fcbd7b015bc7fb0467c1b9bc71aa
|
|
| BLAKE2b-256 |
3e65f339b0723ae3588563398de1301b89eaf1b4b6178e85a0de01225e4d7546
|
File details
Details for the file pretix_easyverein-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pretix_easyverein-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd8744d2cd344241db390822b8bee22aecec582acbc1744c0af3b02dc7baf772
|
|
| MD5 |
9258044431a6866b695a58c5d4f00ea1
|
|
| BLAKE2b-256 |
f2b2269ab15a2adf7d3710bc34d431c2c74adc9a1e072dc0b7eeaaa15d4faff6
|