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>Rechnungsdokument</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>Achtung: existierende Dateien werden übschrieben. Erlaubte Dateitypen sind: DOCX, ODS, XLSX</target>
</trans-unit>
<!-- Optgroups -->
<trans-unit id="programmatic">
<source>programmatic</source>
<target>Zur Weiterverarbeitung</target>
</trans-unit>
<trans-unit id="Html">
<source>Html</source>
<target>HTML (zum Drucken 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 (Tabelle)</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>Rechnung (Standard)</target>
<target>Rechnung</target>
</trans-unit>
<trans-unit id="default-pdf">
<source>default-pdf</source>
<target>Rechnung</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 Tabellendokument</target>
<target>Rechnung</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel Tabelle</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>Datenexport</target>
<target>Rechnung</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Firmen-Rechnung</target>
</trans-unit>
<trans-unit id="help.upload">
<source>help.upload</source>
<target>Achtung: existierende Dateien werden übschrieben. Erlaubte Dateitypen sind: DOCX, ODS, XLSX</target>
<target>Rechnung</target>
</trans-unit>
</body>
</file>