Automail, Ustva, etc.

This commit is contained in:
2026-08-06 14:32:42 +02:00
parent 078c378fd5
commit 7730dbd671
10 changed files with 265 additions and 128 deletions

View File

@@ -587,6 +587,7 @@ Public Class cUStVErstattungPositionen
Property UStVEr_VZ As Object = Nothing
Property UStVEr_RZVZ As Object = Nothing
Property UStVEr_Bank As Object = Nothing
Property UStVEr_Differenz As Object = Nothing
Public hasEntry = False
@@ -617,6 +618,7 @@ Public Class cUStVErstattungPositionen
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVEr_VZ", UStVEr_VZ))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVEr_RZVZ", UStVEr_RZVZ))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVEr_Bank", UStVEr_Bank))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("UStVEr_Differenz", UStVEr_Differenz))
Return list
End Function