20 lines
696 B
C
20 lines
696 B
C
|
#include <utility.h>
|
||
|
#include <strings.h>
|
||
|
#include <tabutil.h>
|
||
|
#include <recarray.h>
|
||
|
|
||
|
// individua il metodo a partire dalla locazione di magazzino (codice dep)
|
||
|
int location2metod(long location) ;
|
||
|
// codifica il nome del terzista
|
||
|
const char * descr_method(int method) ;
|
||
|
// aggiunge le lavorazioni standard
|
||
|
void add_stdlabors(const char * item, long wrkc, int bomm) ;
|
||
|
void crea_mag3();
|
||
|
void round_date(TDate& date, bool up=FALSE) ;
|
||
|
const char * check_clasdog(long stdo);
|
||
|
void complete_gmc(TString & gmc,const char *iclas);
|
||
|
void codimp2codmagdep(TString &codimp,int terzista, TString &codmag);
|
||
|
void num_mag2cod_imp(int magno, TString & codimp);
|
||
|
|
||
|
void num_mag2main_imp(int magno, TString & codimp);
|