div. Änderungen

This commit is contained in:
2024-05-14 10:44:36 +02:00
parent 5e3b74a19f
commit 1c51d948a9
10 changed files with 247 additions and 165 deletions

View File

@@ -541,6 +541,8 @@ Public Class cRechnungsausgang
End If
End If
'checkFirmen
Return True
End Function

View File

@@ -21,6 +21,7 @@ Public Class cUeberstunden
Property uest_overwriteValue As Boolean
Property uest_paidout_sum As Object = Nothing
Property uest_isParttime As Boolean
Property uest_ignorePayoutDate As Boolean
Public hasEntry = False
@@ -59,6 +60,7 @@ Public Class cUeberstunden
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_overwriteValue", uest_overwriteValue))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_paidout_sum", uest_paidout_sum))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_isParttime", uest_isParttime))
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("uest_ignorePayoutDate", uest_ignorePayoutDate))
Return list
End Function