{% extends "base.html" %} {% block title %} » Supplier Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} {% endblock %} {% block nav %} Supplier Contracts » {{batch.contract.name}} » Batches » {{batch.reference}} [edit] {% endblock %} {% block content %}
Reference Description Number Of Bills Sum net GBP Sum VAT GBP VAT Breakdown Sum gross GBP Sum kWh CSV Of Bills Custom Reports
{{batch.reference}} {{batch.description}} {{ "{:,}".format(num_bills) }} {{ "£{:,}".format(sum_net_gbp) }} {{ "£{:,}".format(sum_vat_gbp) }} {% for k, v in vat_breakdown.items()|sort %} {% endfor %}
VAT % Net GBP VAT GBP
{{k}}% {{ "£{:,}".format(v.net) }} {{ "£{:,}".format(v.vat) }}
{{ "£{:,}".format(sum_gross_gbp) }} {{ "{:,}".format(sum_kwh) }} Download {% if batch_reports %} {% endif %}
{% for file in batch.files %} {% endfor %}
Billing Files [upload]
View Filename Upload Timestamp Parser Name
View {{file.filename}} {{file.upload_timestamp|hh_format}} {{file.parser_name}}
{% for id in importer_ids %} {% endfor %}
Imports
View Id
View {{id}}

Actions

Download McBill Check {{input_textarea( 'mpan_cores', '', 5, 40, placeholder='One on each line, includes all if left blank')}}
{% for bill in bills %} {% endfor %}
Bills [add]
View Reference Account Issued From To kWh Net VAT Gross Type
View {{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}}
{% endblock %}