{% extends 'base.html' %} {% load static %} {% load humanize %} {% block content %}

Back Office Dashboard - {{logged_user_profile.user.first_name|upper}} {{logged_user_profile.middle_name|upper}} ({{logged_user_profile.user.username}}) {{today}}

Branch Target

{{monthly_branch_target_summary.percentage|floatformat:0}} %

Monthly Branch Target %
Paid Installments

{{installment_due_summary.paid_amounts|floatformat:0|intcomma}} {{currency}}

From Active Students
Pending Collection

{{installment_due_summary.due_amount|floatformat:0|intcomma}} {{currency}}

Due and Over Due
New Registrations

{{no_of_current_month_new_registrations}}

New Registrations ({{current_date|date:"M"}})
Active Students

{{no_of_studying_students}}

Studying Students
Drop Outs

{{no_of_current_month_dropped_out_students}}

This Month Drop Outs
Invoice count

{{daily_invoice_summary.invoice_count}}

Total Invoice Count
Today's Invoices

{{daily_invoice_summary.invoice_total|floatformat:0|intcomma}} {{currency}}

Total Invoice Value
Cash Drawer

{{daily_cash_in_summary.cash_total|floatformat:0|intcomma}} {{currency}}

Today's Cash In
Branch Target

{{monthly_branch_target_summary.target_amount|floatformat:0|intcomma}} {{currency}}

Monthly Branch Target
Performance

{{monthly_branch_target_summary.achived_amount|floatformat:0|intcomma}} {{currency}}

Monthly Performance
{% if monthly_branch_target_summary.over_target_flag %}
Over Target
{% else %}
Pending
{% endif %}
{% if monthly_branch_target_summary.over_target_flag %}
{% else %}
{% endif%}
{% if monthly_branch_target_summary.over_target_flag %}

{{monthly_branch_target_summary.over_target|floatformat:0|intcomma}} {{currency}}

{% else %}

{{monthly_branch_target_summary.pending_amount|floatformat:0|intcomma}} {{currency}}

{% endif %}
{% if monthly_branch_target_summary.over_target_flag %} Achivement beyond Target {% else %} Pending Target {% endif %}
Counsellors' Monthly Performance
Counsellors' Monthly Performance
Monthly Income and Branch Performance for year {{today.year}}
Monthly Course Performance
User Accounts

{{no_of_user_profiles}}

Active User Accounts
Counsellors

{{no_of_counsellors}}

Active Counsellors
Courses

{{no_of_study_programs}}

No of Study Programs
Studying

{{no_of_studying_students}}

Total Graduates
Graduated

{{no_of_graduated_students}}

Total Graduates
Drop Outs

{{no_of_dropped_out_students}}

Total Drop Outs
Course Fees

{{program_fee_summary.program_fee|floatformat:0|intcomma}} {{currency}}

Total Course Fee
Paid

{{program_fee_summary.paid_fee|floatformat:0|intcomma}} {{currency}}

Total Paid Course Fee
Due

{{program_fee_summary.due_fees|floatformat:0|intcomma}} {{currency}}

Total Pending Course Fee
{% endblock %}