{% extends "base.html" %} {% block content %}
| SN | Employee | UAN | Master Salary [Earning] | Monthly Salary [Earning] | Monthly Salary [Deduction] | Summary | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Basic | HRA | TA | MA | Inc. | KPI Inc. | Other | Gross | Days | Basic | HRA | TA | MA | Inc. | Other | Laptop | KPI Incentive | Arears | Gross | PF | ESI | TDS | PT | Advance | Target | Mobile | Net Salary | Department | |||
| {{ 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'] }} |