added pdf template and other invoice improvements (#1693)

This commit is contained in:
Kevin Papst
2020-05-10 16:19:59 +02:00
committed by GitHub
parent 4e1ffedc20
commit e3749c8e8f
45 changed files with 561 additions and 89 deletions

View File

@@ -6,9 +6,59 @@
<source>label.invoice_renderer</source>
<target>Invoice document</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>Attention: existing files will be overwritten. Allowed file types are: DOCX, ODS, XLSX.</target>
</trans-unit>
<!-- Optgroups -->
<trans-unit id="programmatic">
<source>programmatic</source>
<target>For further processing</target>
</trans-unit>
<trans-unit id="Html">
<source>Html</source>
<target>HTML (for printing via Browser)</target>
</trans-unit>
<trans-unit id="Docx">
<source>Docx</source>
<target>Microsoft Word (Docx)</target>
</trans-unit>
<trans-unit id="Xls">
<source>Xls</source>
<target>Microsoft Excel (Xls)</target>
</trans-unit>
<trans-unit id="Ods">
<source>Ods</source>
<target>Open Office (Spreadsheet)</target>
</trans-unit>
<trans-unit id="Xlsx">
<source>Xlsx</source>
<target>Microsoft Excel (Xlsx)</target>
</trans-unit>
<trans-unit id="Pdf">
<source>Pdf</source>
<target>PDF</target>
</trans-unit>
<!-- Renderer -->
<trans-unit id="default">
<source>default</source>
<target>Invoice (default)</target>
<target>Invoice</target>
</trans-unit>
<trans-unit id="default-pdf">
<source>default-pdf</source>
<target>Invoice</target>
</trans-unit>
<trans-unit id="xml">
<source>xml</source>
<target>XML</target>
</trans-unit>
<trans-unit id="javascript">
<source>javascript</source>
<target>JSON</target>
</trans-unit>
<trans-unit id="text">
<source>text</source>
<target>Text</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
@@ -20,23 +70,15 @@
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>Calc Spreadsheet</target>
<target>Invoice</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>Data export</target>
<target>Invoice</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Company invoice</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>Attention: existing files will be overwritten. Allowed file types are: DOCX, ODS, XLSX.</target>
<target>Invoice</target>
</trans-unit>
</body>
</file>