eZoll, Sessions-Übersicht, Timas

This commit is contained in:
2026-05-26 09:37:30 +02:00
parent 6e91ef81b3
commit 850d64073b
7 changed files with 364 additions and 267 deletions

View File

@@ -79,6 +79,17 @@ Public Class frmMitarbTimas
txtEmail.Text = emp.email
txtMobiltel.Text = emp.phone2
txtMandantenNr.Text = emp.clientNumber
txtTimasID.Text = emp.ID
txtTimasID.ReadOnly = True
If emp.ID = avisoEmp.mit_timasId Then
txtTimasID.BackColor = Color.LightGreen
Else
txtTimasID.BackColor = Color.IndianRed
End If
'txtPersonalNr.Text = emp.pnr1