Skip to content

erickfierro/reportal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reportal

Reportal is a project for inventory reporting and management written in COBOL language.

Features

  • Read inventory from an external file
  • Generate reports in console

Compiler install

Download the program OpenCobolIDE available for Windows, GNU/Linux and Mac OSX.

Install only the compiler in GNU/Linux

# downloads and builds a local cache of the list of available packages
sudo apt-get update
# install gnucobol4
sudo apt-get install gnucobol4

Compiler program GNU/Linux

To compile the program in the /bin folder

# create folder /bin
mkdir bin
# compile program
cobc -x -o bin/NameProgram NameProgram.cbl

To run main program execute

./bin/MAIN-PROGRAM

Authors

About

Reportal is a project for inventory reporting and management written in COBOL language

Topics

Resources

License

Stars

Watchers

Forks

Languages