{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% trans "Generate KPI Report" %} - PX360{% endblock %} {% block content %}
{% trans "KPI Reports" %} {% trans "Generate Report" %}

{% trans "Generate KPI Report" %}

{% trans "Create a new monthly KPI report for a specific hospital and period." %}

{% trans "Report Configuration" %}

{% csrf_token %}

{% trans "Choose the type of KPI report to generate." %}

{% trans "Report Generation Information" %}

{% trans "The report will be generated based on data from the selected month. This may take a few moments depending on the amount of data. If a report already exists for this period, it will be regenerated with the latest data." %}

{% trans "Cancel" %}

{% trans "Available KPI Reports" %}

{% trans "Ministry of Health" %}

MOH-2 {% trans "72-Hour Resolution" %}
MOH-1 {% trans "Patient Experience" %}
MOH-3 {% trans "Resolution Satisfaction" %}

{% trans "Departmental" %}

Dep-KPI-4 {% trans "Response Rate" %}
KPI-6 {% trans "Activation (2h)" %}
KPI-7 {% trans "Unactivated" %}

{% trans "N-PAD Standards" %}

N-PAD-001 {% trans "Resolution" %}

{% trans "Quick Tips" %}

  • {% trans "Reports are generated automatically every month" %}
  • {% trans "You can regenerate any report with latest data" %}
  • {% trans "PDF export is available for all reports" %}
{% endblock %} {% block extra_js %} {% endblock %}