Kassenbuch, ustva, Erstattungsschreiben

This commit is contained in:
2025-01-08 14:42:54 +01:00
parent fc538afc19
commit be6487d129
8 changed files with 14 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
Imports DocumentFormat.OpenXml.Drawing
Imports SDL.RKSVServer
Imports SDL.RKSVServer
Public Class frmKassenbuch
Dim SQL As New SQL
@@ -630,6 +629,8 @@ Public Class frmKassenbuch
print.Text = "Kassenbuch"
Dim rpt As New rptKassenbuchKontenBericht
rpt.PageSettings.PaperKind = GrapeCity.ActiveReports.Printing.PaperKind.A4
Dim frmVonBis As New frmKasseBerichtVonBis
If frmVonBis.ShowDialog(Me) <> Windows.Forms.DialogResult.OK Then
Exit Sub