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:
parent
6b4415ba33
commit
952af63623
@ -1,3 +1,3 @@
|
||||
125
|
||||
0
|
||||
$rilore|0|0|139|0|Rilevamento Ore|||
|
||||
$rilore|0|0|164|0|Rilevamento Ore|||
|
||||
|
@ -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
|
||||
|
42
ci/rilore.h
42
ci/rilore.h
@ -1,25 +1,27 @@
|
||||
#ifndef __RILORE_H
|
||||
#define __RILORE_H
|
||||
|
||||
#define RILORE_TIPO "TIPO"
|
||||
#define RILORE_ID "ID"
|
||||
#define RILORE_TIPORA "TIPORA"
|
||||
#define RILORE_CODICE "CODICE"
|
||||
#define RILORE_ANNO "ANNO"
|
||||
#define RILORE_MESE "MESE"
|
||||
#define RILORE_GIORNO "GIORNO"
|
||||
#define RILORE_TPORA "TPORA"
|
||||
#define RILORE_CODCOSTO "CODCOSTO"
|
||||
#define RILORE_CODCMS "CODCMS"
|
||||
#define RILORE_CODFASE "CODFASE"
|
||||
#define RILORE_DADATA "DADATA"
|
||||
#define RILORE_ADATA "ADATA"
|
||||
#define RILORE_QTAORE "QTAORE"
|
||||
#define RILORE_COSTO "COSTO"
|
||||
#define RILORE_PROVV "PROVV"
|
||||
#define RILORE_ANNO "ANNO"
|
||||
#define RILORE_CODNUM "CODNUM"
|
||||
#define RILORE_NDOC "NDOC"
|
||||
#define RILORE_IDRIGA "IDRIGA"
|
||||
#define RILORE_TIPO "TIPO"
|
||||
#define RILORE_ID "ID"
|
||||
#define RILORE_TIPORA "TIPORA"
|
||||
#define RILORE_CODICE "CODICE"
|
||||
#define RILORE_ANNO "ANNO"
|
||||
#define RILORE_MESE "MESE"
|
||||
#define RILORE_GIORNO "GIORNO"
|
||||
#define RILORE_TPORA "TPORA"
|
||||
#define RILORE_CODCOSTO "CODCOSTO"
|
||||
#define RILORE_CODCMS "CODCMS"
|
||||
#define RILORE_CODFASE "CODFASE"
|
||||
#define RILORE_DADATA "DADATA"
|
||||
#define RILORE_ADATA "ADATA"
|
||||
#define RILORE_QTAORE "QTAORE"
|
||||
#define RILORE_COSTO "COSTO"
|
||||
#define RILORE_PROVV "PROVV"
|
||||
#define RILORE_ANNO "ANNO"
|
||||
#define RILORE_CODNUM "CODNUM"
|
||||
#define RILORE_NDOC "NDOC"
|
||||
#define RILORE_IDRIGA "IDRIGA"
|
||||
#define RILORE_CUP "CUP"
|
||||
#define RILORE_CIG "CIG"
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user