tradeInvoice, Kundenubersicht, fakt, etc.
This commit is contained in:
@@ -1349,7 +1349,7 @@ Public Class usrCntlKundenuebersicht
|
||||
|
||||
Try
|
||||
For Each r As DataGridViewRow In .Rows
|
||||
If DateDiff(DateInterval.Day, CDate(r.Cells("Datum").Value), Now) > zahlungsziel Then
|
||||
If DateDiff(DateInterval.Day, CDate(r.Cells("Datum").Value), Now) >= zahlungsziel Then 'vpm > auf >= für Anfrage Anna.
|
||||
If CDbl(r.Cells("Betrag").Value) > 0 Then sumZZ += CDbl(r.Cells("Betrag").Value)
|
||||
Else
|
||||
If CDbl(r.Cells("Betrag").Value) > 0 Then sumNOTZZ += CDbl(r.Cells("Betrag").Value)
|
||||
|
||||
Reference in New Issue
Block a user