{% extends '../template.html' %} {% block title %}Report - Agent{% endblock %} {% block subcontent %} {% block print %}

Report - Agent

List Agent | Agent Performance | Agent Attendance

Agent:

Time : - {% date hourly year[2011-2030] %} - {% date daily year[2011-2030] nodate %} - {% date monthly year[2011-2030] nodate nomonth%}



{% for r in report %} {% endfor %}
{{ type }}
Call (inbound)
Call (outbound)
Order
Order
Complaint
Remark
1st Call
Remark
Cancel
Divert
{{r.val}} {{r.order}} {{r.complaint}} {{r.remark_in}} {{r.fcall}} {{r.cancel}} {{r.divert}}
{% endblock %} {% endblock %} {% block script %} {% endblock %}