2008-06-11 14:16:07 +00:00
|
|
|
#ifndef __COLIB_H
|
|
|
|
#define __COLIB_H
|
|
|
|
|
|
|
|
#ifndef __VELIB_H
|
|
|
|
#include "../ve/velib.h"
|
|
|
|
#endif
|
|
|
|
|
2008-07-23 11:25:38 +00:00
|
|
|
#include "../ve/velib04.h"
|
|
|
|
|
2008-06-11 14:16:07 +00:00
|
|
|
// crea la lista documenti per tutti i soci
|
2009-02-14 17:13:09 +00:00
|
|
|
int compagnia2soci(const TDocumento& doc_compagnia, const TString& codcomp, const long codmercato, const long nfasta, TLista_documenti& docs_soci);
|
2008-06-11 14:16:07 +00:00
|
|
|
void update_spese_doc(const long codmercato, TDocumento& doc);
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|