Pretix checkin list exporter for NETWAYS
Project description
[![GitHub Tag](https://img.shields.io/github/tag/NETWAYS/pretix-checkinlist-net.svg)](https://github.com/NETWAYS/pretix-checkinlist-net)
# Pretix Checkin List Export Plugin for NETWAYS
This plugin adds a custom checkin list export for NETWAYS hosted events and conferences into Pretix.
<a href=”https://pretix.eu/about/en/”><img src=”https://github.com/NETWAYS/pretix-invoice-net/blob/master/res/logo.png” height=”25”></a>
The default checkin list renders a row for each order, including the attendee name. The main requirement for this plugin is to generate the following data:
One row per attendee
Add sub events and orders as additional columns (e.g. optional hotel rooms, additional workshops, hackathons, etc.)
Add answered questions/twitter handle
![Order Export](doc/images/pretix_checkinlist_net_order_export.png)
Supported output formats:
Excel (.xlsx)
CSV (with commas)
CSV (Excel-style)
CSV (with semicolons)
![Excel Export](doc/images/pretix_checkinlist_net_order_export_excel_icb.png)
Attendee name parts are available with >= v2.0.0.
## Requirements
Pretix >= 2.5.0
Python >= 3.5.0 < 3.7.0
## Installation
The plugin is available on [Pypi](https://pypi.org/project/pretix-checkinlist-net/) and can be installed using pip.
` pip install pretix-checkinlist-net `
## Configuration
Navigate into the admin control panel and choose your event.
Settings > Plugins and enable the plugin.
Orders > Export > Check-in list for NETWAYS.
## Documentation
This plugin was created by following the [Plugin API development docs](https://docs.pretix.eu/en/latest/development/api/plugins.html) and is inspired by [upstream](https://github.com/pretix/pretix/blob/master/src/pretix/plugins/checkinlists/exporters.py).
2.0.0+ uses the generic ListExporter class from upstream to provide the same output formats as Pretix core.
## Development setup
Please follow the instructions in the [development docs](doc/50-development.md).
# Thanks
Raphael Michel for Pretix and the initial checkin list export code which is adopted in this custom plugin.
# License
Copyright 2018 NETWAYS GmbH <support@netways.de>
Copyright 2018 Raphael Michel <mail@raphaelmichel.de>
Authors: Michael Friedrich, Raphael Michel
The code in this repository is published under the terms of the Apache License. See the LICENSE file for the complete license text.
Project details
Release history Release notifications | RSS feed
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
File details
Details for the file pretix-checkinlist-net-2.0.6.tar.gz
.
File metadata
- Download URL: pretix-checkinlist-net-2.0.6.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d85495e92afc81419621cc7953ee6cf92bb9cabf6f345d52e0464b571ffc4b5 |
|
MD5 | 894a19f771f48ddb62422532070db9c6 |
|
BLAKE2b-256 | b3f880ab225fba71741efec47bd1e699bb74d2897f82142c434241add29d3aa1 |
File details
Details for the file pretix_checkinlist_net-2.0.6-py3-none-any.whl
.
File metadata
- Download URL: pretix_checkinlist_net-2.0.6-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | faea1fca16b7e4987b11cd09d5ee87ff4e32e055a558dcabfaa82a01a05fa063 |
|
MD5 | 90823f64635fc33f024d58f552384b54 |
|
BLAKE2b-256 | 9371ce15f9f8f25463c443dd63148b478fa297696b58cc31106735c82234d29c |