added freelancer invoice template (#254)
This commit is contained in:
@@ -116,14 +116,6 @@
|
||||
<target>User</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Footer
|
||||
-->
|
||||
<trans-unit id="footer.license">
|
||||
<source>footer.license</source>
|
||||
<target>All rights reserved.</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Error templates
|
||||
-->
|
||||
@@ -738,6 +730,14 @@
|
||||
<source>invoice.service_date</source>
|
||||
<target>Service date</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview">
|
||||
<source>invoice.preview</source>
|
||||
<target>Preview</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.preview_info">
|
||||
<source>invoice.preview_info</source>
|
||||
<target>The following entries will be included in your invoice:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.amount">
|
||||
<source>invoice.amount</source>
|
||||
<target>Quantity</target>
|
||||
@@ -746,6 +746,10 @@
|
||||
<source>invoice.total_rate</source>
|
||||
<target>Total price</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.unit_price">
|
||||
<source>invoice.unit_price</source>
|
||||
<target>Unit price</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.payment_terms">
|
||||
<source>label.payment_terms</source>
|
||||
<target>Terms of payment</target>
|
||||
@@ -762,6 +766,10 @@
|
||||
<source>invoice_renderer.timesheet</source>
|
||||
<target>Timesheet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice_renderer.freelancer">
|
||||
<source>invoice_renderer.freelancer</source>
|
||||
<target>Freelancer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.invoice_number_generator">
|
||||
<source>label.invoice_number_generator</source>
|
||||
<target>Invoicenumber-Generator</target>
|
||||
@@ -790,10 +798,30 @@
|
||||
<source>invoice.signature_customer</source>
|
||||
<target>Confirmation: Date / Name Customer / Signature</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invoice.total_working_time">
|
||||
<source>invoice.total_working_time</source>
|
||||
<target>Total duration</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.order_number">
|
||||
<source>label.order_number</source>
|
||||
<target>Order number</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.invoice_tax_number">
|
||||
<source>label.invoice_tax_number</source>
|
||||
<target>VAT no.:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.invoice_bank_account">
|
||||
<source>label.invoice_bank_account</source>
|
||||
<target>Bank account</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="label.invoice_salutation">
|
||||
<source>label.invoice_salutation</source>
|
||||
<target>
|
||||
Ladies and gentlemen,
|
||||
|
||||
I thank you for your order and charge for my services:
|
||||
</target>
|
||||
</trans-unit>
|
||||
|
||||
<!--
|
||||
Month names
|
||||
|
||||
Reference in New Issue
Block a user