relapp non l'ho toccata

aggiunti campi partite e file descrizione campi solleciti


git-svn-id: svn://10.65.10.50/trunk@1660 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-08-01 10:23:21 +00:00
parent e4671edff7
commit b89f762389
3 changed files with 66 additions and 45 deletions

View File

@ -1,44 +1,46 @@
#ifndef __PARTITE_H #ifndef __PARTITE_H
#define __PARTITE_H #define __PARTITE_H
#define PART_ANNO "ANNO" #define PART_ANNO "ANNO"
#define PART_NUMPART "NUMPART" #define PART_NUMPART "NUMPART"
#define PART_NRIGA "NRIGA" #define PART_NRIGA "NRIGA"
#define PART_TIPOMOV "TIPOMOV" #define PART_TIPOMOV "TIPOMOV"
#define PART_NREG "NREG" #define PART_NREG "NREG"
#define PART_NUMRIG "NUMRIG" #define PART_NUMRIG "NUMRIG"
#define PART_DATAREG "DATAREG" #define PART_DATAREG "DATAREG"
#define PART_DATADOC "DATADOC" #define PART_DATADOC "DATADOC"
#define PART_NUMDOC "NUMDOC" #define PART_NUMDOC "NUMDOC"
#define PART_DESCR "DESCR" #define PART_DESCR "DESCR"
#define PART_REG "REG" #define PART_REG "REG"
#define PART_PROTIVA "PROTIVA" #define PART_PROTIVA "PROTIVA"
#define PART_CODCAUS "CODCAUS" #define PART_CODCAUS "CODCAUS"
#define PART_SEZ "SEZ" #define PART_SEZ "SEZ"
#define PART_IMPORTO "IMPORTO" #define PART_IMPORTO "IMPORTO"
#define PART_IMPOSTA "IMPOSTA" #define PART_IMPOSTA "IMPOSTA"
#define PART_SPESE "SPESE" #define PART_SPESE "SPESE"
#define PART_CODPAG "CODPAG" #define PART_CODPAG "CODPAG"
#define PART_CODVAL "CODVAL" #define PART_CODVAL "CODVAL"
#define PART_CAMBIO "CAMBIO" #define PART_CAMBIO "CAMBIO"
#define PART_IMPORTOVAL "IMPORTOVAL" #define PART_IMPORTOVAL "IMPORTOVAL"
#define PART_DATACAM "DATACAM" #define PART_DATACAM "DATACAM"
#define PART_TIPOCF "TIPOC" #define PART_TIPOCF "TIPOC"
#define PART_GRUPPO "GRUPPO" #define PART_GRUPPO "GRUPPO"
#define PART_CONTO "CONTO" #define PART_CONTO "CONTO"
#define PART_SOTTOCONTO "SOTTOCONTO" #define PART_SOTTOCONTO "SOTTOCONTO"
#define PART_CODABI "CODABI" #define PART_CODABI "CODABI"
#define PART_CODCAB "CODCAB" #define PART_CODCAB "CODCAB"
#define PART_CODAG "CODAG" #define PART_CODAG "CODAG"
#define PART_IMPTOTPAG "IMPTOTPAG" #define PART_IMPTOTPAG "IMPTOTPAG"
#define PART_RITENUTE "RITENUTE" #define PART_RITENUTE "RITENUTE"
#define PART_SALACC "SALACC" #define PART_SALACC "SALACC"
#define PART_TIPOPAG "TIPOPAG" #define PART_TIPOPAG "TIPOPAG"
#define PART_DATARIFPAG "DATARIFPAG" #define PART_DATARIFPAG "DATARIFPAG"
#define PART_NUMRIFPAG "NUMRIFPAG" #define PART_NUMRIFPAG "NUMRIFPAG"
#define PART_NRATA "NRATA" #define PART_NRATA "NRATA"
#define PART_CHIUSA "CHIUSA" #define PART_CHIUSA "CHIUSA"
#define PART_CODABIPR "CODABIPR" #define PART_CODABIPR "CODABIPR"
#define PART_CODCABPR "CODCABPR" #define PART_CODCABPR "CODCABPR"
#define PART_GRUPPOCL "GRUPPOCL"
#endif #define PART_CONTOCL "CONTOCL"
#endif

View File

@ -45,7 +45,7 @@ class TRelation_application : public TApplication
bool autonum(TMask* m, bool rec); bool autonum(TMask* m, bool rec);
bool has_filtered_cursor() const { return filtered() || force_cursor_usage();} bool has_filtered_cursor() const { return filtered() || force_cursor_usage();}
protected: // TApplication protected:
virtual bool create(); virtual bool create();
virtual bool destroy(); virtual bool destroy();
virtual bool firm_change_enabled() const; virtual bool firm_change_enabled() const;
@ -106,6 +106,7 @@ protected:
void set_search_field(short id) { _search_id = id;} // Impone il campo da utilizzare col bottone Ricerca void set_search_field(short id) { _search_id = id;} // Impone il campo da utilizzare col bottone Ricerca
public: public:
TRelation_application(); TRelation_application();
virtual ~TRelation_application(); virtual ~TRelation_application();
bool filtered() const { return _fixed.not_empty(); } bool filtered() const { return _fixed.not_empty(); }

18
include/stosoll.h Executable file
View File

@ -0,0 +1,18 @@
#ifndef __PAGSCA_H
#define __PAGSCA_H
#define SOLL_TIPOC "TIPOC"
#define SOLL_GRUPPO "GRUPPO"
#define SOLL_CONTO "CONTO"
#define SOLL_SOTTOCONTO "SOTTOCONTO"
#define SOLL_ANNO "ANNO"
#define SOLL_NUMPART "NUMPART"
#define SOLL_NRIGA "NRIGA"
#define SOLL_NRATA "NRATA"
#define SOLL_NRIGP "NRIGP"
#define SOLL_ACCSAL "ACCSAL"
#define SOLL_IMPORTO "IMPORTO"
#define SOLL_ABBUONI "ABBUONI"
#define SOLL_DIFFCAM "DIFFCAM"
#endif