Menu

Tree [r7] /
 History

HTTPS access


File Date Author Commit
 actions 2009-11-21 seldon83 [r1] First version
 backup 2009-11-21 seldon83 [r1] First version
 barcode2 2009-11-21 seldon83 [r1] First version
 css 2009-11-21 seldon83 [r1] First version
 data 2009-11-21 seldon83 [r1] First version
 data_readonly 2009-11-21 seldon83 [r1] First version
 images 2009-11-21 seldon83 [r1] First version
 js 2009-11-21 seldon83 [r1] First version
 lib 2009-11-29 seldon83 [r7] Way of handling config -files changed
 php-barcode-0.3pl1 2009-11-21 seldon83 [r1] First version
 suunnittelu 2009-11-21 seldon83 [r1] First version
 templates 2009-11-29 yoneh [r5] login template localized to English
 templates_c 2009-11-21 seldon83 [r1] First version
 tmp 2009-11-21 seldon83 [r1] First version
 README 2009-11-29 seldon83 [r7] Way of handling config -files changed
 index.php 2009-11-21 seldon83 [r1] First version
 laskentakaavan_tarkistus.php 2009-11-21 seldon83 [r1] First version
 ohjaus.php 2009-11-21 seldon83 [r1] First version
 robots.txt 2009-11-21 seldon83 [r1] First version

Read Me

Kassakone README (version 0.01)

TABLE OF CONTENTS
	1. Overview
	2. License
	3. Requirements
	4. Installation instructions
	5. TODO/WISH-list

1. OVERVIEW
	Kassakone is a cash system. System is for small companies and meaning of system is to take care of stocks, 
	covering notes and cash registers. System uses following techniques: PHP, MySQL, XHTML, Smarty, CSS, Ajax, Javascript.
	Sourceforge page: http://kassakone.sourceforge.net/
	
2. LICENSE
	License is GNU LGPL Version 3, 29 June 2007 (http://www.gnu.org/licenses/lgpl.html)
	
3. REQUIREMENTS
	- Linux
	- Apache
	- PHP
	- MySQL
	
4. INSTALLATION INSTRUCTIONS
	- Get a source code
	- Tar: tar -xvzf kassakone-X.tar.gz
	- Open "suunnittelu/creates_sql_end.mysql" and edit your own informations to last row
	- Run: "cd suunnittelu; ./make_creates_sql_file" (which'll create file "suunnittelu/creates_generated_by_unix_cat.mysql")
	- Create database "kassakone" with "suunnittelu/creates_generated_by_unix_cat.mysql"
	- Copy file "lib/conf_server_jargon1.php"   TO  "lib/conf_server_[YOUR_SERVER_NAME].php" and edit your own information to file (database name, user, password)
	- Set permissions of directory "templates_c/" writable for Apache
	- Login with username "superadmin" and password "test123"
	- Add users with different usergroups, passwords will be sent to email address you set to added user
	  (remember to set stock for cashier user)
	- Usernames and passwords for testing (automatically created by create-sql): (remember to change passwords!)
		kassakone_superadmin/test123
		kassakone_admin/test123
		kassakone_kassa/test123

5. TODO/WISH-LIST
	- Multiple languages
	- Java -module for main Cash register -view
	
MongoDB Logo MongoDB