{% 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 | Date Created | Number Of Bills | Sum net GBP | Sum VAT GBP | VAT Breakdown | Sum gross GBP | Sum kWh | Download Bills | Custom Reports | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{batch.reference}} | {{batch.description}} | {{batch.date_created|date_format('microsecond_res')}} | {{ "{:,}".format(num_bills) }} | {{ "£{:,}".format(sum_net_gbp) }} | {{ "£{:,}".format(sum_vat_gbp) }} |
|
{{ "£{:,}".format(sum_gross_gbp) }} | {{ "{:,}".format(sum_kwh) }} | Download |
{% if batch_reports %}
|
| View | Filename | Upload Timestamp | Parser Name |
|---|---|---|---|
| View | {{file.filename}} | {{file.upload_timestamp|date_format}} | {{file.parser_name}} |
| View | Id | {% for id in importer_ids %}
|---|---|
| View | {{id}} |
| View | Date Created | Created By | Title | {% for report_run in report_runs %}
|---|---|---|---|
| View | {{report_run.date_created|date_format}} | {{report_run.creator}} | {{report_run.title}} |
| View | Reference | Account | Issued | From | To | kWh | Net | VAT | Gross | Type |
|---|---|---|---|---|---|---|---|---|---|---|
| View | {{bill.reference}} | {{bill.account}} | {{bill.issue_date|date_format}} | {{bill.start_date|date_format}} | {{bill.finish_date|date_format}} | {{bill.kwh}} | {{bill.net}} | {{bill.vat}} | {{bill.gross}} | {{bill.bill_type.code}} |