bugfix cDHF_Anhaenge.docID, aliqu Urlaubsrechner
This commit is contained in:
@@ -1349,10 +1349,10 @@ Public Class frmMitarbDetails
|
||||
Dim days As Double = span.TotalDays
|
||||
Dim uansp As Double = 0
|
||||
Dim aliquU As Double = 0
|
||||
If IsNumeric(txtUrlaubsabsp.Text) Then uansp = txtUrlaubsabsp.Text
|
||||
|
||||
calcUrlaubsabspruch(cbUrlaubInStund.Checked)
|
||||
If days > 0 AndAlso uansp > 0 Then
|
||||
calcUrlaubsabspruch(cbUrlaubInStund.Checked)
|
||||
If IsNumeric(txtUrlaubsabsp.Text) Then uansp = txtUrlaubsabsp.Text
|
||||
If Not cbUrlaubInStund.Checked Then
|
||||
aliquU = Math.Round((uansp / 365) * span.TotalDays, 2, MidpointRounding.AwayFromZero)
|
||||
txtaliquUA.Text = aliquU
|
||||
|
||||
Reference in New Issue
Block a user