Bewital aktualisiert

This commit is contained in:
2026-03-03 16:06:16 +01:00
parent f5f97b8886
commit 6e47137a46
2 changed files with 116 additions and 0 deletions

31
Bewital/Const.groovy Normal file
View File

@@ -0,0 +1,31 @@
//// Allgemeine Konstante
//
// Groovy Definitionsdatei für alle benötigten Konfigurationen
//
//
//
public class Const
{
// DDF der Repositoryfelder
static final int gDDF_KundenName = 1;
static final int gDDF_KundenNr = 2;
static final int gDDF_Land = 4;
static final int gDDF_Artikelnummer = 12;
static final int gDDF_Artikelname = 13;
static final int gDDF_Mandant = 15;
static final int gDDF_MandantName = 19;
static final int gDDF_Vertreternummer = 32;
static final int gDDF_Vertretername = 35;
static final int gDDF_Mandant_VM = 65;
static final int gDDF_Vertragstyp_VM = 5;
}