diverse Baustellen
This commit is contained in:
@@ -4,7 +4,7 @@ Public Class cKassenbuch
|
||||
Property Mandant As String = "VERA"
|
||||
Property Niederlassung As String = "SUB"
|
||||
Property Benutzer As Integer = -1
|
||||
Property Geschäftsjahr As Integer = cRKSV.getGJ(Now) ' IIf(Now.Month = 1, Now.Year - 1, Now.Year)
|
||||
Property Geschäftsjahr As Integer = cRKSV.getGJ_FIRMA(Now, VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA) ' cRKSV.getGJ(Now) ' IIf(Now.Month = 1, Now.Year - 1, Now.Year)
|
||||
Property JournalNr As Integer = -1
|
||||
Property Buchungsdatum As Object = Nothing
|
||||
Property BelegDat As Object = Nothing
|
||||
|
||||
@@ -1014,7 +1014,7 @@ Public Class cRKSV
|
||||
|
||||
End Function
|
||||
|
||||
Shared Function getGJ(BelegDat As Date, Optional FIRMA_ID As Integer = -1) As Integer
|
||||
Shared Function getGJ(BelegDat As Date, FIRMA_ID As Integer) As Integer
|
||||
'If FIRMA = "" Then FIRMA = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
|
||||
Select Case FIRMA_ID
|
||||
Case -1, 1, 3, 11, 7, 15 'Abweichendes WJ
|
||||
|
||||
Reference in New Issue
Block a user