Rechnungs, fakt, Kundenblatt, etc.

This commit is contained in:
2025-06-17 10:09:26 +02:00
parent 0ba8990907
commit e2670a357e
6 changed files with 273 additions and 225 deletions

View File

@@ -1007,6 +1007,10 @@ Public Class cRechnungsausgangAnhaenge
Return SQL.doSQLVarList(getInsertCmd, "FMZOLL", showError, list)
End Function
Public Function DELETE(RK_ID As Integer, DSIS As Integer) As Boolean
Return SQL.doSQLVarList("DELETE FROM RechnungsausgangAnhaenge where RK_ID = " & RK_ID & " and dsId = " & DSIS, "FMZOLL")
End Function
Public Function getInsertCmd() As String