-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcheckin.html
128 lines (89 loc) · 4.06 KB
/
checkin.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
layout: page
title: Check In
---
<div id='top-box'>
<span class='ribbon'>Using the web-based checkin function in Venue Driver</span>
<p>For those clients who do not have access to an iPad, iPhone, or iPod touch with a laser scanner attachment, Venue Driver offers the ability to check in table reservations, guestlist customers, and ticketed customers via Venue Driver itself. To access this, click the 'Check-in' button by the event in question.</p>
</div>
<!-- show focus on Check-in button. -->
<div id="images">
<img src="/images/checkin_focus.png">
</div>
<hr/>
<h2>Checking in VIP Guests</h2>
<!-- Show the VIP Check-in tab.-->
<div id ="images">
<img src="/images/vip_checkin.png">
</div>
<br/>
<p>When a guest shows up to the event, click the "Checked In" checkbox to check them in. If the venue is equipped with a Venue Driver-supplied thermal printer, a chit will be printed which can be handed off to a runner, host, or waiter/waitress. Clicking "Seating" will allow for some attributes of a reservation to be edited, such as where a client is sat, and so on.</p>
<hr/>
<h2>Checking in Guestlist customers</h2>
<!-- show the guestlist check-in tab. -->
<div id ="images">
<img src="/images/guestlist_checkin.png">
</div>
<br/>
<p>When a guestlist customer shows up to the event, click the "Checked In" checkbox to check them in. The field, "Total Group Size" can be edited inline to accurately count the amount of guests in that group. Clicking the "Notes" button allow for notes to be entered about that guest.</p>
<hr/>
<h2>Tally</h2>
<!-- show the tally tab. -->
<div id ="images">
<img src="/images/tally_tab.png">
</div>
<br/>
<p>If a venue chooses to use the Tally function, it is accessible here. The Tally will credit each promoter with a Pass entry, but no data from the customer is captured.</p>
<hr/>
<h2>Tables</h2>
<!-- show the tables tab. -->
<div id="images">
<img src="/images/tables_tab.png">
</div>
<br/>
<p>In this tab, a list of tables is presented, and who is sat at them. Opening a table by clicking the "Open" button allows it to be booked for another reservation that evening. Clicking "Hold" will reserve a table without explicitly putting a reservation for it. Clicking "Notes" will allow notes to be made about that reservation.</p>
<hr/>
<h2>Tickets</h2>
<!-- show the tickets tab. -->
<div id ="images">
<img src="/images/tickets_tab.png">
</div>
<br/>
<p>In this tab, a list of ticketed customers is presented with various data fields. Tickets can be redeemed either by typing in the code in the "Redeem Ticket" box, clicking "Redeem", or by using a USB scanner wand supplied by Venue Driver. All columns are sortable.</p>
<br/>
<div class="block white">
<p><b>Code</b>
<br/>
This is the ticket code.</p>
<p><b>First</b>
<br/>
The first name of the ticketed customer.</p>
<p><b>Last</b>
<br/>
The last name of the customer.</p>
<p><b>Mobile Phone</b>
<br/>
The mobile phone number of the customer, if supplied.</p>
<p><b>Quantity</b>
<br/>
The amount of tickets bought under that specific code. Up to 4.</p>
<p><b>Void</b>
<br/>
This will notate if the ticket in question has been voided. If the ticket has been voided, it is not suitable for entry into an event.</p>
<p><b>Redeemed</b>
<br/>
This will show the amount of tickets on a code that have been redeemed thus far.</p>
<p><b>Redeem</b>
<br/>
Click this button to redeem a ticket.</p>
<p><b>Unredeem</b>
<br/>
Click this button to unredeem a ticket.</p>
<p><b>Create New</b>
<!-- focus on the Create New. -->
<br/>
Venue Driver offers the ability to create "walk-up" tickets. Click the "Create New" button to create a walk up ticket. The data being filled out is all optional, except for quantity. This will then generate a printable chit with a barcode which then can be scanned with either the USB wand or a Venue Driver-supplied iPod touch scanning unit. Please note these tickets are not tied into the financial processing system of Venue Driver and funds must be collected separately.</p>
</div>
<div class='link'>
<a class='button' href="http://help.venuedriver.com/">Return to Table of Contents</a>
</div>