select target for incoming invoice number

This commit is contained in:
Frederik Jaeckel 2025-01-07 16:08:44 +01:00
parent a94c678d33
commit e8cceb75c1
6 changed files with 73 additions and 2 deletions

View file

@ -41,3 +41,19 @@ msgstr "anderes Unternehmen akzeptieren"
msgctxt "help:document.incoming.configuration,accept_other_company:"
msgid "Accepts invoices created for a company other than the current one."
msgstr "Akzeptiert Rechnungen welche für ein anderes Unternehmen als das aktuelle erstellt wurden."
msgctxt "field:document.incoming.configuration,number_target:"
msgid "Invoice number"
msgstr "Rechnungsnummer"
msgctxt "help:document.incoming.configuration,number_target:"
msgid "Destination for the invoice number of the supplier invoice."
msgstr "Ziel für die Rechungsnummer der Lieferantenrechung."
msgctxt "selection:document.incoming.configuration,number_target:"
msgid "in the 'Reference' field"
msgstr "in das 'Referenz'-Feld"
msgctxt "selection:document.incoming.configuration,number_target:"
msgid "in the 'Number' field"
msgstr "in das 'Nummer'-Feld"

View file

@ -33,3 +33,20 @@ msgstr "Accept other company"
msgctxt "help:document.incoming.configuration,accept_other_company:"
msgid "Accepts invoices created for a company other than the current one."
msgstr "Accepts invoices created for a company other than the current one."
msgctxt "field:document.incoming.configuration,number_target:"
msgid "Invoice number"
msgstr "Invoice number"
msgctxt "help:document.incoming.configuration,number_target:"
msgid "Destination for the invoice number of the supplier invoice."
msgstr "Destination for the invoice number of the supplier invoice."
msgctxt "selection:document.incoming.configuration,number_target:"
msgid "in the 'Reference' field"
msgstr "in the 'Reference' field"
msgctxt "selection:document.incoming.configuration,number_target:"
msgid "in the 'Number' field"
msgstr "in the 'Number' field"