Patch level : 12.0 no-patch

Files correlati     : vetbscc.uml
Commento            : Aggiunta spesa a sottocategorie CONAI Implemented #51
This commit is contained in:
Mattia Tollari 2019-07-23 17:32:54 +02:00
parent 94f935eed6
commit a4573da401
2 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#define SCC_CATEGORIA 101
#define SCC_CODICE 102
#define SCC_DESCR 103
#define SCC_CODSPESA 103
#define SCC_DESCR 104

View File

@ -39,10 +39,25 @@ BEGIN
DISPLAY "Categoria" CODTAB[1,2]
DISPLAY "Codice@8" CODTAB[3,4]
DISPLAY "Descrizione@50" S0
DISPLAY "Spesa@8" S1
OUTPUT SCC_CODICE CODTAB[3,4]
CHECKTYPE REQUIRED
END
STRING SCC_CODSPESA 8
BEGIN
PROMPT 20 3 "Codice spesa "
FIELD S1
USE SPP
FLAGS "U"
INPUT CODTAB SCC_CODSPESA
DISPLAY "Codice Spesa " CODTAB
DISPLAY "Descrizione@50" S0
OUTPUT SCC_CODSPESA CODTAB
CHECKTYPE NORMAL
HELP "Codice spesa collegato alla sottocategoria"
END
STRING SCC_DESCR 50
BEGIN
PROMPT 2 5 "Descrizione "