Sichtbeleg Logging

This commit is contained in:
Developer01 2025-06-24 14:51:40 +02:00
parent c0054d41ae
commit e7a7c45430

View File

@ -130,22 +130,22 @@ Public Class XRechnungViewDocument
If oArea = "TYPE" Then
oAREACaption = $"{Return_InvType(oItemValue)} [{oItemValue}]"
ElseIf oArea = "SELLER" Then
oAREACaption = "Verkäufer / Seller:"
oAREACaption = "Verkäufer/Seller:"
ElseIf oArea = "BUYER" Then
oAREACaption = "Käufer / Buyer:"
oAREACaption = "Käufer/Buyer:"
ElseIf oArea = "POSITION" Then
oAREACaption = "Positionen / Positions:"
oAREACaption = "Positionen/Positions:"
oIsPosition = True
ElseIf oArea = "AMOUNT" Then
oAREACaption = "Beträge / Amounts:"
oAREACaption = "Beträge/Amounts:"
oCreateTextBox = True
ElseIf oArea = "TAXPOS" Then
oAREACaption = "Steuerbeträge / Tax amounts:"
oAREACaption = "Steuerbeträge/Tax amounts:"
oIsPosition = True
ElseIf oArea = "PAYMENT" Then
oAREACaption = "Zahlungsinformationen / Payment details:"
oAREACaption = "Zahlungsinformationen/Payment details:"
ElseIf oArea = "EXEMPTION" Then
oAREACaption = "UST.-Befreiungsgrund / Exemption reason:"
oAREACaption = "USt.-Befreiungsgrund/Exemption reason:"
Else
oAREACaption = String.Empty
End If