{% extends "base.html" %} {% block title %} Gas Supplier Contracts » {{g_batch.g_contract.name}} » Batches » {{g_batch.reference}} » Bill Imports {% endblock %} {% block nav %} Gas Supplier Contracts » {{g_batch.g_contract.name}} » Batches » {{g_batch.reference}} » Bill Imports {% endblock %} {% block content %}
Import Bill File

Valid file name extensions are {{parser_names}}.

The '.csv' Format
Bill Reference MPRN Bill Type Code Account Issue Date (YYYY-mm-dd HH:MM) Start Date (YYYY-mm-dd HH:MM) Finish Date (YYYY-mm-dd HH:MM) kWh Net VAT Gross Breakdown R1 Meter Serial Number R1 Unit Code R1 Correction Factor R1 Calorific Value (optional) R1 Previous Read Date R1 Previous Read Value R1 Previous Read Type Code R1 Present Read Date R1 Present Read Value R1 Present Read Type Code
7678hhe 86743880 N bunker_3 2015-10-15 00:00 2015-09-01 00:00 2015-09-30 23:30 521 77.40 2.11 79.51 { "standing_gbp": 0.03, "ccl_rate": 0.004, "units_consumed": 609 } hhMNN882 M3 2015-09-09 00:00 344.005 A 2015-09-28 00:00 350.833 E

The register read block of fields can be repeated for each register, or can be left out entirely if the bill doesn't have any readings associated with it.

{% if importer_ids %} {% endif %} {% endblock %}