Fiskalubersicht, ATEZ-API und Timas API
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<SignAssembly>false</SignAssembly>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<AssemblyOriginatorKeyFile>SDL_TemporaryKey.pfx</AssemblyOriginatorKeyFile>
|
||||
<AssemblyOriginatorKeyFile>Test.pfx</AssemblyOriginatorKeyFile>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Accessibility" />
|
||||
|
||||
@@ -678,7 +678,7 @@ Public Class usrcntlFiskaluebersicht
|
||||
Private Sub txtVM_TextChanged(sender As Object, e As EventArgs) Handles txtVM.TextChanged
|
||||
If txtVM._value <> "" Then
|
||||
Dim a As Date = Date.ParseExact(txtVM._value, "dd.MM.yyyy", System.Globalization.DateTimeFormatInfo.InvariantInfo)
|
||||
If a > fk.FK_Datum.AddDays(-daysWithinDocumentAreValid) Then
|
||||
If a > fk.FK_Datum.AddYears(-2) Then 'Vollmacahten sollten grundsätzlich 2 Jahre ab Austellung gültig sein!
|
||||
cbxVollmacht.Checked = True
|
||||
txtVM.ForeColor = Color.Black
|
||||
Else
|
||||
|
||||
Reference in New Issue
Block a user