2005-04-18 15:31:21 +00:00
|
|
|
|
#ifndef __CI0_H
|
|
|
|
|
#define __CI0_H
|
|
|
|
|
|
2010-06-04 07:48:32 +00:00
|
|
|
|
int ci0100(int argc, char* argv[]); // gestione tabelle cont. industriale
|
2010-06-17 16:04:30 +00:00
|
|
|
|
int ci0200(int argc, char* argv[]); // gestione risorse / attrezzature
|
2005-04-18 15:31:21 +00:00
|
|
|
|
int ci0300(int argc, char* argv[]); // parametri configurazione Contabilita' Industriale
|
|
|
|
|
int ci0400(int argc, char* argv[]); // immssione documenti
|
2010-06-30 14:34:25 +00:00
|
|
|
|
int ci0500(int argc, char* argv[]); // gestione disponibilit<69> risorse / attrezzature
|
2005-04-18 15:31:21 +00:00
|
|
|
|
|
|
|
|
|
#endif // __CI0_H
|