{% extends "base.html" %} {% block content %}

Consolidated Salary Sheet – {{ month }}

Download Consolidated Salary Download Disbursement Sheet
{% for row in df.to_dict(orient='records') %} {% endfor %}
SN Employee UAN Master Salary [Earning] Monthly Salary [Earning] Monthly Salary [Deduction] Summary
BasicHRATAMAInc.KPI Inc.OtherGross DaysBasicHRATAMAInc.OtherLaptopKPI IncentiveArearsGross PFESITDSPTAdvanceTargetMobile Net SalaryDepartment
{{ row['SN'] }} {{ row['Employee'] }} {{ row['UAN'] }} {{ row['Basic'] }} {{ row['HRA'] }} {{ row['TA'] }} {{ row['MA'] }} {{ row['Inc.'] }} {{ row['KPI Inc.'] }} {{ row['Other'] }} {{ row['Gross'] }} {{ row['Days'] }} {{ row['Basic M'] }} {{ row['HRA M'] }} {{ row['TA M'] }} {{ row['MA M'] }} {{ row['Inc. M'] }} {{ row['Other M'] }} {{ row['Laptop'] }} {{ row['KPI Incentive'] }} {{ row['Arears'] }} {{ row['Gross M'] }} {{ row['PF'] }} {{ row['ESI'] }} {{ row['TDS'] }} {{ row['PT'] }} {{ row['Advance'] }} {{ row['Target'] }} {{ row['Mobile'] }} {{ row['Net Salary'] }} {{ row['Department Name'] }}
{% endblock %}