{% extends "base.html" %} {% block title %} » Report Runs » {{run.id}} {% endblock %} {% block nav %} Report Runs » {{run.id}} {% endblock %} {% block content %}
| Date Created | Created By | State | Number Of Rows | Delete | Download Spreadsheet | Re-run Report | Configuration | Update Report Run |
|---|---|---|---|---|---|---|---|---|
| {{run.date_created|hh_format}} | {{run.creator}} | {{run.state}} | {{rows|length}} | Download | Re-run |
The configuration is held under the
ecoes section and has keys user_name,
password, prefix,
exclude_mpan_cores and
ignore_mpan_cores_msn.
|
| Source | Mpan Core | Supplier Contract | Edit Era | Edit Supply | {% for diff in vals['diffs'] %}{{diff}} | {% endfor %}Problem | Site |
|---|---|---|---|---|---|---|---|
| Chellow | {% if vals['chellow_supply_id'] is none %} {{vals['mpan_core']}} {% else %} {{vals['mpan_core']}} {% endif %} | {% if vals['chellow_supplier_contract_id'] is not none %} {{vals['chellow_supplier_contract_name']}} {% endif %} | {% if vals['chellow_era_id'] is not none %} [edit] {% endif %} | {% if vals['chellow_supply_id'] is not none %} [edit] {% endif %} | {% for diff in vals['diffs'] %}{{vals['chellow_' + diff]}} {% if diff == 'llfc' %} - {{vals['chellow_' + diff + '_desc']}} {% elif diff == 'msn' %} {% endif %} | {% endfor %}{{vals['problem']}} | {{vals['chellow_site_code']}} {{vals['chellow_site_name']}} |
| ECOES | {% for diff in vals['diffs'] %} | {{vals['ecoes_' + diff]}} {% if diff == 'msn' %} - {{vals['ecoes_msn_install_date']}} {% elif diff == 'supplier' %} - {{vals['ecoes_supplier_registration_from']}} {% elif diff == 'mtc' %} - {{vals['ecoes_mtc_date']}} {% elif diff == 'llfc' %} {{vals['ecoes_llfc_desc']}} - From {{vals['ecoes_llfc_from']}} {% elif diff == 'mop' %} - {{vals['ecoes_mop_appoint_date']}} {% elif diff == 'gsp_group' %} - {{vals['ecoes_gsp_effective_from']}} {% endif %} | {% endfor %}{{vals['address']}} |