CBAM
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
|
||||
Sub insertBELEGALT(KASSE As cRKSV_Kasse, betrag As Double)
|
||||
Dim BELEG_ALT As New EABeleg(PERSONAL.Mandant, PERSONAL.Niederlassung, PERSONAL.ID) '!!!!!!!!!!!!!!!!
|
||||
BELEG_ALT.BelegDat = cRKSV.getGJ_EndOfYear(NumericUpDown.Value).ToShortDateString 'CDate("31.01." & NumericUpDown1.Value)
|
||||
BELEG_ALT.BelegDat = cRKSV.getGJ_EndOfYear(NumericUpDown.Value, KASSE.rksv_firma).ToShortDateString 'CDate("31.01." & NumericUpDown1.Value)
|
||||
|
||||
If txtxAbwBetragALT._value <> "" AndAlso IsNumeric(txtxAbwBetragALT._value) Then betrag = txtxAbwBetragALT._value
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
End Sub
|
||||
Sub insertBELEGNEU(KASSE As cRKSV_Kasse, betrag As Double)
|
||||
Dim BELEG_NEU As New EABeleg(PERSONAL.Mandant, PERSONAL.Niederlassung, PERSONAL.ID) '!!!!!!!!!!!!!!!!
|
||||
BELEG_NEU.BelegDat = cRKSV.getGJ_BeginOfYear(NumericUpDown1.Value).ToShortDateString '' CDate("01.02." & NumericUpDown1.Value)
|
||||
BELEG_NEU.BelegDat = cRKSV.getGJ_BeginOfYear(NumericUpDown1.Value, KASSE.rksv_firma).ToShortDateString '' CDate("01.02." & NumericUpDown1.Value)
|
||||
BELEG_NEU.Beleg_TYP = "E"
|
||||
BELEG_NEU.Belegart = 1 'EINGANG
|
||||
BELEG_NEU.rksv_aktiv = KASSE.rksv_aktiv
|
||||
|
||||
Reference in New Issue
Block a user