{% extends "layout.html" %} {% block title %}Settings - {{ tenant.name }} - KCAP Demo Server{% endblock %} {% block content %}

Settings - {{ tenant.name }}

Back to Dashboard
Device Authentication

Configure the username and password for device authentication.

Leave blank to keep current password
Barcode Settings

Configure the default barcode type for products.

This will be used when displaying product barcodes
Custom AR Content Fields

Manage the fields that are returned in the AR content API.

Manage AR Fields {% if custom_fields %}
Current Fields:
    {% for field in custom_fields %}
  • {{ field.label }} ({{ field.fieldName }})
    {{ field.fieldType }}
  • {% endfor %}
{% endif %}
Tenant Information
Tenant ID:
{{ tenant.id }}
Tenant Name:
{{ tenant.name }}
API Endpoint:
{{ server_url }}/{{ tenant.id }}/arinfo
Created:
{{ tenant.created_at }}
{% endblock %}