EZOLL, Spedbuch, etc.

This commit is contained in:
2026-05-20 11:14:34 +02:00
parent e2a1178c3e
commit 2ebb045ef6

View File

@@ -133,6 +133,7 @@ Public Class cSpeditionsbuch
Property AbfertigungsanzahlPos As Object = Nothing
Property Barzahlungsbetrag As Double = 0
' Property Sachbearbeiter As String = ""
<VBFixedString(15)> Public Sachbearbeiter As String = ""
Property Personalnummer As Object = Nothing 'int=-1
Property PersonalnummerQS As Object = Nothing 'int=-1
@@ -190,6 +191,8 @@ Public Class cSpeditionsbuch
Property Zollstelle As Object = Nothing
Property Zollsystem_Land As Object = Nothing
Property AUTO_created As Boolean = False
Property UNTERPOS As New List(Of cSpeditionsbuchUnterPos)
Property VORKOSTEN As New List(Of cVorkosten)
Property ENDEMPFAENGER As New List(Of cEndEmpfaener)