Patch level : 10.0 902
Files correlati : ca0 Ricompilazione Demo : [ ] Commento : Aggiunti i camplistino per la rilevazione preventivo e conuntivo ale commesse git-svn-id: svn://10.65.10.50/branches/R_10_00@21540 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
c39bc592fb
commit
320468264c
@ -65,6 +65,10 @@
|
|||||||
#define H_CMS_MAG 355
|
#define H_CMS_MAG 355
|
||||||
#define F_CMS_DEP 356
|
#define F_CMS_DEP 356
|
||||||
#define F_CMS_DESCDEP 357
|
#define F_CMS_DESCDEP 357
|
||||||
|
#define F_LISPR 358
|
||||||
|
#define F_DLISPR 359
|
||||||
|
#define F_LISCN 360
|
||||||
|
#define F_DLISCN 361
|
||||||
|
|
||||||
#define F_CMS_CDC1 401
|
#define F_CMS_CDC1 401
|
||||||
#define F_CMS_CDC2 402
|
#define F_CMS_CDC2 402
|
||||||
|
@ -558,6 +558,46 @@ BEGIN
|
|||||||
PROMPT 35 20 ""
|
PROMPT 35 20 ""
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRING F_LISPR 4
|
||||||
|
BEGIN
|
||||||
|
FLAGS "UZ"
|
||||||
|
PROMPT 2 21 "Listino rilev. preventivo"
|
||||||
|
FIELD LISRILPR
|
||||||
|
USE &CILIS
|
||||||
|
INPUT CODTAB F_LISPR
|
||||||
|
DISPLAY "Codice" CODTAB
|
||||||
|
DISPLAY "Descrizione@50" S0
|
||||||
|
OUTPUT F_LISPR CODTAB
|
||||||
|
OUTPUT F_DLISPR S0
|
||||||
|
CHECKTYPE NORMAL
|
||||||
|
END
|
||||||
|
|
||||||
|
STRING F_DLISPR 70 40
|
||||||
|
BEGIN
|
||||||
|
FLAGS "D"
|
||||||
|
PROMPT 35 21 ""
|
||||||
|
END
|
||||||
|
|
||||||
|
STRING F_LISCN 4
|
||||||
|
BEGIN
|
||||||
|
FLAGS "UZ"
|
||||||
|
PROMPT 2 22 "Listino rilev. consuntivo"
|
||||||
|
FIELD LISRILCN
|
||||||
|
USE &CILIS
|
||||||
|
INPUT CODTAB F_LISCN
|
||||||
|
DISPLAY "Codice" CODTAB
|
||||||
|
DISPLAY "Descrizione@50" S0
|
||||||
|
OUTPUT F_LISCN CODTAB
|
||||||
|
OUTPUT F_DLISCN S0
|
||||||
|
CHECKTYPE NORMAL
|
||||||
|
END
|
||||||
|
|
||||||
|
STRING F_DLISCN 70 40
|
||||||
|
BEGIN
|
||||||
|
FLAGS "D"
|
||||||
|
PROMPT 35 22 ""
|
||||||
|
END
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
PAGE "Default" 0 0 0 2
|
PAGE "Default" 0 0 0 2
|
||||||
|
@ -55,7 +55,8 @@
|
|||||||
#define COMMESSE_CODCOSTO "CODCOSTO"
|
#define COMMESSE_CODCOSTO "CODCOSTO"
|
||||||
#define COMMESSE_INDETR "INDETR"
|
#define COMMESSE_INDETR "INDETR"
|
||||||
#define COMMESSE_CODCONTO "CODCONTO"
|
#define COMMESSE_CODCONTO "CODCONTO"
|
||||||
|
#define COMMESSE_LISRILPR "LISRILPR"
|
||||||
|
#define COMMESSE_LISRILCN "LISRILCN"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
147
|
147
|
||||||
0
|
0
|
||||||
$commesse|||466|0|Archivio Commesse|||
|
$commesse||0|474|0|Archivio Commesse|||
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
147
|
147
|
||||||
54
|
56
|
||||||
CODCMS|1|20|0|Codice Commessa
|
CODCMS|1|20|0|Codice Commessa
|
||||||
DESCRIZ|1|50|0|Descrizione
|
DESCRIZ|1|50|0|Descrizione
|
||||||
DESCRAGG|11|10|0|Descrizione aggiuntiva
|
DESCRAGG|11|10|0|Descrizione aggiuntiva
|
||||||
@ -54,6 +54,8 @@ CODMAG|1|5|0|Codice magazzino e deposito
|
|||||||
CODCOSTO|1|20|0|Codice Centro di Costo
|
CODCOSTO|1|20|0|Codice Centro di Costo
|
||||||
INDETR|1|1|0|Codice intetraibilita' IVA
|
INDETR|1|1|0|Codice intetraibilita' IVA
|
||||||
CODCONTO|1|20|0|Codice Conto analitico
|
CODCONTO|1|20|0|Codice Conto analitico
|
||||||
|
LISRILPR|1|4|0|Listino per la rilevazione ore preventive di default
|
||||||
|
LISRILCN|1|4|0|Listino per la rilevazione ore consuntive di default
|
||||||
2
|
2
|
||||||
CODCMS|
|
CODCMS|
|
||||||
UPPER(DESCRIZ)|X
|
UPPER(DESCRIZ)|X
|
||||||
|
Loading…
x
Reference in New Issue
Block a user