campo-sirio/include/partite.h
guy dd53428762 form.h Resi pubblici alcuni metodi const dei form_item
isam.cpp     Corretta remove dei memofield
msksheet.cpp Corretta set_focus_cell
pagsca.h     Eliminato campo DATAPAG
partite.h    Aggiunto campo DATAPAG
sheet.cpp    Correta row(long r) a sheet "spento"


git-svn-id: svn://10.65.10.50/trunk@2221 c028cbd2-c16b-5b4b-a496-9718f37d4682
1995-12-01 11:49:11 +00:00

46 lines
1.3 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_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_IMPTOTPAG "IMPTOTPAG"
#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