This plugin adds a custom invoice renderer for NETWAYS hosted events and conferences using .
Example order:
https://pypi.python.org/pypi/pretix-invoice-net
pip install pretix-invoice-net
cp -rv pretix-invoice-net/* /usr/src/pretix-invoice-net/
pip3 install /usr/src/pretix-invoice-net/
Navigate into the admin control panel and choose your event.
Settings > Plugins
and enable the plugin.
Settings > Invoicing
and choose the NETWAYS invoice renderer.
https://docs.pretix.eu/en/latest/development/api/plugins.html
Invoice renderer is inspired by upstream.
- Make sure that you have a working pretix development setup.
- Clone this repository, eg to
local/pretix-invoice-net
. - 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.
Raphael Michel for Pretix and the initial invoice renderer code, which is adopted in this custom renderer plugin.
Copyright 2017 NETWAYS GmbH support@netways.de Copyright 2017 Raphael Michel mail@raphaelmichel.de
The code in this repository is published under the terms of the Apache License. See the LICENSE file for the complete license text.