Your Logo Here
GREYTIP SOFTWARE PVT LTD
30/31, 100 FEET ROAD,
II BLOCK, KORAMANGALA
BANGALORE - 560034
YTD Summary for the year 2022 - 2023
Item
{%for P in paycomponent %}
{{P}}
{% endfor %}
{%for month_values in pay_info_month %}
{{month_values.payroll_date}}
{% if month_values.Employeemonthlypay_details_data%}
{%for main in month_values.Employeemonthlypay_details_data %}
{{main.amount}}
{% endfor %}
{{month_values.total_deducation}}
{{month_values.net_pay}}
{{month_values.total_earning}}
{{month_values.paid_days}}
{% else %}
{%for P in paycomponent %}
{% endfor %} {%endif%}
{% endfor %}