An open API service indexing awesome lists of open source software.

https://github.com/netways/rt-extension-pretixapi

Integrate Pretix system into RT
https://github.com/netways/rt-extension-pretixapi

pretix request-tracker ticketing ticketing-system

Last synced: 8 months ago
JSON representation

Integrate Pretix system into RT

Awesome Lists containing this project

README

          

NAME
RT-Extension-PretixApi

DESCRIPTION
Access data from pretix tickets and display or add to request tracker

RT VERSION
Works with RT 4.4.3.

INSTALLATION
perl Makefile.PL
make
make install
May need root permissions

Edit your /opt/rt4/etc/RT_SiteConfig.pm
Add this line:

Plugin('RT::Extension::PretixApi');

Clear your mason cache
rm -rf /opt/rt4/var/mason_data/obj

Restart your webserver

AUTHOR
NETWAYS GmbH

BUGS
All bugs should be reported on GitHub
.

LICENSE AND COPYRIGHT
This software is Copyright (c) 2018 by NETWAYS GmbH

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991