{% extends "base.html" %} {% block title %}{{ pp.start_date|dateymd }} to {{ pp.end_date|dateymd }} Pay Period - BiweeklyBudget{% endblock %} {% block extra_head_css %} {% endblock %} {% block body %} {% include 'notifications.html' %}
{{ pp_prev_date|dateymd }} {{ pp_prev_suffix }} | {{ pp_curr_date|dateymd }} {{ pp_curr_suffix }} | {{ pp_next_date|dateymd }} {{ pp_next_suffix }} | {{ pp_following_date|dateymd }} {{ pp_following_suffix }} | {{ pp_last_date|dateymd }} {{ pp_last_suffix }} |
---|---|---|---|---|
{{ pp_prev_sums['remaining']|reddollars|safe }} | {{ pp_curr_sums['remaining']|reddollars|safe }} | {{ pp_next_sums['remaining']|reddollars|safe }} | {{ pp_following_sums['remaining']|reddollars|safe }} | {{ pp_last_sums['remaining']|reddollars|safe }} |
Budget | Amount | Allocated | Spent | Remaining |
---|---|---|---|---|
{{ budgets[k] }} | {{ budget_sums[k]['budget_amount']|dollars }} | {{ budget_sums[k]['allocated']|dollars }} | {{ budget_sums[k]['spent']|dollars }} | {{ budget_sums[k]['remaining']|reddollars|safe }} |
Budget | Balance |
---|---|
{{ budgets[k] }} | {{ standing[k]|reddollars|safe }} |
Date | Amount | Description | Account | Budget | Scheduled? | Reconciled? | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{ t['date']|dateymd }} | {{ t['amount']|dollars }} | {% if t['type'] == 'Transaction' %}{{ t['description'] }} ({{ t['id'] }}) | {% else %}(sched) {{ t['description'] }} ({{ t['id'] }}) | {% endif %}{{ t['account_name'] }} | {{ t['budgets']|budgetCell|safe }} | {% if t['type'] == 'Transaction' %} {% if t['sched_trans_id'] != None %}(from {{ t['sched_trans_id'] }}) | {% else %}{% endif %} {% else %} | make trans. | skip | {% endif %} {% if t['reconcile_id'] != None %}Yes ({{ t['reconcile_id'] }}) | {% else %}{% endif %} |