{% extends "base.html" %} {% block inside_head %} {% endblock %} {% block title %} » Supplies » {{supply.id}} {% endblock %} {% block nav %} » Supplies » {{supply.id}} [edit] {% endblock %} {% block content %}

Supply Details

{% if system_properties['supply_links'] %} {% endif %}
Name {{ supply.name }}
Source {{ supply.source.code }} - {{ supply.source.name }} {% if supply.source.code == 'gen' %} ( {{ supply.generator_type.code }} {{ supply.generator_type.name }}) {% endif %}
GSP Group {{ supply.gsp_group.code }} {{ supply.gsp_group.description }}
Links
    {% for link in system_properties['supply_links'] %}
  • {{link.name}}
  • {% endfor %}
Notes {% if note %} {% if is_truncated %}
{{ truncated_note }}
{% else %} Category: {{note.category}} {% if note.is_important %} Important {% else %} Not important {% endif %}
{{note.body}}
{% endif %} {% endif %}
{% for era_bundle in era_bundles %} {% set era = era_bundle['era'] %} {% set physical_site = era_bundle['physical_site'] %} {% set other_sites = era_bundle['other_sites'] %}
Era [edit]
From To Sites ES PC MSN MTC CoP Comm SSC Props MOP DC Channels [add] LLFC MPAN Core kVA Supplier
Contract Account Contract Account Contract Account
{{ era.start_date|hh_format(modifier='date') }} {{ era.finish_date|hh_format(modifier='date') }} {{ physical_site.code }} {% if other_sites %} (also {% for other_site in other_sites %} {{ other_site.code }} {%- endfor -%} ) {% endif %} {{era.energisation_status.code}} {{era.pc.code}} {{ era.msn }} {{era.old_mtc.code}} {{era.cop.code}} {{era.comm.code}} {% if era.ssc %} {{era.ssc.code}} {% endif %} {{era.properties}} {{era.mop_contract.name}} {{era.mop_account}} {{era.dc_contract.name}} {{era.dc_account}} Import
{% for channel in era_bundle['imp_channels'] %} {{channel.channel_type}} {% endfor %} {% if era.imp_mpan_core %} {{era.imp_llfc.code}} {% endif %} {% if era.imp_mpan_core %} {{supply.dno.dno_code}} {{era.imp_mpan_core[3:]}} {% endif %} {% if era.imp_mpan_core %} {{ era.imp_sc }} {% endif %} {% if era.imp_mpan_core %} {{era.imp_supplier_contract.name}} {% endif %} {% if era.imp_mpan_core %} {{ era.imp_supplier_account }} {% if era_bundle['imp_shared_supplier_accounts'] %}( {%- for sup in era_bundle['imp_shared_supplier_accounts'] -%} {%- if not loop.first -%} {%- endif -%} {{sup.id}} {%- endfor -%} ) {% endif %} {% endif %}
Export
{% for channel in era_bundle['exp_channels'] %} {{channel.channel_type}} {% endfor %} {% if era.exp_mpan_core %} {{era.exp_llfc.code}} {% endif %} {% if era.exp_mpan_core %} {{era.supply.dno.dno_code}} {{era.exp_mpan_core[3:]}} {% endif %} {% if era.exp_mpan_core %} {{ era.exp_sc }} {% endif %} {% if era.exp_mpan_core %} {{era.exp_supplier_contract.name}} {% endif %} {% if era.exp_mpan_core %} {{ era.exp_supplier_account }} {% if era_bundle['exp_shared_supplier_accounts'] %}( {%- for sup in era_bundle['exp_shared_supplier_accounts'] -%} {%- if not loop.first -%} {%- endif -%} {{sup.id}} {%- endfor -%} ) {% endif %} {% endif %}
{% set imp_bills = era_bundle['imp_bills'] %} {% for tpr in imp_bills['inner_headers'] %} {% endfor %} {% for i in range(imp_bills['num_outer_cols']) %} {% endfor %} {% for tpr in imp_bills['inner_headers'] %} {% endfor %} {% for i in range(imp_bills['num_outer_cols']) %} {% endfor %} {% for bill_dict in imp_bills['bill_dicts'] %} {% set read_rows = bill_dict['read_rows'] %} {% set bill = bill_dict['bill'] %} {% set rows_high = bill_dict['rows_high'] %} {% if bill_dict.first_collapsible %} {% endif %} {% for read_row in read_rows %} {% if not loop.first %} {% endif %} {% for read in read_row['inner_reads'] %} {% endfor %} {% for read in read_row['outer_reads'] %} {% if not loop.first %} {% endif %} {% endfor %} {% endfor %} {% endfor %}
Import Supplier Bills [add]
View From To Batch Reference kWh Net VAT Type {% if tpr == None %} MD {% else %} {{tpr.code}} {% endif %} {{ loop.index }}
Previous PresentTPR Previous Present
+
{% set exp_bills = era_bundle['exp_bills'] %} {% for tpr in exp_bills['inner_headers'] %} {% endfor %} {% for i in range(exp_bills['num_outer_cols']) %} {% endfor %} {% for tpr in exp_bills['inner_headers'] %} {% endfor %} {% for i in range(exp_bills['num_outer_cols']) %} {% endfor %} {% for bill_dict in exp_bills['bill_dicts'] %} {% set read_rows = bill_dict['read_rows'] %} {% set bill = bill_dict['bill'] %} {% set rows_high = bill_dict['rows_high'] %} {% for read_row in read_rows %} {% for read in read_row['inner_reads'] %} {% endfor %} {% if loop.first %} {% for read in read_row['outer_reads'] %} {% endfor %} {% endif %} {% endfor %} {% endfor %}
Export Supplier Bills
View From To Batch Reference kWh Net VAT Type {% if tpr == None %} MD {% else %} {{tpr.code}} {% endif %} {{ loop.index }}
Previous PresentTPR Previous Present
View {{bill.batch.reference}} {{ bill.reference }} {{ bill.kwh }} {{ bill.net }} {{ bill.vat }} {{bill.bill_type.code}} {% if read %} {% endif %} {% if read %} {{ read.previousType.code }} {% endif %} {% if read %} {% endif %} {% if read %} {{ read.presentType.code }} {% endif %} {% if read.tpr %} {{read.tpr.code}} {% else %} MD {% endif %} {{ read.previous_type.code }} {{ read.present_type.code }}
{% for bill_dict in era_bundle['dc_bills']['bill_dicts'] %} {% set bill = bill_dict['bill'] %} {% endfor %}
DC Bills
View Batch Reference Account Issue Date From To kWh Net VAT Gross Type
view {{bill.batch.reference}} {{ bill.reference }} {{ bill.account }} {{ bill.issue_date|hh_format }} {{ bill.start_date|hh_format }} {{ bill.finish_date|hh_format }} {{ bill.kwh }} {{ bill.net }} {{ bill.vat }} {{ bill.gross }} {{bill.bill_type.code}}
{% for bill_dict in era_bundle['mop_bills']['bill_dicts'] %} {% set bill = bill_dict['bill'] %} {% endfor %}
MOP Bills
View Batch Reference Account Issue Date From To kWh Net VAT Gross Type
view {{bill.batch.reference}} {{ bill.reference }} {{ bill.account }} {{ bill.issue_date|hh_format }} {{ bill.start_date|hh_format }} {{ bill.finish_date|hh_format }} {{ bill.kwh }} {{ bill.net }} {{ bill.vat }} {{ bill.gross }} {{bill.bill_type.code}}
{% endfor %}

CSV Downloads

Virtual Bills From {{input_date('start', last_month_start)}} to {{input_date('finish', last_month_finish)}}
Daily Supplier Virtual Bills from {{input_date('start', last_month_start, 'day')}} to {{input_date('finish', last_month_finish, 'day')}} (Note that unless a month is entirely in the past, all the days for that month will be estimates)
Virtual Bills By Half-Hour From {{input_date('start', last_month_start)}} to {{input_date('finish', last_month_finish)}}
HH Data: Day Per Row from {{ input_date('start', last_month_start, resolution='day') }} to {{ input_date('finish', last_month_finish, resolution='day') }}
HH Data: HH Per Row From {{ input_date('start', last_month_start) }} to {{ input_date('finish', last_month_finish) }}
TRIAD
For financial year ending March
Duration

From {{ input_date('start', last_month_start) }} to {{ input_date('finish', last_month_finish) }}

Monthly Duration
For month(s) finishing at the end of {{ input_date('finish', last_month_finish, 'month') }}
Snapshot
For {{ input_date('date', last_month_finish) }}
Register Reads

For month(s) finishing at the end of {{ input_date('end', last_month_finish, 'month') }}
CRC
For financial year starting April
{% endblock %}