MS Sichtbeleg

This commit is contained in:
Developer01
2025-02-07 14:42:54 +01:00
parent 6a051f7a92
commit 6515e1811b
6 changed files with 315 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
Public Class XRechnungStrings
Public Const CommentSichtbeleg_DE_Row1 = "Achtung: dies ist ein technisch erstelltes Abbild einer digitalen Rechnung."
Public Const CommentSichtbeleg_DE_Row2 = "Die Darstellung basiert auf den Inhalten der xml-Datei, welche als Anhang in diese PDF integriert wurde!"
Public Const CommentSichtbeleg_EN_Row1 = "Please note: this is a technically created image of a digital invoice."
Public Const CommentSichtbeleg_EN_Row2 = "The representation is based on the contents of the xml file, which has been integrated into this PDF as an attachment!"
Public Const Seperator_Line = "-------------------------------------------------------------------------"
End Class