Home
Name Modified Size InfoDownloads / Week
Shop.jnlp 2011-03-12 947 Bytes
Shop-05.080.zip 2011-03-12 3.8 MB
readme.us.txt 2011-03-12 1.9 kB
readme.ru.txt 2011-03-12 2.1 kB
Totals: 4 Items   3.8 MB 2
/**
 * Shop DB - the program for the account and the analysis of sales in trade. 
 * It is used for the control of a turn of the goods over shop and the analysis of profit on sales.
 * Copyright (c) 2008 Yuriy Mikhaylovskiy
 * EMail: YuriyMikhaylovskiy@yahoo.com
 * 
 * This software program is free software; you can redistribute it and/or modify it under the
 * terms of the GNU Lesser General Public License as published by the Free Software Foundation;
 * either version 2.1 of the License, or (at your option) any later version.
 * 
 * This software program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 * See the GNU Lesser General Public License for more details.
 */
 
Package files' description:
- <user.home>/ShopDB: folder Shop database.
- Shop.jar:           JAR compiled ShopDB Engine
- Shop.bat(Shop.sh):  Windows(Linux/Unix) batch file for executing
- Shop.jnlp:          Java Web Start file to run the program for automatically install and update
- readme.*.txt:       this file.

INSTALLATION AND USEFUL COMMANDS TO RUN:
-----------------------

Shop DB is a shop engine written completely in Java. 
The Shop DB will run in any certified Java Virtual Machine (JVM).

 You need to install the following to get started with Shop DB

    * A Java Engine - http://java.sun.com/javase/downloads/  You can take either the Runtime environment (JRE) or the Development Kit (SDK).
    * Shop DB Engine - http://sourceforge.net/project/platformdownload.php?group_id=241225

	
To run the program from the bash file:
Windows: Shop.bat
Linux/Unix: Shop.sh
	
To run the program from the command line, go to the Shop folder and type the following:

Windows: 
java -jar Shop.jar
or
java -cp .;Shop.jar Shop

äëÿ Linux/Unix:
java -jar Shop.jar
or
java -cp .:Shop.jar Shop
Source: readme.us.txt, updated 2011-03-12