Correzione alla stampa registri
git-svn-id: svn://10.65.10.50/trunk@999 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1d30319206
commit
e2d7ba5424
398
cg/cg4400.cpp
398
cg/cg4400.cpp
File diff suppressed because it is too large
Load Diff
13
cg/cg4400.h
13
cg/cg4400.h
@ -28,12 +28,12 @@
|
||||
|
||||
const int TABREG = (int)TTable::name2log("REG");
|
||||
|
||||
class TReg_print : public TPrintapp
|
||||
class CG4400_application : public TPrintapp
|
||||
{
|
||||
TCursor * _cur;
|
||||
TRelation *_rel, *_nditte;
|
||||
TLocalisamfile *_clifo, *_occas, *_tab, *_tabcom, *_com, *_anag, *_unloc, *_attiv;
|
||||
TTable *_tabreg, *_tablbu, *_tabinl, *_tablim, *_tabpim, *_tablia, *_tabiva;
|
||||
TLocalisamfile *_clifo, *_occas, *_tab, *_tabcom, *_com, *_anag, *_unloc, *_attiv, *_indlib;
|
||||
TTable *_tabreg, *_tablbu, *_tablim, *_tabpim, *_tablia, *_tabiva;
|
||||
TTable *_tabpla, *_tabppa, *_tabvid;
|
||||
TRigaiva_array _iva_array, _riga_rmi;
|
||||
TTipodoc_array _doc_array;
|
||||
@ -84,7 +84,7 @@ protected:
|
||||
bool stampa_totali_finali();
|
||||
bool stampa_datareg();
|
||||
bool stampa_registri_IVA(const TMask&);
|
||||
bool look_lia(long firm);
|
||||
bool look_lia(long ditta = 0l);
|
||||
void set_choice_limits(TMask&);
|
||||
void build_ditte_sheet();
|
||||
void cerca_reg(const TString&, byte*);
|
||||
@ -106,7 +106,6 @@ protected:
|
||||
int stampa_acquisti(int);
|
||||
real stampa_valori_plafonds(const real&, const int, TTable&, const char*);
|
||||
bool preprocess_print(int, int);
|
||||
//print_action postprocess_print(int, int);
|
||||
print_action postprocess_page (int, int);
|
||||
void preprocess_header();
|
||||
void build_nomiditte(TProgind* pnd = NULL);
|
||||
@ -132,8 +131,8 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TReg_print() : TPrintapp(), _ditte(NULL), _selected(10000), _nomiditte(100) {}
|
||||
virtual ~TReg_print() {}
|
||||
CG4400_application() : TPrintapp(), _ditte(NULL), _selected(10000), _nomiditte(100) {}
|
||||
virtual ~CG4400_application() {}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user