A comprehensive PHP-based Fixed Deposit Management System that allows users to manage and calculate fixed deposits with different banks such as SBI, Saraswat Bank, Yes Bank, and BOI.
- 📊 Manage multiple fixed deposits
- 💸 Calculate interest for different banks
- 📅 Display maturity dates
- ⏰ Alert for FD maturity
- 🔒 User authentication
- XAMPP or any other local server setup.
-
Download the repository:
- Clone the repository or download the ZIP file.
git clone https://github.com/reputed-artist/Fixed-Deposit-Management-system.git
- Clone the repository or download the ZIP file.
-
Copy the folder:
- Move the folder into your XAMPP's
htdocs
directory.cp -r Fixed-Deposit-Management-System /path/to/xampp/htdocs/
- Move the folder into your XAMPP's
-
Set Up the Database:
- Open your web browser and navigate to
http://localhost/phpmyadmin
. - Create a new database named
fd_mgmt
. - Import the
fd_mgmt.sql
file to create the necessary tables and data:- Click on the
fd_mgmt
database. - Go to the
Import
tab. - Choose the
fd_mgmt.sql
file from the project directory and clickGo
.
- Click on the
- Open your web browser and navigate to
-
Start your local server:
- Ensure Apache and MySQL are running in your XAMPP control panel.
-
Access the application:
- Open your web browser and navigate to:
http://localhost/Fixed-Deposit-Management-System
- Open your web browser and navigate to:
-
Login:
- Enter the login ID and password provided below:
Username: admin@gmail.com Password: admin@123
- Enter the login ID and password provided below:
-
Manage Fixed Deposits:
- Add new fixed deposits, specify bank details, principal amount, interest rate, and duration.
-
Calculate Interest:
- The system will automatically calculate the interest and maturity amount based on the bank's logic.
-
Maturity Alerts:
- The system will check for FDs maturing today and show alerts with details including name, date, and FD ID.
- SBI (State Bank of India)
- Saraswat Bank
- Yes Bank
- BOI (Bank of India)
Each bank has its own logic for interest calculation which is handled by the system.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any queries, please contact tejaschavda2020@gmail.com.
Happy Managing! 💼