{% extends "base.html" %} {% block title %} Gas Supplier Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » {{g_bill.reference}} {% endblock %} {% block nav %} Gas Supplier Contracts » {{g_bill.g_batch.g_contract.name}} » Batches » {{g_bill.g_batch.reference}} » Bill {{g_bill.id}} [edit] {% endblock %} {% block content %}
Supply | Reference | Account | Issue Date | From | To | kWh | Net GBP | VAT GBP | Gross GBP | Type | Check |
---|---|---|---|---|---|---|---|---|---|---|---|
Supply | {{g_bill.reference}} | {{g_bill.account}} | {{g_bill.issue_date|hh_format}} | {{g_bill.start_date|hh_format}} | {{g_bill.finish_date|hh_format}} | {{g_bill.kwh}} | {{g_bill.net}} | {{g_bill.vat}} | {{g_bill.gross}} | {{g_bill.bill_type.code}} | Check |
Edit | MSN | Unit | Correction Factor | Calorific Value | Previous | Present | ||||
---|---|---|---|---|---|---|---|---|---|---|
Date | Value | Type | Date | Value | Type | |||||
[edit] | {{g_read.msn}} | {{g_read.g_unit.code}} | {{g_read.correction_factor}} | {{g_read.calorific_value}} | {{g_read.prev_date|hh_format}} | {{g_read.prev_value}} | {{g_read.prev_type.code}} | {{g_read.pres_date|hh_format}} | {{g_read.pres_value}} | {{g_read.pres_type.code}} |
{{g_bill.raw_lines}}
element | {% for col in column_list %}{{col}} | {% endfor %}
---|---|
{{row}} | {% for col in column_list %}{{grid[row][col]}} | {% endfor %}
{{g_bill.breakdown}}{% endblock %}