Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
aggiunti cup e cig al tracciato di rilore


git-svn-id: svn://10.65.10.50/branches/R_10_00@21445 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2011-01-17 14:25:52 +00:00
parent 6b4415ba33
commit 952af63623
3 changed files with 26 additions and 22 deletions

View File

@ -1,3 +1,3 @@
125
0
$rilore|0|0|139|0|Rilevamento Ore|||
$rilore|0|0|164|0|Rilevamento Ore|||

View File

@ -1,5 +1,5 @@
125
20
22
TIPO|1|1|0|<D>efault <P>reventivo <C>onsuntivo
ID|3|8|0|Id del record
TIPORA|1|1|0|<R>isorsa <A>ttrezzatura
@ -20,6 +20,8 @@ ANNO|2|4|0|Chiave doc - ANNO
CODNUM|2|4|0|Chiave doc - CODNUM
NDOC|3|7|0|Chiave doc - NDOC
IDRIGA|3|6|0|Chiave doc -IDRIGA
CUP|1|15|0|Codice Unico di Progetto
CIG|1|10|0|Codice Identificativo di Gara
4
TIPO+ID|
TIPO+ANNO+MESE+GIORNO+TIPORA+CODICE+TPORA+CODCOSTO+CODCMS+CODFASE|X

View File

@ -21,5 +21,7 @@
#define RILORE_CODNUM "CODNUM"
#define RILORE_NDOC "NDOC"
#define RILORE_IDRIGA "IDRIGA"
#define RILORE_CUP "CUP"
#define RILORE_CIG "CIG"
#endif