LAXMI CIVIL ENGINEERING SERVICES PVT. LTD.

Filtered Tasks

{% if selected_district or selected_block or selected_village %}

{% if selected_district %}District: {{ selected_district }}{% endif %} {% if selected_block %} | Block: {{ selected_block }}{% endif %} {% if selected_village %} | Village: {{ selected_village }}{% endif %}

{% else %}

No filters applied. Showing all tasks.

{% endif %}
{% if grouped_tasks %} {% set formula_fields = [ "previous_billing_amount", "in_this_ra_billing_amount", "cumulative_billed_qty", "cumulative_billed_amount", "variation_qty", "variation_amount" ] %} {% for group in grouped_tasks %} {% for field in ["task_name","unit","qty","rate","boq_amount","previous_billed_qty","previous_billing_amount","in_this_ra_bill_qty","in_this_ra_billing_amount","cumulative_billed_qty","cumulative_billed_amount","variation_qty","variation_amount"] %} {% endfor %} {% for sub in group.subtasks %} {% for field in ["task_name","unit","qty","rate","boq_amount","previous_billed_qty","previous_billing_amount","in_this_ra_bill_qty","in_this_ra_billing_amount","cumulative_billed_qty","cumulative_billed_amount","variation_qty","variation_amount"] %} {% endfor %} {% endfor %} {% endfor %}
Task Name Unit Qty Rate BOQ Amt Prev Billed Qty Prev Bill Amt RA Bill Qty RA Bill Amt Cum Billed Qty Cum Billed Amt Var Qty Var Amt
{{ group[field] if group[field] is not none else '' }}
{{ sub[field] if sub[field] is not none else '' }}
{% else %}

No tasks found for the selected filters.

{% endif %}