{% extends 'layouts/demo-base.html' %} {% block pageTitle %}{{ conceptInfo.name }} Demo Dashboard - BuyerKiosk{% endblock %} {% block content %}

Welcome to {{ conceptInfo.name }}

{{ conceptInfo.description }}

12

Customers Today

$2,847

Purchases Today

3

In Queue

156

Items Tagged

Buy Queue

Manage your buying process with our streamlined queue system. Process offers, track inventory, and serve customers efficiently.

Open Buy Queue
Workbook

Your daily operations hub. Access the daybook, manage inventory, view reports, and coordinate your team all in one place.

Open Workbook
{{ include('demo/partials/cta-banner.html', { concept: concept, conceptInfo: conceptInfo }) }} {{ include('demo/partials/contact-form.html') }}
{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {{ include('demo/partials/flows-init.html', { sessionId: sessionId, tourProgress: tourProgress, concept: concept }) }} {% endblock %}