
VSOLV ENGINEERING INDIA PRIVATE LIMITED
No.196, 1st Main Road,
Nehru Nagar, Kottivakkam,OMR,
Chennai - 600096. Ph:9941 300 600.
YTD Summary for the year {{year}}
| EMPLOYEE NO: |
{{ employee_personal_info.code }} |
{% if employee_personal_info.bankdetails is not none %}
| BANK: |
{{ employee_personal_info.bankdetails.Bank.name }} |
{% else %}
| BANK: |
|
{% endif %}
| DATE OF JOINING: |
{{employee_personal_info.doj}} |
|
| NAME: |
{{ employee_personal_info.full_name}} |
{% if employee_personal_info.bankdetails is not none %}
| BANK ACCOUNT NO: |
{{ employee_personal_info.bankdetails.accountnumber }} |
{% else %}
| BANK ACCOUNT NO: |
|
{% endif %}
{% if employee_personal_info.pf_number is not none %}
| PF NUMBER: |
{{ employee_personal_info.pf_number}} |
{% else %}
| PF NUMBER: |
|
{% endif %}
|
| Item |
{%for i in pay_info_month%}
{{i.payroll_date}} |
{%endfor%}
{%for l in paycomponent%}
| {{l}} |
{%for n in pay_info_month%}
{%if l == "NetPay"%}
{{n.NetPay}} |
{% elif l == "PaidDays"%}
{{n.PaidDays}} |
{% elif l == "TotalDeduct"%}
{{n.TotalDeduct}} |
{% elif l == "TotalEarning"%}
{{n.TotalEarning}} |
{% else %}
{%for k in n.Employeemonthlypay_details_data%}
{%if l == k.paycomponent%}
{{k.amount}} |
{% else %}
{%endif%}
{%endfor%}
{%endif%}
{%endfor%}
{%endfor%}