Skip to content

Instantly share code, notes, and snippets.

@ratM1n
Created April 26, 2017 06:01
Show Gist options
  • Save ratM1n/893ad373907cf489e8495f2890bd52ce to your computer and use it in GitHub Desktop.
Save ratM1n/893ad373907cf489e8495f2890bd52ce to your computer and use it in GitHub Desktop.
example invoice in English and in Estonian
<invoices>
<!-- Period (UTC) : 2017-02-28 22:00:00 to 2017-03-31 21:00:00 -->
<!-- Executed at : Sat Apr 1 00:00:01 2017 -->
<invoice Number="10001" InvoiceDate="2017-03-31" PaymentTerm="E" CustomerCode="REGISTRARDIRECTOCODE" Language="ENG" Currency="EUR" SalesAgent="SALESPERSONNAME">
<line RN="1" RR="1" ProductName="Domain registrations - March 2017" />
<line RN="2" RR="2" ProductID="01EE" Quantity="34" Unit="tk" ProductName=".ee registrations: 1 year" UnitPriceWoVAT="6.00" />
<line RN="3" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registrations: 3 years" UnitPriceWoVAT="6.00" />
<line RN="4" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registrations: 3 years" UnitPriceWoVAT="6.00" StartDate="2018-03-31" EndDate="2018-03-31" />
<line RN="5" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registrations: 3 years" UnitPriceWoVAT="6.00" StartDate="2019-03-31" EndDate="2019-03-31" />
<line RN="6" RR="6" ProductID="02COM" Quantity="1" Unit="tk" ProductName=".com.ee registrations: 1 year" UnitPriceWoVAT="6.00" />
<line RN="7" RR="7" ProductID="ETTEM06" Quantity="-1" Unit="tk" ProductName="Domain registrations prepayment" UnitPriceWoVAT="228.00" />
</invoice>
<invoice Number="10002" InvoiceDate="2017-03-31" PaymentTerm="E" CustomerCode="REGISTRARDIRECTOCODE" Language="" Currency="EUR" SalesAgent="SALESPERSONNAME">
<line RN="1" RR="1" ProductName="Domeenide registreerimine - Märts 2017" />
<line RN="2" RR="2" ProductID="01EE" Quantity="34" Unit="tk" ProductName=".ee registreerimine: 1 aasta" UnitPriceWoVAT="6.00" />
<line RN="3" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registreerimine: 3 aastat" UnitPriceWoVAT="6.00" />
<line RN="4" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registreerimine: 3 aastat" UnitPriceWoVAT="6.00" StartDate="2018-03-31" EndDate="2018-03-31" />
<line RN="5" RR="3" ProductID="01EE" Quantity="1" Unit="tk" ProductName=".ee registreerimine: 3 aastat" UnitPriceWoVAT="6.00" StartDate="2019-03-31" EndDate="2019-03-31" />
<line RN="6" RR="6" ProductID="02COM" Quantity="1" Unit="tk" ProductName=".com.ee registreerimine: 1 aasta" UnitPriceWoVAT="6.00" />
<line RN="7" RR="7" ProductID="ETTEM06" Quantity="-1" Unit="tk" ProductName="Domeenide ettemaks" UnitPriceWoVAT="228.00" />
</invoice>
</invoices>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment