Skip to content

tejoyv/retailmanagement

Repository files navigation

Retail Management Website Awesome

Developed Using Flask Web framework


The System needs to be able to handle primary functions that can be grouped into two set of activities.

New account executive/New customer

  • Create, Update, Delete Customer
  • Create and Delete Account
  • View Customer and Account Status

Cashier/Teller

  • Manage deposit, withdraw and transfer
  • Get Customer and Account details
  • Get Customer-Account Transactions/Get Statement

Installing

Clone the repository and activate the virtual environment. In cmd navigate to the project folder and write:

venv\Scripts\activate

Next install the libraries and dependencies :

pip install -r requirements.txt

Run the website :

python main.py

Login Instructions :

  • Bank Executive Login -> username = User11111 and password = User@11111
  • Cashier Login -> username = User22222 and password = User@22222

Database used

SQLite Database using SQLAlchemy ORM

Project Screenshots :

1. Executive Login :

  1. Home Page Screenshot (269) Screenshot (270) Screenshot (271)

  2. Login as Executive Screenshot (273)

  3. Customer Creation Form Screenshot (275)

  4. View All Customer Screenshot (276)

  5. Show Customer Details of an individual customer Screenshot (277)

  6. Update Customer details Screenshot (278)

  7. Delete Customer details Screenshot (279)

  8. Create Account by Executive Form Screenshot (280)

  9. View all accounts by Executive Screenshot (281)

  10. Search Account by Executive Screenshot (282)

2. Cashier Login :

  1. Login as Casier Screenshot (283)
  2. Dashboard for Cashier Screenshot (284)
  3. Search Account Screenshot (286) Screenshot (287)
  4. Withdraw Money by cashier Screenshot (288)
  5. Deposit Money by cashier Screenshot (290) Screenshot (291)
  6. Transfer Money by cashier Screenshot (292)
  7. Detailed Statement Screenshot (293)

About

Retail Management Case Study

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •