From 26affc4629c7f914ebbc8cb993d51db10e534d67 Mon Sep 17 00:00:00 2001 From: Tobias Date: Thu, 17 Jan 2019 13:46:35 +1300 Subject: [PATCH] Checkin fixes --- .../templates/regidesk/ci_overview.html | 135 +++++++----------- 1 file changed, 53 insertions(+), 82 deletions(-) diff --git a/vendor/regidesk/regidesk/templates/regidesk/ci_overview.html b/vendor/regidesk/regidesk/templates/regidesk/ci_overview.html index 071c3814..a5a3e139 100644 --- a/vendor/regidesk/regidesk/templates/regidesk/ci_overview.html +++ b/vendor/regidesk/regidesk/templates/regidesk/ci_overview.html @@ -23,44 +23,44 @@
Ticket type
{{ ticket_type }}
- +
Name
{{ user.attendee.attendeeprofilebase.attendeeprofile.name }}
- +
Company
{% if ticket_type == "Student" or ticket_type == "Hobbyist" or "Only" in ticket_type %}{% else %}{{ user.attendee.attendeeprofilebase.attendeeprofile.company }}{% endif %}
- +
Free Text 1
{{ user.attendee.attendeeprofilebase.attendeeprofile.free_text_1 }}
- +
Free Text 2
{{ user.attendee.attendeeprofilebase.attendeeprofile.free_text_2 }}
- +
Penguin Dinner Tickets
{{ penguin_dinner_count }}
- +
Spearker Dinner Tickets
{{ speakers_dinner_count }}
- +
PDNS Tickets
{{ pdns_count }}
- +
Over 18 years
{% if user.attendee.attendeeprofilebase.attendeeprofile.of_legal_age %}yes{% else %}NO{% endif %}
- +
Username
{{ user.username }}

Shirts ordered

- {% for shirt in shirts%} - - - - - {% endfor %} -
{{ shirt.product }}{{ shirt.quantity }}
+ {% for shirt in shirts%} + + {{ shirt.product }} + {{ shirt.quantity }} + + {% endfor %} +
@@ -69,13 +69,13 @@
- +
- + + Workflow can be improved by using tickboxes for check-in, badge print, and swag, with a single submit button. + -->

Check In

@@ -94,77 +94,48 @@
- - + +

Badge

-
-
-
-
Status
-
{% if check_in.badge_printed %}Marked{% else %}Not marked{% endif %} as printed
-
- -
- - -
-
-
- - - -
-
-

Schwag

Status
-
{% if check_in.schwag_given %}Marked{% else %}Not marked{% endif %} as given
+
{% if check_in.badge_printed %}Marked{% else %}Not marked{% endif %} as printed
-
- - -
-
-
- -
-
-

Log Exception

-
-
-
- -

Reminder: Please tell attendee to email contact@lca2019.org with the details as well

+ + + Show Badge
+
+ + +
- -
-
Bulk actions
-
-

Mark attendee as checked in and schwag given

-
-
Status
-
{% if check_in.checked_in_bool or check_in.schwag_given %}One of the items in bulk action is marked as - given already{% else %}Both items are marked as unrecived{% endif %}
-
-
- - -
-
-
- - Return to scanning page - - {% endblock %} \ No newline at end of file + + + +
+
+

Schwag

+
+
+
+
Status
+
{% if check_in.schwag_given %}Marked{% else %}Not marked{% endif %} as given
+
+
+ + +
+
+
+ + Return to scanning page + + {% endblock %} \ No newline at end of file