Skip to content

Fixed-Deposits can be managed using this system. you need to manually keep the notes for each and every fd's

License

Notifications You must be signed in to change notification settings

reputed-artist/Fixed-Deposit-Management-system

Repository files navigation

Fixed-Deposit-Management-System 💰🏦

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.

Features

  • 📊 Manage multiple fixed deposits
  • 💸 Calculate interest for different banks
  • 📅 Display maturity dates
  • ⏰ Alert for FD maturity
  • 🔒 User authentication

Getting Started

Prerequisites

  • XAMPP or any other local server setup.

Installation

  1. Download the repository:

    • Clone the repository or download the ZIP file.
      git clone https://github.com/reputed-artist/Fixed-Deposit-Management-system.git
  2. Copy the folder:

    • Move the folder into your XAMPP's htdocs directory.
      cp -r Fixed-Deposit-Management-System /path/to/xampp/htdocs/
  3. 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 click Go.
  4. Start your local server:

    • Ensure Apache and MySQL are running in your XAMPP control panel.
  5. Access the application:

    • Open your web browser and navigate to:
      http://localhost/Fixed-Deposit-Management-System
      

Usage

  1. Login:

    • Enter the login ID and password provided below:
      Username: [email protected]
      Password: admin@123
      
  2. Manage Fixed Deposits:

    • Add new fixed deposits, specify bank details, principal amount, interest rate, and duration.
  3. Calculate Interest:

    • The system will automatically calculate the interest and maturity amount based on the bank's logic.
  4. Maturity Alerts:

    • The system will check for FDs maturing today and show alerts with details including name, date, and FD ID.

Supported Banks and Logic 🏦

  • 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.

Screenshots

Screenshot 1 Screenshot 2

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any queries, please contact [email protected].


Happy Managing! 💼

About

Fixed-Deposits can be managed using this system. you need to manually keep the notes for each and every fd's

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published