RKSV, Kassenbucht, etc.
This commit is contained in:
@@ -2353,7 +2353,12 @@ Public Class cRKSV
|
||||
KBEntryEC.Konto = PERSONAL.KassenbuchNr
|
||||
End If
|
||||
|
||||
KBEntryEC.Buchungstext = "Umb. BK/KASSA"
|
||||
Dim Buchungstext As String = "Umb.BK / KASSA"
|
||||
if BELEG.ECZahlungsNr IsNot Nothing AndAlso BELEG.ECZahlungsNr <> "" Then
|
||||
Buchungstext &= " " & BELEG.ECZahlungsNr
|
||||
End If
|
||||
|
||||
KBEntryEC.Buchungstext = Buchungstext
|
||||
|
||||
KBEntryEC.Buchungsdatum = Now.ToShortDateString
|
||||
KBEntryEC.BelegDat = BELEG.BelegDat.ToShortDateString
|
||||
@@ -2473,7 +2478,7 @@ Public Class cRKSV
|
||||
|
||||
End If
|
||||
|
||||
End Sub
|
||||
End Sub
|
||||
|
||||
Private Shared Sub getDEBDaten(ByRef Mandant As String, ByRef DebKonto As Integer, ByRef c_sprache As String, ByRef c_ustidnr As String, ByRef c_zahlziel As String, ByRef si_tage As Integer, ByRef dec_skonto As Integer, ByRef si_ntage As Integer, ByRef SkontoDatum As Date, ByRef Nettodatum As Date)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user