Datev Schnittstelle in RoutineManager

This commit is contained in:
2023-02-13 15:27:51 +01:00
parent 318c7b9906
commit bf41efeb3c
2 changed files with 123 additions and 29 deletions

View File

@@ -3296,4 +3296,10 @@ Public Class frmStartOptions
f.ShowDialog()
Me.Visible = True
End Sub
Private Sub Button17_Click(sender As Object, e As EventArgs) Handles Button17.Click
VERAG_PROG_ALLGEMEIN.cAllgemein.TESTSYSTEM = cbxDatevTestsystem.Checked
VERAG_PROG_ALLGEMEIN.cDatev_Interface.genDatensatzCSV_ALL(cbxDatevOpen.Checked, cbxDatevDebitoren.Checked, cbxDatenBuchungen.Checked)
End Sub
End Class