{% extends "base.html" %} {% block title %} » DNOs » {{dno.dno_code}} {% endblock %} {% block nav %} DNOs » {{dno.dno_code}} {% endblock %} {% block content %}
Code | {{dno.dno_code}} |
Name | {{dno.name}} |
Market Participant | {{dno.participant.code}} |
Start Date | {{dno_contract.start_rate_script.start_date|hh_format }} |
Finish Date | {{dno_contract.finish_rate_script.finish_date|hh_format }} |
Custom Reports |
|
Line Loss Factor Classes | LLFCs |
Meter Timeswitch Classes | MTCs |
Valid combinations of MTC and SSC | MTC SSCs |
Valid combinations of MTC and LLFC | MTC LLFCs |
Valid combinations of MTC, LLFC and SSC | MTC LLFC SSCs |
Valid combinations of PC, LLFC, SSC and MTC for NHH supplies | MTC LLFC SSC PCs |
From | To | |
---|---|---|
View | {{rs.start_date|hh_format}} | {{rs.finish_date|hh_format}} |
This gadget takes a DNO rate spreadsheet for the current financial year and outputs a general import file that updates the LLFC voltage levels and substation flag to make Chellow match the DNO spreadsheet.
{% endblock %}