eeec2a7a70
Files correlati : lv0.exe. lv0300.msk, lv0500.msk, lv2.exe, lv2200.msk, tracciati record file 167 (LVRCONSPLAN) Ricompilazione Demo : [ ] Commento : 0001206: Gestione divisa tra ordine di fermata e orario passaggio Descrizione: Aggiungere un dato in configurazione che indichi se si dovrà utilizzare il campo ordine di fermata o orario passaggio. In inserimento passaggi per contratto lasciare visibile ma non imputabile il campo non legato alla configurazione. In gestione planning manuale ordinare in base al campo gestito. git-svn-id: svn://10.65.10.50/trunk@18586 c028cbd2-c16b-5b4b-a496-9718f37d4682
30 lines
1.1 KiB
C
Executable File
30 lines
1.1 KiB
C
Executable File
#ifndef __LVRCONSPLAN_H
|
|
#define __LVRCONSPLAN_H
|
|
|
|
#define LVRCONSPLAN_CODPLAN "CODPLAN"
|
|
#define LVRCONSPLAN_CODRIGA "CODRIGA"
|
|
#define LVRCONSPLAN_DTCONS "DTCONS"
|
|
#define LVRCONSPLAN_CODITI "CODITI"
|
|
#define LVRCONSPLAN_ORDFER "ORDFER"
|
|
#define LVRCONSPLAN_ORARPRV "ORARPRV"
|
|
#define LVRCONSPLAN_CODCF "CODCF"
|
|
#define LVRCONSPLAN_CODCONT "CODCONT"
|
|
#define LVRCONSPLAN_GGCONS "GGCONS"
|
|
#define LVRCONSPLAN_MODPASS "MODPASS"
|
|
#define LVRCONSPLAN_CODAUT "CODAUT"
|
|
#define LVRCONSPLAN_CODMEZ "CODMEZ"
|
|
#define LVRCONSPLAN_PROVV "PROVV"
|
|
#define LVRCONSPLAN_ANNO "ANNO"
|
|
#define LVRCONSPLAN_CODNUM "CODNUM"
|
|
#define LVRCONSPLAN_NDOC "NDOC"
|
|
#define LVRCONSPLAN_CODPLANOR "CODPLANOR"
|
|
#define LVRCONSPLAN_FREQ "FREQ"
|
|
#define LVRCONSPLAN_CONSSTD "CONSSTD"
|
|
#define LVRCONSPLAN_PERSOSP "PERSOSP"
|
|
#define LVRCONSPLAN_PERSOSPVAR "PERSOSPVAR"
|
|
#define LVRCONSPLAN_UTULAGG "UTULAGG"
|
|
#define LVRCONSPLAN_DTULAGG "DTULAGG"
|
|
#define LVRCONSPLAN_ORULAGG "ORULAGG"
|
|
|
|
#endif
|