lecprog-stock-management


Desktop Java application for stock management

The purpose of this project is to develop a generic desktop Java application which can manage inputs and outputs for stocks of various products grouped into categories.

You can download the last version (demo), LecprogStocks_v_2_3.zip, from "Downloads" section.

In order to evaluate "Lecprog stock management" software, you have to unzip "LecprogStocks_v_2_3.zip" file. After unzip you'll get a folder named "DLecprogStocks_2_3". If Windows is your operating system, you can run this application by launching "ForWindows.cmd" file from "DLecprogStocks_2_3" folder or, alternatively, you can open a command window (DOS window), you change the folder to "DLecprogStocks_2_3" and run the command "java -jar LecprogStocks_2_3.jar". If Linux is the operating system installed on your computer then you can open a Terminal window, you change the folder to "DLecprogStocks_2_3" and run the command "sh ForLinux.sh" or "java -jar LecprogStocks_2_3.jar". In order to use this application, you must have JRE 1.6 or 1.7 (Java Runtime Environment) installed on your computer, corresponding to your operating system. You can download JRE (1.6 Update 37 or 1.7) from Oracle website: http://www.oracle.com/technetwork/java/javase/downloads/index.html

Java is a registered trademark of Oracle Corporation in the U.S.A. and other countries. "Lecprog stock management" software uses a SQLite database and a Jdbc driver (sqlite-jdbc-3.7.2.jar) from xerial.org . SQLite is in the public domain and does not require a license. "Lecprog" is a registered trademark at OSIM Bucharest, Romania.

The Jdbc driver (sqlite-jdbc-3.7.2.jar) from xerial.org follows the Apache License version 2.0 which allows to freely download and use this software (i.e. this Jdbc driver from xerial.org), in whole or in part, for personal, company internal, or commercial purposes and to use this software in packages or distributions (http://www.xerial.org/trac/Xerial/wiki/SQLiteJDBC#License) .

Project Information

The project was created on Sep 3, 2012.

Labels:
Java stock-management