Electronics Showroom Management System: Name:Awais Rashid Reg No:SP17-BCS-017 Class/Section:5A Submitted To
Electronics Showroom Management System: Name:Awais Rashid Reg No:SP17-BCS-017 Class/Section:5A Submitted To
Management System
Name:Awais Rashid
Reg No:SP17-BCS-017
Class/Section:5A
Dated: 3/28/2019
Electronics Showroom Management System
PURPOSE:
Electronic Showroom Management system helps Electronic showrooms owners and
management staff by producing different kind of financial and stock tracking reports, etc. This
software is able to manage all electronic stocks i.e; Television, Washing Machines, Computers,
Microwaves, etc. In this software shop owner can manage the data of customer and buyers. Also
tax information and other government charges including recycle charges.
SCOPE:
Hence six types of data can be imported into Sales Orders, Purchase Orders, Products,
Customers and Inventory.
OVERVIEW:
Electronic Showroom Management System is application software utility that efficiently
maintain the inventory of the Electronic Showroom. This software is capable of recording details
of sales and purchase order. Similarly keeps track of expenses and income of the company. This
billing accounting software can be used to generate various reports including Item, Ledger, Sales
order, Purchase order and Expenses ledger and more.
System Entities:
1. Customers.
2. Salesman’s.
3. Appliances.
4. Orders.
5. Expensive.
6. Pavements.
System Attributes:
1. Customers:
Name, id, address, contact no, order, last prize, cash, delivery and date/time.
2. Salesman:
Name, id, address, contact no, salary, working hours, date/time.
3. Appliances:
Name, brand, code, prize, stock.
4. Expensive:
Daily expense, Monthly expense, salaries, budgets.
5. Orders:
Order id, order of appliance, appliance code, appliance prize.
6. Pavements:
Pid, customer id, order id, appliance code, pavement method.
Entity Relationship Diagram
From
A_Code A_Prize
Salesman
P_Order_ID Pavements Record
E_Monthly_Expense E_Salries
Relation Schema:
CREATE TABLE Customer (Name CHAR(20)
ID INTEGER
Address CHAR(10)
Contact INTEGER
Order CHAR(10)
Date/Time INTEGER
PRIMARY KEY:(ID))
ID INTEGER
Address CHAR(10)
Contact INTEGER
Salary INTEGER
Hours INTEGER
Date/Time INTEGER
PRIMARY KEY:(ID))
Code INTEGER
Prize INTEGER
Stock INTEGER
FOREIGN KEY:(Name))
Salries INTEGER
Budgets INTEGER
FOREIGN KEY:(Budgets))
No INTEGER
Code INTEGER
Prize INTEGER
PRIMARY KEY:(ID))
Customer ID INTEGER
Order ID INTEGER
Code INTEGER
Method CHAR(10)
PRIMARY KEY:(ID))
Relations(Tables):
Customers:
Salesman’s:
Appliances:
Orders:
Expensive:
Pavements:
First Normal Form:
Transitive Dependency:
Partial Dependency: