From 4917ec4a79cc8e10653ee89dfb9f78e98483e2e6 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 10 Sep 2010 11:24:08 +0000 Subject: [PATCH] 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 --- tc/tctbtco.h | 1 + tc/tctbtco.uml | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/tc/tctbtco.h b/tc/tctbtco.h index 2e1945ab6..1ded9a98a 100755 --- a/tc/tctbtco.h +++ b/tc/tctbtco.h @@ -2,3 +2,4 @@ #define F_CODTAB1 103 #define F_CODTAB2 104 #define F_DESC 105 +#define F_INDBIL 106 diff --git a/tc/tctbtco.uml b/tc/tctbtco.uml index 31d91b424..1ea8b6de8 100755 --- a/tc/tctbtco.uml +++ b/tc/tctbtco.uml @@ -54,8 +54,8 @@ END STRING F_DESC 50 BEGIN - PROMPT 2 5 "Descrizione " - USE &TcCO KEY 2 + PROMPT 2 5 "Descrizione " + USE &TCO KEY 2 INPUT S0 F_DESC DISPLAY "Descrizione@60" S0 DISPLAY "Codice" CODTAB @@ -65,6 +65,18 @@ BEGIN CHECKTYPE REQUIRED 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 ENDMASK