Skip to content

This expense management system is used to add the product either inward or outward. In inward, you can add inward product and balance is increased. In outward, you can add outward product and balance is decreased. You get the report of inward and outward as pdf, excel, and print.

License

Notifications You must be signed in to change notification settings

dhina016/Expense-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Expense Management System

This expense management system is used to add the product either inward or outward. In inward, you can add inward product and balance is increased. In outward, you can add outward product and balance is decreased. You get the report of inward and outward as pdf, excel, and print.
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot This expense management system is used to add the product either inward or outward. In inward, you can add inward product and balance is increased. In outward, you can add outward product and balance is decreased. You get the report of inward and outward as pdf, excel, and print.

Built With

Getting Started

Follow the installation steps to open project without error

Installation

  1. Download and extract the project in htdocs
  2. Create the database
  3. Upload or Import expense.sql in your database
  4. Configure Base URL in application/config/config.php
$config['base_url'] = 'http://localhost/expense_manager/';
  1. Configure Database in application/config/constants.php
defined('DATABASE_NAME')     OR define('DATABASE_NAME', 'your database name'); // Database Name
defined('DATABASE_USERNAME')       OR define('DATABASE_USERNAME', 'your database username'); // Database Username
defined('DATABASE_PASS')      OR define('DATABASE_PASS', 'your database password'); // Database Password
defined('DATABASE_HOST')      OR define('DATABASE_HOST', 'your hostname'); // Hostname
  1. Configure Debug mode in application/config/database.php. development -> Show error, production -> Hide Error. Defalut Mode Production.
'db_debug' => (ENVIRONMENT !== 'production'),
Or
'db_debug' => (ENVIRONMENT !== 'development'),
  1. If you face any error Like @sqlMode, set stricton -> true application/config/database.php.
'stricton' => FALSE,
To
'stricton' => TRUE,
  1. Admin Login.
Username => socalled,
Password => 111111,

Usage

Consider the situation, You are a chef of one restaurant and you want to monitor the profit amount. So here the expense management system works. A gang of 3 friends came to your restaurant and order 3 egg rice and 2 omelets. so you want 4 eggs and 1 kg of rice and plus some ingredients. Now you bought 5 eggs and rice in the store. Rice cost 40 rs and egg cost 5 rs. The total cost you spend 40+25(55) = 65. Now those friends eat well and paid you. The egg rice cost is 35 and omelet costs 10. Now you have 90(330)+20(2*10) = 110. So now you earned 70(135-65). This is how expense management works. Here Demo, Inward -> Egg Rice, Omelete Outward -> Egg, Rice

1.Login : S1

2.Dashboard : S1

3.Add Cash : S1

4.Manage Product : S1

5.Dashboard After Add Product : S1

6.Outward : S1

7.Dashboard After Outward : S1

8.View Inward : S1

9.Dashboard After Inward : S1

10.Dashboard Table Report : S1

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: https://github.com/dhina016/Expense-Management

Acknowledgements

=======

About

This expense management system is used to add the product either inward or outward. In inward, you can add inward product and balance is increased. In outward, you can add outward product and balance is decreased. You get the report of inward and outward as pdf, excel, and print.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published