Daily Expense Tracker System With Codeigniter

This is a source code to help you build a function for tracking daily expenses online, developed using Codeigniter with main features:

  • Dashboard: In this section, users can get an overview of daily, monthly, and yearly expenses.
  • Expenses: In this section, users can manage expenses (add/delete).
  • Expense reports: In this section, users can view expenses by day, month, and year based on time intervals.
  • Profile: In this section, users can update their profile.
  • Change password: In this section, users can change their password.
  • Logout account when not in use.

* How to install script on localhost:

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the script and copy it to the web server directory;
  • Access phpMyAdmin to create a new database, then import file detsci.sql database;
  • Open file config.php (in directory application/config.php) to configuration $config['base_url'];
  • Open file database.php (in directory application/database.php) to configuration database connection;
  • Default login account:  testuser@gmail.com/ Test@123


Previous Post Next Post