From 23fdf8c4579ad625a8f73f0064c0fb51376757f3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 25 Sep 2018 12:12:33 +0200 Subject: [PATCH] Add compatibility note --- .../organizers/device_connect.html | 13 +++++++++++++ .../pretixcontrol/organizers/devices.html | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html b/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html index 55da884e8..3622ba734 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/device_connect.html @@ -17,6 +17,19 @@ +
+ + {% blocktrans trimmed %} + Please note that this is a new feature that currently only works for beta-stage software, such as + pretixPOS. pretixdroid 1.x and pretixdesk 0.x are not supported by this feature. Future versions of + pretixdroid and pretixdesk will be supported through this menu. + {% endblocktrans %} + +

+ {% blocktrans trimmed %} + To set up pretixdroid or pretixdesk, please go to the Check-in devices section of an event. + {% endblocktrans %} +
{% trans "Device overview" %} diff --git a/src/pretix/control/templates/pretixcontrol/organizers/devices.html b/src/pretix/control/templates/pretixcontrol/organizers/devices.html index edf95fb29..f9773f8cf 100644 --- a/src/pretix/control/templates/pretixcontrol/organizers/devices.html +++ b/src/pretix/control/templates/pretixcontrol/organizers/devices.html @@ -5,6 +5,23 @@ {% trans "Connected devices" %} +
+ {% blocktrans trimmed %} + This menu allows you to connect hardware devices such as box office terminals or scanning terminals to + your account. + {% endblocktrans %} + + {% blocktrans trimmed %} + Please note that this is a new feature that currently only works for beta-stage software, such as + pretixPOS. pretixdroid 1.x and pretixdesk 0.x are not supported by this feature. Future versions of + pretixdroid and pretixdesk will be supported through this menu. + {% endblocktrans %} + +

+ {% blocktrans trimmed %} + To set up pretixdroid or pretixdesk, please go to the Check-in devices section of an event. + {% endblocktrans %} +
{% if devices|length == 0 %}