Simple Accounting System Code
Brought to you by:
kpremk
Steps to install in Windows WAMP platform. 1. Download and Install WAMP software from http://sourceforge.net/projects/wampserver/?source=directory 2. Download the daybookaccounts and unzip it to directory C:/wamp/www Make sure the directory is "daybookaccounts" 3. After copying the installed files should be in the location C:/wamp/www/daybookaccounts 4. Start / Restart all the services of WAMP software. 5. Type in http://localhost/ from the browser. 6. Click on PHPMyAdmin. 7. Open the PHPMyAdmin application and create a database called "daybooka_daybook" 8. Open the database "daybooka_daybook" database. 9. Copy the sql query from the file "users.sql" into the SQL provided in the PHPMyAdmin application. 10. Open lib.dbconnect.php file and make neccessary changes to the below configuration. By default, it works as it is. $database_hostname = "localhost"; $database_username = "root"; $database_password = ""; Start all the services of Wamp software to use the application. Stop all the services of Wamp software to stop using the application. Additional Steps to install on the Local Area Network. Modify Line No 30 in index.php. Replace http://localhost/daybookaccounts to http://<hostname>/daybookaccounts Access the application as http://<hostname>/daybookaccounts from other computers in the LAN, where <hostname> is the the name of the computer where the application is installed. For any query or doubts related to installation, please contact PREM KUMAR KANNAN, kpremk@gmail.com