{% extends "invoices/base.html" %} {% load bootstrap_pagination_tags %} {% load invoice_tags %} {% load base_filters %} {% block title %}{{ block.super }}{% trans 'Invoice Reports Overview' %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Date Period" %} | {% trans 'Total Amount Paid' %} | {% trans 'Total Credit Card Payment' %} | {% trans "Total Amount Not Paid" %} | {% trans 'Invoice Total' %} |
---|---|---|---|---|
{{ start_dt }} - {{ end_dt }}
{% if is_y2d %}
{% trans "(Year to Date)" %} {% endif %} |
{{ invoice_total_amount_paid|format_currency }} | {{ total_cc|format_currency }} | {{ invoice_total_balance|format_currency }} | {{ invoice_total_amount|format_currency }} |