Shopping Mall Management System

21
Shopping Mall Management System

Transcript of Shopping Mall Management System

Page 1: Shopping Mall Management System

Shopping Mall Management System

Page 2: Shopping Mall Management System

Group Members

Page 3: Shopping Mall Management System

Table of Content

Project Narrative

Entities

Software Required

Data Flow Diagram

Entity–Relationship Model

Page 4: Shopping Mall Management System

Project Narration

The objective of the “Shopping Mall Management System” is to login and get the information about the products and sales details. The system stores all the information about the employee, their complete details.

Every organization, whether big or small, has human resource challenges to overcome, therefore we design exclusive shopping mall management system that are adapted to the managerial requirements. This is designed to assist in strategic planning, and will help you ensure that your organization is equipped with the right level of human resources for your future goals.

Page 5: Shopping Mall Management System

Entities

EMPLOYEE TABLE

LOGIN TABLE

BRAND TABLE

PRODUCT TABLE

SALES

Page 6: Shopping Mall Management System

Software required

PuTTy

Page 7: Shopping Mall Management System

Employee Table

The employee module is used for storing the information of the employee

The basic information in this module may contain employee id, employee name, DOB, Gender, Qualification, and contact number

Page 8: Shopping Mall Management System

Login Table

The login module is used for storing the information of the employee that who is logged in.

The basic information in this module may contain username and password of the employee

Page 9: Shopping Mall Management System

Brand Table

The brand module is used for storing the information of the product

The basic information in this module may contains Brand_id and Brand name of the product.

Page 10: Shopping Mall Management System

Product Table

The product module is used for storing the information of the products

The basic information in this module may contains product_id, product name, cost of the product, expiration date, brand_id and user_id.

Page 11: Shopping Mall Management System

Sales The sales module is used for storing the information

of the product sold out.

The basic information in this module may contains about product_id, customer, quantity, cost, sell date, and user_id.

Page 12: Shopping Mall Management System

Entity–Relationship Diagram

Page 13: Shopping Mall Management System

EMPLOYEEEmp_idName DOBGenderQualification Contact Number

LOGINUser_idPassword

BRAND Brand_idBname

PRODUCTPro_idPname CostExp_DateBrand_idUser_id

SALESPro_idCustomer_nameQtyCostSell_DateUser_id

Page 14: Shopping Mall Management System

Tables

Employee table

Page 15: Shopping Mall Management System

LOGIN TABLE

Page 16: Shopping Mall Management System

BRAND TABLE

Page 17: Shopping Mall Management System

PRODUCT TABLE

Page 18: Shopping Mall Management System

SALES

Page 19: Shopping Mall Management System

Conclusion

Finally, we can say that this system reliable, felixble and it saves the profitable time of the employee. which can be very much used by the organization which would be an extra favorable position.

Page 20: Shopping Mall Management System

References

https://en.wikipedia.org/wiki/SQL

https://en.wikipedia.org/wiki/Database_design

Page 21: Shopping Mall Management System