Edit QR Code

Update the information for your QR code

Basic Information

Update the basic details for your QR code

The QR code name cannot be changed after creation.
Standard: employee checks in at one fixed location.
Dynamic: employee picks a location from a list when scanning.
The name of the physical location where this QR code will be used
{{ qr_code.location|length if qr_code.qr_type != 'dynamic' else '0' }}/100
Organize your QR code by assigning it to a project

Location Details

Update the complete address and event information

Include all address details for accurate location identification
{{ qr_code.location_address|length }}/500

Address Coordinates

{% if qr_code.has_coordinates %} {{ "%.6f"|format(qr_code.address_latitude) }} {% else %} ---.---------- {% endif %}
Latitude
{% if qr_code.has_coordinates %} {{ "%.6f"|format(qr_code.address_longitude) }} {% else %} ---.---------- {% endif %}
Longitude
Select the event type for this QR code

QR Code Customization

Update the appearance and style of your QR code

Choose a pre-defined style or customize manually below
Color of the QR code modules
Background color of the QR code
{{ qr_code.box_size or 10 }}px
Size of each QR code module (affects overall size)
{{ qr_code.border or 4 }} modules
White border around the QR code
Higher levels allow QR code to work even if partially damaged

Live Preview

Sample QR Code Preview

Colors and styling will be applied to your updated QR code

Cancel

Current Information

QR Code Name: {{ qr_code.name }}
Location: {{ qr_code.location }}
Event: {{ qr_code.location_event }}
Address: {{ qr_code.location_address }}
{% if qr_code.has_coordinates %}
{{ qr_code.coordinates_display }}
Current Coordinates
Accuracy: {{ qr_code.coordinate_accuracy|title }} {% if qr_code.coordinates_updated_date %}
Updated: {{ qr_code.coordinates_updated_date.strftime('%Y-%m-%d') }} {% endif %}
{% else %}
No coordinates available
Use "Get Coordinates" to add location data
{% endif %}
QR Code Style: {% if qr_code.style %} {{ qr_code.style.name }} {% else %} Custom {% endif %}
Colors: on