campo-sirio/include/partite.h
guy 089ac07b38 partite.h Cambiato nome da imptotpag a imptotdoc
viswin.cpp Corretto scrolling linee verticali


git-svn-id: svn://10.65.10.50/trunk@2309 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-12-16 10:18:51 +00:00

47 lines
1.4 KiB
C
Executable File

#ifndef __PARTITE_H
#define __PARTITE_H
#define PART_TIPOCF "TIPOC"
#define PART_GRUPPO "GRUPPO"
#define PART_CONTO "CONTO"
#define PART_SOTTOCONTO "SOTTOCONTO"
#define PART_ANNO "ANNO"
#define PART_NUMPART "NUMPART"
#define PART_NRIGA "NRIGA"
#define PART_TIPOMOV "TIPOMOV"
#define PART_TIPOPAG "TIPOPAG"
#define PART_NREG "NREG"
#define PART_NUMRIG "NUMRIG"
#define PART_DATAREG "DATAREG"
#define PART_DATADOC "DATADOC"
#define PART_DATAPAG "DATAPAG"
#define PART_NUMDOC "NUMDOC"
#define PART_DESCR "DESCR"
#define PART_REG "REG"
#define PART_PROTIVA "PROTIVA"
#define PART_CODCAUS "CODCAUS"
#define PART_SEZ "SEZ"
#define PART_IMPORTO "IMPORTO"
#define PART_IMPOSTA "IMPOSTA"
#define PART_SPESE "SPESE"
#define PART_CODPAG "CODPAG"
#define PART_CODVAL "CODVAL"
#define PART_CAMBIO "CAMBIO"
#define PART_DATACAM "DATACAM"
#define PART_IMPORTOVAL "IMPORTOVAL"
#define PART_IMPTOTDOC "IMPTOTDOC"
#define PART_RITENUTE "RITENUTE"
#define PART_ABBUONI "ABBUONI"
#define PART_DIFFCAM "DIFFCAM"
#define PART_SEZABB "SEZABB"
#define PART_SEZDIFCAM "SEZDIFCAM"
#define PART_CHIUSA "CHIUSA"
#define PART_RICARICATA "RICARICATA"
#define PART_DATARIFPAG "DATARIFPAG"
#define PART_NUMRIFPAG "NUMRIFPAG"
#define PART_GRUPPOCL "GRUPPOCL"
#define PART_CONTOCL "CONTOCL"
#endif