2018-01-17 18:26:53 +00:00
|
|
|
#include <applicat.h>
|
|
|
|
#include <reprint.h>
|
|
|
|
#include <reputils.h>
|
2018-01-14 23:23:03 +00:00
|
|
|
|
|
|
|
class TAgg_tcontoCF : public TSkeleton_application
|
|
|
|
{
|
2018-01-17 18:26:53 +00:00
|
|
|
void update_causali(TRectype & pcon, TLog_report & log);
|
|
|
|
void update_movimenti(TRectype & pcon, TLog_report & log);
|
|
|
|
void update_movimenti_IVA(TRectype & pcon, TLog_report & log);
|
|
|
|
|
2018-01-14 23:23:03 +00:00
|
|
|
public:
|
|
|
|
virtual bool create();
|
|
|
|
virtual void main_loop();
|
|
|
|
|
|
|
|
TAgg_tcontoCF() {};
|
|
|
|
virtual ~TAgg_tcontoCF() {};
|
|
|
|
};
|