Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.jointoevent.io/llms.txt

Use this file to discover all available pages before exploring further.

The equipment rental tool lets you track physical devices — radios, laptops, cameras, or any other gear — that attendees borrow during an event. Every loan is stored with the borrower’s identity and a timestamp, and you can mark each item as returned when the attendee hands it back. The tool is designed for use at a staffed desk where an operator handles loans in real time.

Accessing the equipment rental view

Navigate to your event in JTE Panel and select On-site Tools → Equipment Rental from the event sidebar. The page shows two panels: a form for recording a new loan on the left, and a table of all active and returned loans on the right.

Borrowing a device

To log a loan, fill in the borrow form and submit it. The form maps directly to the BorrowDeviceCommand model sent to the API.
attendeeId
string
The unique identifier of the attendee borrowing the device. Select the attendee from the search field — this populates the attendeeId automatically so you do not need to enter it manually.
deviceName
string
The name or label of the device being lent out — for example Radio-03 or Laptop-A. Use a consistent naming convention across your event so that the loans table stays easy to scan.
1

Search for the attendee

Type the attendee’s name or reference ID in the Attendee search field. Select the correct match from the dropdown. The form populates attendeeId from the selected record.
2

Enter the device name

Type the device label in the Device name field. This value is stored as deviceName and appears in the loans table.
3

Submit the form

Click Borrow. The panel records a borrowTime timestamp and adds the loan to the active loans table immediately.
The same device name can only appear once in the active loans list at a time. If you try to log a loan for a device that is already checked out, the panel will warn you before saving.

Viewing borrowed devices

The loans table lists every device that has been borrowed, with a row for each loan showing:
FieldDescription
AttendeeThe borrower’s full name (attendeeFirstLastName)
Phone numberThe attendee’s phone number (attendeePhoneNumber) — useful for tracking them down if a device is not returned
Reference IDThe attendee’s registration reference (attendeeReferenceId)
DeviceThe device name that was entered at loan time (deviceId)
Borrow timeWhen the loan was recorded (borrowTime)
Return timePopulated once the device is returned (returnTime)
StatusActive (not yet returned) or returned (isReturned)
By default the table shows only active loans. Toggle the Show returned filter to include completed loans in the list.

Returning a device

When an attendee returns a device, find the matching row in the loans table and click Return.
1

Locate the loan

Find the device in the active loans table. Use the table’s search or sort controls if the list is long.
2

Click Return

Press the Return button on the loan’s row. The panel sends a return request using the loan’s id.
3

Confirm

The row updates to show isReturned: true and a returnTime timestamp. The loan moves out of the active view.
At the end of the event, switch the table filter to All and export or screenshot the list as a record of every device that was loaned out. Any rows still showing as active at closing time represent unreturned items.