Aliquote Urlaubsberechnung, Asfinag, Timas
This commit is contained in:
@@ -1,22 +1,4 @@
|
||||
|
||||
Imports System.DirectoryServices
|
||||
Imports System.Globalization
|
||||
Imports System.IO
|
||||
Imports System.Net
|
||||
Imports System.Net.Http
|
||||
Imports System.Net.WebRequestMethods
|
||||
Imports System.Security.Cryptography
|
||||
Imports System.Security.Policy
|
||||
Imports System.Text
|
||||
Imports System.Text.RegularExpressions
|
||||
Imports System.Windows
|
||||
Imports System.Windows.Forms.VisualStyles.VisualStyleElement.StartPanel
|
||||
Imports DAKOSY_Worker.DEERRE
|
||||
Imports DocumentFormat.OpenXml.Spreadsheet
|
||||
Imports GrapeCity.ActiveReports.ReportsCore.Tools
|
||||
Imports itextsharp.text.pdf.codec.wmf
|
||||
Imports Microsoft.VisualBasic.ApplicationServices
|
||||
Imports Newtonsoft.Json
|
||||
Imports VERAG_PROG_ALLGEMEIN
|
||||
|
||||
Public Class frmMitarbTimas
|
||||
@@ -91,6 +73,7 @@ Public Class frmMitarbTimas
|
||||
txtTelNr.Text = emp.phone1
|
||||
txtEmail.Text = emp.email
|
||||
txtMobiltel.Text = emp.phone2
|
||||
txtMandantenNr.Text = emp.clientNumber
|
||||
|
||||
'txtPersonalNr.Text = emp.pnr1
|
||||
|
||||
@@ -152,6 +135,7 @@ Public Class frmMitarbTimas
|
||||
emp.phone2 = txtMobiltel.Text
|
||||
emp.info = txtInfo.Text
|
||||
emp.card = txtCard.Text
|
||||
emp.clientNumber = txtMandantenNr.Text
|
||||
|
||||
|
||||
If cbxEinsteigsDat.Checked Then emp.entryDate = datEinstiegsdatum.Text Else emp.entryDate = "null"
|
||||
|
||||
Reference in New Issue
Block a user