{% 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 | {{rate_scripts[0][0]|hh_format }} |
| Finish Date | {{rate_scripts[-1][1]|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 | {{start_date|hh_format}} | {{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 %}