Pretix invoice renderer plugin for NETWAYS
Project description
# Pretix Invoice Renderer Plugin for NETWAYS
This plugin adds a custom invoice renderer for NETWAYS hosted events and conferences using <a href=”https://pretix.eu/about/en/”><img src=”https://github.com/NETWAYS/pretix-invoice-net/blob/master/res/logo.png” height=”25”></a>.
Example order:
<img src=”https://github.com/NETWAYS/pretix-invoice-net/blob/master/res/screenshot/pretix_invoice_net_event_order_pdf_table.png” alt=”order table”>
## Installation
https://pypi.python.org/pypi/pretix-invoice-net
### pip
` pip install pretix-invoice-net `
### Manual installation
` cp -rv pretix-invoice-net/* /usr/src/pretix-invoice-net/ pip3 install /usr/src/pretix-invoice-net/ `
## Configuration
Navigate into the admin control panel and choose your event.
Settings > Plugins and enable the plugin.
<img src=”https://github.com/NETWAYS/pretix-invoice-net/blob/master/res/screenshot/pretix_invoice_net_event_enable_plugin.png” alt=”enable plugin” height=”300”>
Settings > Invoicing and choose the NETWAYS invoice renderer.
<img src=”https://github.com/NETWAYS/pretix-invoice-net/blob/master/res/screenshot/pretix_invoice_net_event_select_renderer.png” alt=”select renderer” height=”300”>
## Documentation
https://docs.pretix.eu/en/latest/development/api/plugins.html
Invoice renderer is inspired by [upstream](https://github.com/pretix/pretix/blob/master/src/pretix/base/invoice.py).
## Development setup
Make sure that you have a working [pretix development setup](https://docs.pretix.eu/en/latest/development/setup.html).
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.
# Thanks
Raphael Michel for Pretix and the initial invoice renderer code, which is adopted in this custom renderer plugin.
# License
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.
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
File details
Details for the file pretix-invoice-net-1.0.4.tar.gz
.
File metadata
- Download URL: pretix-invoice-net-1.0.4.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c007f828b2746cb9e4e5cece130bd7d91188b7cf90d413075db5abbd81419f1 |
|
MD5 | 72612611d0545b5e68e2ae2e0b270b8d |
|
BLAKE2b-256 | eb533d5ba96f6b185c822aebe697baf63f482232bffa37e166429a6f23676846 |
File details
Details for the file pretix_invoice_net-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: pretix_invoice_net-1.0.4-py3-none-any.whl
- Upload date:
- Size: 13.3 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 | ab1c1574b4c96df3ec39bc58997e72256cdf808368cf36c62d5a9f878028aabc |
|
MD5 | 62965d2b360be120c23dd6d267c04044 |
|
BLAKE2b-256 | 99e902c27bc50a3ed6af04b38510136d602d4c998d3fc443ec8df29320111581 |