Merge branch 'newMaster2024' of https://git.it.verag.ag/edv/SDL into newMaster2024

This commit is contained in:
2026-01-13 10:02:14 +01:00
27 changed files with 355 additions and 123 deletions

View File

@@ -67,6 +67,10 @@ Public Class cMSEAPI
End Function
Public Shared Function countBackToCustomerNotSet(SQL As SQL) As Integer
Return SQL.getValueTxtBySql("SELECT count(InvToCustomer) FROM [tblMSEInvoices] where InvToCustomer Is null ", "FMZOLL",,, -1)
End Function

View File

@@ -934,10 +934,10 @@ Public Class cTimasAPI
Select Case inout
Case "in"
entryType = "KOMMT" & IIf(art = 0, "(Büro)", "") & IIf(art = 3, "(Homeoffice)", "")
entryType = "KOMMT" & IIf(art = 0, " (Büro)", "") & IIf(art = 3, " (Homeoffice)", "")
Case "out"
entryType = "GEHT"
entryType = "GEHT" & IIf(art = 15, " (Länger gearbeitet)", "")
Case Else
entryType = "falscher ErfassgsTyp: " & inout