{% extends "base.html" %} {% block title %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » {{bill.reference}} {% endblock %} {% block nav %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bill {{bill.id}} [edit] {% endblock %} {% block content %}

Bill

Supply Reference Account Issue Date From To kWh Net VAT Gross Type Check
Supply {{bill.reference}} {{bill.account}} {{bill.issue_date.strftime('%Y-%m-%d %H:%M')}} {{bill.start_date|hh_format }} {{bill.finish_date|hh_format }} {{bill.kwh}} {{bill.net}} {{bill.vat}} {{bill.gross}} {{bill.bill_type.code}} Check

Reads [add]

{% for read in register_reads %} {% endfor %}
Edit MPAN Coefficient Units TPR Meter Serial Number Previous Present
Date Value Type Date Value Type
[edit] {{read.mpan_str}} {{read.coefficient}} {{read.units_as_str()}} {{read.tpr.code}} {{read.msn}} {{read.previous_date|hh_format}} {{read.previous_value}} {{read.previous_type.code}} {{read.present_date|hh_format}} {{read.present_value}} {{read.present_type.code}}

Breakdown

				{%- for line in raw_lines -%}
					{{line}}
{%- endfor -%}
{% for col in column_list %} {% endfor %} {% for row in row_list %} {% for col in column_list %} {% endfor %} {% endfor %}
element{{col}}
{{row}}{{grid[row][col]}}
{% endblock %}