Reference | {{g_batch.reference}} |
---|---|
Description | {{g_batch.description}} |
Number Of Bills | {{ "{:,}".format(num_bills) }} |
Sum net GBP | {{ "£{:,}".format(sum_net_gbp) }} |
Sum VAT GBP | {{ "£{:,}".format(sum_vat_gbp) }} |
Sum gross GBP | {{ "£{:,}".format(sum_gross_gbp) }} |
Sum kWh | {{ "{:,}".format(sum_kwh) }} |
Custom Reports |
|
View | Reference | Account | Issued | Start Date | Finish Date | Bill Type | kWh | Net GBP | VAT GBP | Gross GBP | Breakdown | {% for i in range(max_reads) %}{{i}} MSN | {{i}} Unit | {{i}} Correction Factor | {{i}} Calorific Value | {{i}} Prev Date | {{i}} Prev Value | {{i}} Prev Type | {{i}} Pres Date | {{i}} Pres Value | {{i}} Pres Type | {% endfor %}
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
View | {{g_bill.reference}} | {{g_bill.account}} | {{g_bill.issue_date|hh_format}} | {{g_bill.start_date|hh_format}} | {{g_bill.finish_date|hh_format}} | {{g_bill.bill_type.code}} | {{g_bill.kwh}} | {{g_bill.net}} | {{g_bill.vat}} | {{g_bill.gross}} | {{g_bill.breakdown}} | {% for read in g_bill.g_reads %}{{read.msn}} | {{read.g_unit.code}} | {{read.correction_factor}} | {{read.calorific_value}} | {{read.prev_date|hh_format}} | {{read.prev_value}} | {{read.prev_type.code}} | {{read.pres_date|hh_format}} | {{read.pres_value}} | {{read.pres_type.code}} | {% endfor %}