Name | pretix-order-checkin JSON |
Version |
1.1.2
JSON |
| download |
home_page | |
Summary | Adds check-in related buttons to the order overview page. |
upload_time | 2024-03-16 01:35:33 |
maintainer | |
docs_url | None |
author | |
requires_python | |
license | Apache |
keywords |
pretix
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Pretix Check-in buttons on Order Page
This is a plugin for [pretix](https://github.com/pretix/pretix).
Adds check-in related buttons to the order overview page.
> [!WARNING]
> This feature is not implemented in Pretix due to incompatibility with events using multiple check-in lists; the plugin defaults to the first list accepting the product.
This plugin situationally adds "check-in", "check-out" and "delete check-ins" buttons to the order overview page to quickly manage check-ins of your guests!
## Development setup
1. Make sure that you have a working [pretix development
setup](https://docs.pretix.eu/en/latest/development/setup.html).
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 2024 Daniel Malik
Released under the terms of the Apache License 2.0
Raw data
{
"_id": null,
"home_page": "",
"name": "pretix-order-checkin",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "Daniel Malik <mail@fronbasal.de>",
"keywords": "pretix",
"author": "",
"author_email": "Daniel Malik <mail@fronbasal.de>",
"download_url": "https://files.pythonhosted.org/packages/d7/f9/c88f82417c72bd4a06adb34384433c73c648430d13f28c5e0f873a1cf57a/pretix-order-checkin-1.1.2.tar.gz",
"platform": null,
"description": "# Pretix Check-in buttons on Order Page\n\nThis is a plugin for [pretix](https://github.com/pretix/pretix).\n\nAdds check-in related buttons to the order overview page.\n\n> [!WARNING] \n> This feature is not implemented in Pretix due to incompatibility with events using multiple check-in lists; the plugin defaults to the first list accepting the product.\n\nThis plugin situationally adds \"check-in\", \"check-out\" and \"delete check-ins\" buttons to the order overview page to quickly manage check-ins of your guests!\n\n## Development setup\n\n1. Make sure that you have a working [pretix development\n setup](https://docs.pretix.eu/en/latest/development/setup.html).\n2. Clone this repository.\n3. Activate the virtual environment you use for pretix development.\n4. Execute `python setup.py develop` within this directory to register\n this application with pretix's plugin registry.\n5. Execute `make` within this directory to compile translations.\n6. Restart your local pretix server. You can now use the plugin from\n this repository for your events by enabling it in the 'plugins' tab\n in the settings.\n\nThis plugin has CI set up to enforce a few code style rules. To check\nlocally, you need these packages installed:\n\n pip install flake8 isort black\n\nTo check your plugin for rule violations, run:\n\n black --check .\n isort -c .\n flake8 .\n\nYou can auto-fix some of these issues by running:\n\n isort .\n black .\n\nTo automatically check for these issues before you commit, you can run\n`.install-hooks`.\n\n# License\n\nCopyright 2024 Daniel Malik\n\nReleased under the terms of the Apache License 2.0\n",
"bugtrack_url": null,
"license": "Apache",
"summary": "Adds check-in related buttons to the order overview page.",
"version": "1.1.2",
"project_urls": {
"homepage": "https://github.com/fronbasal/pretix-order-checkin",
"repository": "https://github.com/fronbasal/pretix-order-checkin"
},
"split_keywords": [
"pretix"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8388f29556041d6eff9325787d9021a3e1cfba6bd2cbe7fb4c788c5254c48746",
"md5": "2393ba4b3440034f8e0d45392aa49e77",
"sha256": "9dedd75f7004cbd847147adaa993e99ae39bafc2d88c6076499e0aff60230ef5"
},
"downloads": -1,
"filename": "pretix_order_checkin-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2393ba4b3440034f8e0d45392aa49e77",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9980,
"upload_time": "2024-03-16T01:35:32",
"upload_time_iso_8601": "2024-03-16T01:35:32.062924Z",
"url": "https://files.pythonhosted.org/packages/83/88/f29556041d6eff9325787d9021a3e1cfba6bd2cbe7fb4c788c5254c48746/pretix_order_checkin-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d7f9c88f82417c72bd4a06adb34384433c73c648430d13f28c5e0f873a1cf57a",
"md5": "44d341d26ed5d38e0364fd089d6fe1bb",
"sha256": "994125dfbcb96d29cdbc1775e29aebaa803509df410bd99ec0459b7f1ea8b98e"
},
"downloads": -1,
"filename": "pretix-order-checkin-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "44d341d26ed5d38e0364fd089d6fe1bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 7623,
"upload_time": "2024-03-16T01:35:33",
"upload_time_iso_8601": "2024-03-16T01:35:33.301033Z",
"url": "https://files.pythonhosted.org/packages/d7/f9/c88f82417c72bd4a06adb34384433c73c648430d13f28c5e0f873a1cf57a/pretix-order-checkin-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-16 01:35:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fronbasal",
"github_project": "pretix-order-checkin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pretix-order-checkin"
}