Menu

Tree [915197] master /
 History

HTTPS access


File Date Author Commit
 images 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 sourceforge 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 yui 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 about.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 ac.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 actualGroupHeadConfig.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 addAccount.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 createCustomers.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 daybook.png 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 daybookaccounts.zip 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 ecindiao_daybook.sql.old 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 ecindiao_daybook_users.sql.old 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 error_log 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 footer.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 header.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 index.html.bak 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 index.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 lib.actualGroupHeadConfig.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 lib.dbconnect.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 lib.global.css 2015-01-23 kpremk kpremk [915197] Customer Vendor Module included.
 login.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 logout.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 managecustomervendor.php 2015-01-23 kpremk kpremk [915197] Customer Vendor Module included.
 member.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 postAction.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 postCustomerVendor.php 2015-01-23 kpremk kpremk [915197] Customer Vendor Module included.
 queries 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 readme.txt 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 registration.php 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 search_16x16.gif 2014-12-29 kpremk kpremk [4c6c60] Initial Commit
 users.sql 2014-12-29 kpremk kpremk [4c6c60] Initial Commit

Read Me

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



Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.