{% extends "base.html" %} {% block title %} » Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bills » {{bill.id}} » Add Read {% endblock %} {% block nav %} Supplier Contracts » {{bill.batch.contract.name}} » Batches » {{bill.batch.reference}} » Bill {{bill.id}} » Add Read {% endblock %} {% block content %}

Add New Register Read

{{input_text('mpan', '')}}
{{input_text('coefficient', '1')}}
{{input_text('msn', '1')}}
{{input_text('units', 'kWh')}}
Previous Read
{{input_date('previous', None)}}
{{input_text('previous_value', 0)}}
Present Read
{{input_date('present', None)}}
{{input_text('present_value', 0)}}
{% endblock %}