Mahnlauf, FaktMail, EORI-Antrag NEU, Offerte, CBAM, MDM-USTVAntrag

This commit is contained in:
2025-05-23 15:15:09 +02:00
parent 44c87e5060
commit 9a1300ba92
19 changed files with 2106 additions and 519 deletions

View File

@@ -4107,7 +4107,9 @@ Public Class frmMDMDatenverarbetiung
and ( Offertenpositionen.OffertenNr=17 or Offertenpositionen.OffertenNr=21) where cast(tblIDSTransactionsNew.YearMonthDay As Date) = '" & DateTimePicker2.Text & "' and tblIDSTransactionsNew.KdNrVERAG = " & kundenNr & " and
Offertenpositionen.LeistungsNr is null Group by Leistungen.LeistungsNr, Leistungen.LeistungsBez,tblIDSTransactionsNew.KdNrVERAG, Offertenpositionen.LeistungsNr, Offertenpositionen.LeistungsBez ) as t1"
Dim fehlendeLeistungsNr As Integer = CInt((New SQL).getValueTxtBySql(sqlStringfehlendeLeistungsNr, "FMZOLL"))
If fehlendeLeistungsNr > 0 Then counter += fehlendeLeistungsNr
If fehlendeLeistungsNr > 0 Then
counter += fehlendeLeistungsNr
End If
End If
Next