{% 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 %}
Supply | Reference | Account | Issue Date | From | To | kWh | Net | VAT | Gross | Type | Check | Rate Scripts |
---|---|---|---|---|---|---|---|---|---|---|---|---|
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 |
{% if rate_scripts|length > 0 %}
|
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}} |
element | {% for col in column_list %}{{col}} | {% endfor %}
---|---|
{{row}} | {% for col in column_list %}{{grid[row][col]}} | {% endfor %}
{{bill.breakdown}}{% endblock %}