plose, MDMDateneinarbeitung(PLOSE)

This commit is contained in:
2025-01-31 15:10:51 +01:00
parent 1b9a79da5e
commit d524f1a6d3
3 changed files with 72 additions and 16 deletions

View File

@@ -24,9 +24,9 @@ Public Class cPLOSE_Inv_Data
Property plInv_Currency As Object = Nothing
Property plInv_daId As Object = Nothing
Property plInv_tstmp As DateTime = Now
Property plInv_UStVAn_ID As Object = Nothing
Property plInv_Archiv As Object = Nothing
Property plInv_ArchiviertDatum As Object = Nothing
Public hasEntry = False
@@ -65,6 +65,9 @@ Public Class cPLOSE_Inv_Data
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Currency", plInv_Currency))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_daId", plInv_daId))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_tstmp", plInv_tstmp))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_UStVAn_ID", plInv_UStVAn_ID))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_Archiv", plInv_Archiv))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("plInv_ArchiviertDatum", plInv_ArchiviertDatum))
Return list
End Function