{% extends 'allianceauth/base.html' %}
{% load i18n %}
{% load humanize %}
{% load invoices %}
{% block page_title %}{% invoice_app_name %}{% endblock %}
{% block content %}
All Payments are to be made to {{ recipt_corp }}
All payments made to other places will not be receipted!
All Payments MUST include the Reference in the Reason Field
Contact an Admin for assistance, if you made an error
All Payments are to be made to {{ recipt_corp }}
All payments made to other places will not be receipted!
All Payments MUST include the Reference in the Reason Field
Contact an Admin for assistance, if you made an error
Paid |
Outstanding |
Overdue |
Character | Corporation | Amount | Reference | Due Date | Note | Paid | {% for inv in invoices %}|
---|---|---|---|---|---|---|---|
{{inv.character}} {{inv.character.character_ownership.user.profile.main_character.character_name}} |
{{inv.character.character_ownership.user.profile.main_character.corporation_name}} | {{inv.amount|intcomma}} | {{inv.invoice_ref}} | {{inv.due_date|date:"Y-m-d h:i"}} | {{inv.note}} | No | |
{{inv.character}} {{inv.character.character_ownership.user.profile.main_character.character_name}} |
{{inv.character.character_ownership.user.profile.main_character.corporation_name}} | {{inv.amount|intcomma}} | {{inv.invoice_ref}} | {{inv.due_date|date:"Y-m-d h:i"}} | Paid: {{inv.payment.date|date:"Y-m-d h:i"}} | Yes |
Character | Corporation | Alliance | Amount | Reference | Due Date | Note | Character | Main Character | {% for inv in admin_invoices %}|
---|---|---|---|---|---|---|---|---|---|
{{inv.character}} {{inv.character.character_ownership.user.profile.main_character.character_name}} |
{{inv.character.corporation_name}} | {{inv.character.alliance_name}} | {{inv.amount|intcomma}} | {{inv.invoice_ref}} | {{inv.due_date|date:"Y-m-d h:i"}} | {{inv.note}} | {{inv.character}} | {{inv.character.character_ownership.user.profile.main_character.character_name}} |