{% extends "base_authenticated.html" %} {% block title %}Export Configuration - QR Code Management{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Export Configuration

Customize your attendance report export with selected columns and custom names

{% if filters.date_from or filters.date_to or filters.location_filter or filters.employee_filter %}

Applied Filters

{% if filters.date_from %} From: {{ filters.date_from }} {% endif %} {% if filters.date_to %} To: {{ filters.date_to }} {% endif %} {% if filters.location_filter %} Location: {{ filters.location_filter }} {% endif %} {% if filters.employee_filter %} Employee: {{ filters.employee_filter }} {% endif %}
{% endif %}

Select Columns to Export

{% for column in available_columns %}
{% endfor %}

Export Preview

Select columns above to see preview

Your column preferences will be saved for next time

{% endblock %} {% block extra_scripts %} {% endblock %}