3a17a5a00e
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione AGA patch 218 sul main trunk git-svn-id: svn://10.65.10.50/trunk@10087 c028cbd2-c16b-5b4b-a496-9718f37d4682
19 lines
324 B
Plaintext
Executable File
19 lines
324 B
Plaintext
Executable File
#include "verigdef.h"
|
|
|
|
#define FULL_SCREEN
|
|
|
|
#define MASK_TITLE1 "Spese di tipo (Percentuale)"
|
|
|
|
DEFINE_FIELD(CODSPP)
|
|
DEFINE_FIELD(DESCRSPP)
|
|
DEFINE_FIELD(PERCSP)
|
|
DEFINE_FIELD(CODIVA)
|
|
F_POS(CODIVA, 2, 11,"Cod. IVA " )
|
|
DEFINE_FIELD(DESIVA)
|
|
F_POS(DESIVA, 22, 11,"" )
|
|
DEFINE_FIELD(CODCMS)
|
|
#define PAGE_2
|
|
|
|
#include "verig.uml"
|
|
|