This is a personal expense management software designed to work on mobile browser. You can enter your daily expenses and earnings and see multiple reports.
This is my personal expense management application. Expenses, earnings and credits can be managed. It can produce reports such as - Category Wise Report, Day Wise Report, Last 4 Months Expense Report, Full Excel Download among few others. Extras screen is used to manage categories, contacts (used for Credits module) and password.
I assume that you already have PHP, Apache server and MySQL installed.
- Run the SQL editor and import the file
database/adw_des_oltp.sql
- Open
includes/connection.inc.php
and configure your database connection and environment details - If you can run .sh files, execute
composer-install.sh
, this installs composer locally (resulting intocomposer.phar
file) for your project. If you cannot run .sh files, sorry for now, please take help from internet - Install dependencies using composer
php composer.phar install
- Make your server up and application should load properly
Default username an password (as can be seen from
adw_user
table) is - admin | pass
For additional help, NOTES.md
may be useful