campo-sirio/ci/ci0.h

12 lines
509 B
C
Raw Normal View History

#ifndef __CI0_H
#define __CI0_H
int ci0100(int argc, char* argv[]); // gestione tabelle cont. industriale
int ci0200(int argc, char* argv[]); // gestione risorse / attrezzature
int ci0300(int argc, char* argv[]); // parametri configurazione Contabilita' Industriale
int ci0400(int argc, char* argv[]); // immssione documenti
int ci0500(int argc, char* argv[]); // gestione disponibilit<69> risorse / attrezzature
int ci0600(int argc, char* argv[]); // gestione default risorse / attrezzature
#endif // __CI0_H