{% extends "base.html" %} {% block title %} » CSV Register Reads {% endblock %} {% block nav %} CSV Register Reads {% endblock %} {% block content %}
Download {{input_text('months', 1, 2, 2)}} {{input_date('end', init, resolution='month')}}

A register read has both a previous and present reading. A read will appear in the report if either the previous or present reading date falls within the reporting period. The reason is that it may be that a reading only appears as a previous reading (if the supply is new for example).

{% endblock %}