2013-09-11 09:49:46 +00:00
|
|
|
#ifndef __PE1500_H
|
|
|
|
#define __PE1500_H
|
|
|
|
|
2014-03-07 14:42:30 +00:00
|
|
|
#ifndef __RECARRAY_H
|
|
|
|
#include <recarray.h>
|
2013-12-13 09:42:36 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __MASK_H
|
|
|
|
#include <mask.h>
|
|
|
|
#endif
|
|
|
|
|
2014-03-07 14:42:30 +00:00
|
|
|
#ifndef __VELIB_H
|
|
|
|
class TDocumento;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
int pe_numero_fasi(const TRecord_array& rdoc);
|
|
|
|
int pe_numero_fasi(const TDocumento& doc);
|
|
|
|
|
2013-12-13 09:42:36 +00:00
|
|
|
const TString& pe_trova_elaborazione(const TRectype& doc, char tipo);
|
|
|
|
const TString& pe_trova_elaborazione(const TMask& doc, char tipo);
|
|
|
|
bool pe_genera_documento(TRectype& doc, const TString& codelab, char tipo);
|
2013-09-11 09:49:46 +00:00
|
|
|
|
|
|
|
#endif
|