Files correlati : ve0 Ricompilazione Demo : [ ] Commento : Modifica con conseguenze epocali: aggiunti campi per gestione contabilita' analitica nella testata e nelle righe documento. E' implicita la conversione degli archivi e la rigenerazione di tutti profili delle maschere git-svn-id: svn://10.65.10.50/trunk@13048 c028cbd2-c16b-5b4b-a496-9718f37d4682
22 lines
406 B
Plaintext
Executable File
22 lines
406 B
Plaintext
Executable File
#include "verigdef.h"
|
|
|
|
#define FULL_SCREEN
|
|
|
|
#define MASK_TITLE1 "Spese di tipo (Quantita'/Prezzo)"
|
|
#define PAGE_2
|
|
|
|
DEFINE_FIELD(CODSPQ)
|
|
DEFINE_FIELD(DESCRSPQ)
|
|
DEFINE_FIELD(UMQTASP)
|
|
DEFINE_FIELD(QTA)
|
|
DEFINE_FIELD(PREZZO)
|
|
DEFINE_FIELD(SCONTO)
|
|
F_POS(SCONTO, 2, 11,"Sconto " )
|
|
DEFINE_FIELD(CODIVA)
|
|
F_POS(CODIVA, 2, 13,"Cod. IVA " )
|
|
DEFINE_FIELD(DESIVA)
|
|
F_POS(DESIVA, 22, 13,"" )
|
|
|
|
#include "verig.uml"
|
|
|