Bill Details (go to
Finance Tracker
)
New Bill Type
{% for bf in bill_freqs %}
{{bf.name}}
{% endfor %}
Save
Cancel
Name >
Frequency >
Annual Growth Est >
Actions >
{% for bt in bill_types %}
{% for bf in bill_freqs %}
{{bf.name}}
{% endfor %}
Change
Delete
Save
Cancel
{% endfor %}
New Bill
{% for bt in bill_types %}
{{bt.name}}
{% endfor %}
Save
Cancel
{% for bt in bill_types %}
{{bt.name}}
{% endfor %}
{% for bt in bill_types %} {% if loop.first %}
{% else %}
{% endif %} {% for bd in bill_data %} {% if loop.first %}
Name >
Date >
Amount >
Actions >
{% endif %} {% if bd.bill_type_id == bt.id %}
Change
Delete
Save
Cancel
{% endif %} {% endfor %}
{% endfor %}