21 lines
334 B
Plaintext
21 lines
334 B
Plaintext
|
#include "verigdef.h"
|
||
|
|
||
|
#define FULL_SCREEN
|
||
|
|
||
|
#define MASK_TITLE1 "Spese di tipo (Valore)"
|
||
|
#define PAGE_2
|
||
|
|
||
|
|
||
|
DEFINE_FIELD(CODSPV)
|
||
|
DEFINE_FIELD(DESCRSPV)
|
||
|
DEFINE_FIELD(UMQTASP)
|
||
|
DEFINE_FIELD(VALORE)
|
||
|
DEFINE_FIELD(QTA)
|
||
|
DEFINE_FIELD(SCONTO)
|
||
|
F_POS(SCONTO, 2, 11,"Sconto " )
|
||
|
DEFINE_FIELD(CODIVA)
|
||
|
DEFINE_FIELD(DESIVA)
|
||
|
|
||
|
#include "verig.uml"
|
||
|
|