{% extends "base.html" %} {% load static %} {% comment %} FLAG (mobile): This is a barcode/label printing view. It generates a browser/PDF label sheet, which doesn't work inside the native app WebView. The mobile app prints barcodes/labels natively over Bluetooth, so links into this page are hidden when request.is_mobile_app (see club_sidebar_nav and quick_check_in_users). This page is left intact for the web. {% endcomment %} {% block title %}Print Barcodes — {{ club.name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "club_ribbon.html" %}

Print Barcodes

You can scan user's membership barcodes to add them to club auctions, assign bidder numbers, or sell T-shirts and other swag (instantly added to that user's invoice).

Create barcodes here, print them out, then scan them using quick check in users in any of your club auctions. Scan the barcode first, then scan the user to assign it to.

Changes on this page will not be saved, so make sure the labels have all printed correctly before you leave.

Scan the test barcode below with your USB scanner while this panel is open. We'll check that it's configured with an F9 prefix and a carriage-return (Enter) suffix.
While this test is open, keystrokes are captured for diagnostics — click Hide scanner test to type normally again.

Test barcode
1234567890
Scan the test barcode above to begin…
{% endblock %} {% block extra_js %} {% endblock %}