Dashboard
{%block section%}
{%endblock%}
QR Code Generation Status
Recently Updated | Five
| QR | Name | Phone | Batch | Category | Status |
|---|---|---|---|---|---|
| {{customer.qr_code}} | {{customer.first_name}} {{customer.last_name}} | {{customer.phone}} | {{customer.batch.batch_name}} | {{customer.batch.category.name}} | {% if customer.is_active %} Active {% else %} Inactive {% endif %} |
Recent Activity | Last Five
{% for activity in recent_activities %}
{% endfor %}
{{activity.created|date:"d-m-Y"}}
{{activity.created|time:"H:i"}}
{{activity.created|time:"H:i"}}
{{activity.count}} QR code(s) were generated by {{activity.created_by.name}}
{{activity.batch_name}}
{{activity.batch_name}}