Bewital aktualisiert
This commit is contained in:
31
Bewital/Const.groovy
Normal file
31
Bewital/Const.groovy
Normal 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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user