API Einstellungen, Überstundenauszahlung, Sammelrechnungsdruck, etc
This commit is contained in:
@@ -908,7 +908,7 @@ Public Class frmMitarbDetails
|
||||
|
||||
ZOLLDATENBEARB = True
|
||||
ElseIf tbcntr.SelectedIndex = 3 Then
|
||||
timas = New VERAG_PROG_ALLGEMEIN.cTimasAPI()
|
||||
timas = New VERAG_PROG_ALLGEMEIN.cTimasAPI("timas")
|
||||
|
||||
If IsNothing(mitarbeiter.mit_timasId) Then
|
||||
cbxTimasAngelegt.Checked = False
|
||||
@@ -921,6 +921,7 @@ Public Class frmMitarbDetails
|
||||
|
||||
btnMAanlegen.Visible = Not cbxTimasAngelegt.Checked
|
||||
txtLohnNr.Enabled = Not cbxTimasAngelegt.Checked
|
||||
txtClientNr.Enabled = Not cbxTimasAngelegt.Checked
|
||||
dgvData.Visible = Not cbxTimasAngelegt.Checked
|
||||
TabControl1.Visible = Not cbxTimasAngelegt.Checked
|
||||
rtfInfoTimas.Visible = cbxTimasAngelegt.Checked
|
||||
@@ -964,7 +965,7 @@ Public Class frmMitarbDetails
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Dim cs = New cCreditSafeAPI
|
||||
Dim cs = New cCreditSafeAPI("creditsafe")
|
||||
Dim statuscode = cs.authenticate(txtCSUser.Text, txtCSPW.Text)
|
||||
Select Case statuscode
|
||||
|
||||
@@ -1210,6 +1211,7 @@ Public Class frmMitarbDetails
|
||||
|
||||
btnMAanlegen.Visible = Not cbxTimasAngelegt.Checked
|
||||
txtLohnNr.Enabled = Not cbxTimasAngelegt.Checked
|
||||
txtClientNr.Enabled = Not cbxTimasAngelegt.Checked
|
||||
dgvData.Visible = Not cbxTimasAngelegt.Checked
|
||||
rtfInfoTimas.Visible = cbxTimasAngelegt.Checked
|
||||
btngetInfo.Visible = cbxTimasAngelegt.Checked
|
||||
@@ -1252,7 +1254,7 @@ Public Class frmMitarbDetails
|
||||
|
||||
If txtLohnNr.Text = "" Then
|
||||
|
||||
If Not vbYes = MsgBox("Möchten Sie den Mitarbeiter ohne Lohnnummer anlegen?" & vbNewLine & "Ohne Lohnnummer kann kein Ableich ins Lohnsystem erfolgen!", vbYesNoCancel) Then
|
||||
If Not vbYes = MsgBox("Möchten Sie den Mitarbeiter ohne Lohnnummer anlegen?" & vbNewLine & "Ohne Lohnnummer kann kein Abgleich ins Lohnsystem erfolgen!", vbYesNoCancel) Then
|
||||
Return False
|
||||
End If
|
||||
|
||||
@@ -1301,10 +1303,6 @@ Public Class frmMitarbDetails
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub PictureBox9_Click_1(sender As Object, e As EventArgs)
|
||||
Dim webAddress As String = "https://zeit.verag.ag/"
|
||||
Process.Start(webAddress)
|
||||
End Sub
|
||||
|
||||
Private Sub TabControl1_SelectedIndexChanged(sender As Object, e As EventArgs) Handles TabControl1.SelectedIndexChanged
|
||||
If dgvData Is Nothing And dgvData.Rows.Count < 1 Then Exit Sub
|
||||
|
||||
Reference in New Issue
Block a user