Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@16989 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-08-04 09:37:25 +00:00
parent 91042a87ef
commit fb6bbbf5b0
4 changed files with 43 additions and 3 deletions

View File

@ -1,3 +1,3 @@
166
0
$lvconsplan|||76|0|Planning consegne|||
$lvconsplan|||88|0|Planning consegne|||

View File

@ -1,5 +1,5 @@
166
10
12
IDPLAN|1|10|0|Codice identificativo di un planning
DTCONS|5|8|0|Data di consegna
GIOCONS|2|1|0|Giorno di consegna
@ -7,8 +7,10 @@ CODAUT|1|2|0|Codice identificativo dell'autista
CODMEZ|1|2|0|Codice identificativo del mezzo di trasporto
CODITI|2|3|0|Codice identificativo dell'itinerario
DTCREAZ|5|8|0|Data di creazione del planning
UCREAZ|1|16|0|Utente di Campo che ha generato il planning
ORCREAZ|10|6|0|Ora di creazione del planning
UTCREAZ|1|16|0|Utente di Campo che ha generato il planning
DTULAGG|5|8|0|Data dell'ultimo aggiornamento del planning
ORULAGG|10|6|0|Ora dell'ultimo aggionamento del planning
UCREAZ|1|16|0|Utente di Campo che ha aggiornato per ultimo il planning
1
IDPLAN|

17
lv/lvconsplan.h Executable file
View File

@ -0,0 +1,17 @@
#ifndef __LVCONSPLAN_H
#define __LVCONSPLAN_H
#define LVCONSPLAN_IDPLAN "IDPLAN"
#define LVCONSPLAN_DTCONS "DTCONS"
#define LVCONSPLAN_GIOCONS "GIOCONS"
#define LVCONSPLAN_CODAUT "CODAUT"
#define LVCONSPLAN_CODMEZ "CODMEZ"
#define LVCONSPLAN_CODITI "CODITI"
#define LVCONSPLAN_DTCREAZ "DTCREAZ"
#define LVCONSPLAN_ORCREAZ "ORCREAZ"
#define LVCONSPLAN_UTCREAZ "UTCREAZ"
#define LVCONSPLAN_DTULAGG "DTULAGG"
#define LVCONSPLAN_ORULAGG "ORULAGG"
#define LVCONSPLAN_UTULAGG "UTULAGG"
#endif

21
lv/lvrconsplan.h Executable file
View File

@ -0,0 +1,21 @@
#ifndef __LVRCONSPLAN_H
#define __LVRCONSPLAN_H
#define LVRCONSPLAN_IDPLAN "IDPLAN"
#define LVRCONSPLAN_IDRIGA "IDRIGA"
#define LVRCONSPLAN_MODPASS "MODPASS"
#define LVRCONSPLAN_DTCONS "DTCONS"
#define LVRCONSPLAN_IDCONTR "IDCONTR"
#define LVRCONSPLAN_CODCF "CODCF"
#define LVRCONSPLAN_PROVV "PROVV"
#define LVRCONSPLAN_ANNO "ANNO"
#define LVRCONSPLAN_CODNUM "CODNUM"
#define LVRCONSPLAN_NDOC "NDOC"
#define LVRCONSPLAN_IDPLANOR "IDPLANOR"
#define LVRCONSPLAN_ORDFER "ORDFER"
#define LVRCONSPLAN_FREQ "FREQ"
#define LVRCONSPLAN_CONSSTD "CONSSTD"
#define LVRCONSPLAN_IDPERSOSP "IDPERSOSP"
#define LVRCONSPLAN_IDPERSOSPVAR "IDPERSOSPVAR"
#endif