LAXMI CIVIL ENGINEERING SERVICES PVT. LTD.

Dashboard


{% for village in villages %} {% else %} {% endfor %}
Sr. No. Block Village Name Total BOQ Amount Claimed Amount (Rs.) To be Claimed Amount (Rs.) Cumulative Amount (Rs.) Total Variation Amount Balance against BOQ
{{ loop.index }} {{ village.block_name }} {{ village.village_name }} {{ village.total_boq_amount | round(2) }} {{ village.prev_billed_amount | round(2) }} {{ village.to_be_claimed_amount | round(2) }} {{ village.cumulative_billed_amount | default(0) | float | round(2) }} {{ village.total_variation_amount | round(2) }} {{ ((village.total_boq_amount | default(0) | float) - (village.cumulative_billed_amount | default(0) | float) - (village.total_variation_amount | default(0) | float)) | round(2) }}
No data available.
Total