Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 715 Bytes

File metadata and controls

22 lines (14 loc) · 715 Bytes

{{page.title}}

This invoice is for work performed by {{site.person_name}} as a {{site.person_title}} for GitHub.

Invoice Number: {{ page.invoice_number }}
Date: {{ page.date | date_to_string }}
For period: {{ page.period }}

Service Fee Amounts

{% assign total = 0 %} |Description|Amount| |--|--:|{% for item in page.invoice_line_items %}{% assign total = total | plus:item.value %} |{{item.title}}|{{item.value}} {{page.invoice_currency}}|{% endfor %} |Total:|{{total}} {{page.invoice_currency}}|

Bank/Wire Information

{{page.invoice_payment_info}}