https://github.com/pretix/c4sh-pretix-import
Script to import pretix ticket data into the c4sh cashdesk system
https://github.com/pretix/c4sh-pretix-import
Last synced: over 1 year ago
JSON representation
Script to import pretix ticket data into the c4sh cashdesk system
- Host: GitHub
- URL: https://github.com/pretix/c4sh-pretix-import
- Owner: pretix
- License: apache-2.0
- Created: 2015-08-28T14:25:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T12:49:34.000Z (almost 11 years ago)
- Last Synced: 2025-01-12T21:32:47.398Z (over 1 year ago)
- Language: Python
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
pretix ticket data importer for c4sh
====================================
Usage
-----
* Use pretix' JSON export to export all your tickets
* Place ``pretix-import.py`` inside the ``c4sh/`` folder
* Execute ``python pretix-import.py path/to/exported-file.json``
Limitations
-----------
* Currently, the importer tells c4sh that all tickets have a tax rate
of 0. As you normally use your data from pretix for creating invoices
and financial reports for your preorders, this should not matter.
License
-------
Copyright by Raphael Michel
Released under the terms of the Apache License (see LICENSE file)