Aggiunta la ricerca sulla tabella piano dei conti per analisi di bilancio.

git-svn-id: svn://10.65.10.50/trunk@1872 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1995-09-21 16:42:16 +00:00
parent 565a6a0de4
commit 555b7946ae
2 changed files with 17 additions and 0 deletions

@ -30,6 +30,7 @@
#define FLD_CM1_NUMRIVDH 121
#define FLD_CM1_NUMIVDH 122
#define FLD_CM1_RICSER 123
#define FLD_CM1_DESCRANALISI 124
#define FLD_CM2_STSOTTBIL 200
#define FLD_CM2_STSOTTAB 201

@ -107,9 +107,25 @@ BEGIN
PROMPT 1 5 "Codice Tabella Analisi "
HELP "Codice di raggruppamento per l'analisi di bilancio"
FIELD LF_PCON->CODCBL
USE LF_ABPCON
INPUT CODCBL FLD_CM1_CODTABANALISI
DISPLAY "Codice tabella" CODCBL
DISPLAY "Descrizione@50" DESCRIZ
DISPLAY "Livello" LIVELLO
DISPLAY "Ind. bil. " INDBIL
OUTPUT FLD_CM1_CODTABANALISI CODCBL
OUTPUT FLD_CM1_DESCRANALISI DESCRIZ
CHECKTYPE NORMAL
WARNING "Codice tabella non presente"
FLAGS "R"
END
STRING FLD_CM1_DESCRANALISI 80 35
BEGIN
FLAGS "D"
PROMPT 38 5 ""
END
NUMBER FLD_CM1_CODANALISIH 10
BEGIN
PROMPT 1 5 "Codice Tabella Analisi "