Patch level : 10.0 patch 804
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto Indicatore Bilancio alla Tabella TeamSystem git-svn-id: svn://10.65.10.50/branches/R_10_00@20842 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
6362bc56e8
commit
4917ec4a79
@ -2,3 +2,4 @@
|
|||||||
#define F_CODTAB1 103
|
#define F_CODTAB1 103
|
||||||
#define F_CODTAB2 104
|
#define F_CODTAB2 104
|
||||||
#define F_DESC 105
|
#define F_DESC 105
|
||||||
|
#define F_INDBIL 106
|
||||||
|
@ -54,8 +54,8 @@ END
|
|||||||
|
|
||||||
STRING F_DESC 50
|
STRING F_DESC 50
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 5 "Descrizione "
|
PROMPT 2 5 "Descrizione "
|
||||||
USE &TcCO KEY 2
|
USE &TCO KEY 2
|
||||||
INPUT S0 F_DESC
|
INPUT S0 F_DESC
|
||||||
DISPLAY "Descrizione@60" S0
|
DISPLAY "Descrizione@60" S0
|
||||||
DISPLAY "Codice" CODTAB
|
DISPLAY "Codice" CODTAB
|
||||||
@ -65,6 +65,18 @@ BEGIN
|
|||||||
CHECKTYPE REQUIRED
|
CHECKTYPE REQUIRED
|
||||||
END
|
END
|
||||||
|
|
||||||
|
LIST F_INDBIL 15
|
||||||
|
BEGIN
|
||||||
|
PROMPT 2 7 "Indicatore di bilancio"
|
||||||
|
FIELD I0
|
||||||
|
ITEM "1|Attivita'"
|
||||||
|
ITEM "2|Passivita'"
|
||||||
|
ITEM "3|Costi"
|
||||||
|
ITEM "4|Ricavi"
|
||||||
|
ITEM "5|Conti d'ordine"
|
||||||
|
ITEM "9|Varie"
|
||||||
|
END
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
|
||||||
ENDMASK
|
ENDMASK
|
||||||
|
Loading…
x
Reference in New Issue
Block a user