Merge branch 'master' of https://verag.visualstudio.com/AVISO/_git/AVISO
This commit is contained in:
@@ -599,10 +599,10 @@ Public Class frmHauptfenster
|
|||||||
Dim timas As New cTimasAPI
|
Dim timas As New cTimasAPI
|
||||||
Dim infoMessage As New DataTable
|
Dim infoMessage As New DataTable
|
||||||
Dim timeEntryExisting As Boolean = False
|
Dim timeEntryExisting As Boolean = False
|
||||||
Dim isEndpointRunning As Boolean
|
Dim isEndpointRunning As Boolean = True
|
||||||
timas.getTimeEntries(cAllgemein.MITARBEITER.mit_timasId, infoMessage, timeEntryExisting,, isEndpointRunning)
|
timas.getTimeEntries(cAllgemein.MITARBEITER.mit_timasId, infoMessage, timeEntryExisting,, isEndpointRunning)
|
||||||
If Not timeEntryExisting AndAlso isEndpointRunning Then
|
If Not timeEntryExisting AndAlso isEndpointRunning Then
|
||||||
Dim a As MsgBoxResult = MsgBox("Für " & VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME & " wurde heute noch keine Zeit erfasst" & vbNewLine & Now.ToString() & "als Startzeit erfassen?", vbYesNo)
|
Dim a As MsgBoxResult = MsgBox("Für " & VERAG_PROG_ALLGEMEIN.cAllgemein.USRKURZNAME & " wurde heute noch keine Zeit erfasst" & vbNewLine & Now.ToString() & " als Startzeit erfassen?", vbYesNo)
|
||||||
If a = vbYes Then
|
If a = vbYes Then
|
||||||
Dim info
|
Dim info
|
||||||
timas.setTimeEntry(cAllgemein.MITARBEITER, Now, info, "in")
|
timas.setTimeEntry(cAllgemein.MITARBEITER, Now, info, "in")
|
||||||
|
|||||||
Reference in New Issue
Block a user