Rechnugnsdruck AMBAR JAhr

This commit is contained in:
2025-01-03 11:07:47 +01:00
parent 6993674c03
commit 2fce417ec5
8 changed files with 232 additions and 197 deletions

View File

@@ -1,5 +1,6 @@

Imports System.Data.SqlClient
Imports System.Security.Cryptography.X509Certificates
Public Class cRechnungsnummern
Property SpeditionsbuchNr As String = "" 'FIRMA!
@@ -61,11 +62,14 @@ Public Class cRechnungsnummern
VonRechnungsNr = "5000000"
BisRechnungsNr = "5999999"
Case 24 ' AMBAR
VonRechnungsNr = "0000001"
BisRechnungsNr = "9999999"
VonRechnungsNr = BJ_short & "000001"
BisRechnungsNr = BJ_short & "999999"
Case 26 ' VERAG-UNISPED
VonRechnungsNr = BJ_short & "0000001"
BisRechnungsNr = BJ_short & "9999999"
Case Else
VonRechnungsNr = BJ_short & "0000001"
BisRechnungsNr = BJ_short & "9999999"
End Select
LfdRechnungsNr = VonRechnungsNr
'-------------------------------------