Files correlati : 770.exe 770100b.uml 771mod.exe 777.exe Commento : Certificazione Unica 2021 Interno Da contollare l'invio e la corrispondenza delmodul cetificazione unica.
26 lines
687 B
C
Executable File
26 lines
687 B
C
Executable File
// Mod.770 - Quadro LA (ex Quadro D)
|
|
|
|
#ifndef __QUADROD_H
|
|
#define __QUADROD_H
|
|
|
|
#define QUD_CODDITTA "CODDITTA"
|
|
#define QUD_TIPOA "TIPOA"
|
|
#define QUD_CODANAGR "CODANAGR"
|
|
#define QUD_NPROG "NPROG"
|
|
#define QUD_CODCAUS "CODCAUS"
|
|
#define QUD_TOTALE "TOTALE"
|
|
#define QUD_SOMME "SOMME"
|
|
#define QUD_IMPONIBILE "IMPONIBILE"
|
|
#define QUD_PERC "PERC"
|
|
#define QUD_IMPORTO "IMPORTO"
|
|
#define QUD_NETTO "NETTO"
|
|
#define QUD_SOMREGCONV "SOMREGCONV"
|
|
#define QUD_CTINPSEROG "CTINPSEROG"
|
|
#define QUD_CTINPSPERC "CTINPSPERC"
|
|
#define QUD_SPESERIMB "SPESERIMB"
|
|
#define QUD_RITRIMB "RITRIMB"
|
|
#define QUD_SRNETRIT "SRNETRIT"
|
|
#define QUD_GENERATA "GENERATA"
|
|
|
|
#endif
|