0% found this document useful (0 votes)
45 views7 pages

Functional Components: Mobile Store Management

The document describes a mobile store management system with the following key components: 1. Functional components for item management, sales, purchases, expenses, employee information, reports, and login. 2. Database tables for login, users, categories, products, accessories, cart, bills, and payments. 3. The tables store information like user details, product details, purchase and sales transactions, and payments. 4. A physical data model and structured chart show the relationships between different components and tables.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views7 pages

Functional Components: Mobile Store Management

The document describes a mobile store management system with the following key components: 1. Functional components for item management, sales, purchases, expenses, employee information, reports, and login. 2. Database tables for login, users, categories, products, accessories, cart, bills, and payments. 3. The tables store information like user details, product details, purchase and sales transactions, and payments. 4. A physical data model and structured chart show the relationships between different components and tables.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Mobile Store Management

Itemmaster Sale Purchase Employee


details

Purchase Order Add employee


Add item Add sale details

Save Save
Add Save
Show all Show all
Show all Show all

Generate bill
Edit item
Update

Update
Delete Sale Deletee
Delete item

Delete
Delete

Daily Expense
Reports Login

Add expense
Stock Change
password
save
Sales
Show all Change

Purchase

Employee details

Functional Components
The functional components identified during the system design are listed here:
● Functional component 1: Itemmaster
● Functional component 2: Sale
● Functional component 3: Purchase
● Functional component 4: Daily Expense
● Functional component 5: Employee Information
● Functional component 6: Reports
● Functional component :7 Login

Schema Information

Login Table

Password

Usertype Username

User table
Use EmailI username passwo gen addres secqustn answ country mob
rId d rd der s er no

Category Table

CategoryID CategoryName

Products Table

I Productna company_ Model Descrip Imag Colo Qua Amo


d me name no tion e r ntit unt

Accessories Table

I Accessori company_ Model Descrip Imag Qua Amo

d estname no tion e ntit unt


name
y

Cart Table

user_ categor mod amou quan


id y el nt tity

Bill Table

user_id bill_no custname address category model amount tax total_


price

Payment Table

card card_n name_o security_n billing_ad c securityn ad postal co


_typ umber n_card umber dress i umber dr _code un
e t es try
y s

4.7.5 Description

The database used in our application namely

● Login Table
● Category Table
● User Table
● Products Table
● Accessories Table
● Cart Table
● Bill Table
● Payment Table

● The Login Table stores the details of the user who are logged in.

Fields: Usertype ,Username, Password.


● The User Table stores the details of the new user.

Fields: UserId, EmailId, username, password, gender, address, secqustn, answer, country,
mobno.

● The Category Table used to add Category details.

Fields: CategoryID, CategoryName.

● The Products Table used to store new mobile details.


Fields: Id, Productname, Modelno, Description, Color, Image, Quantity, Amount

● The Accessories Table used to store the new Accessories details.

Fields: Id, AccessoriesName, Modelno, Description, Image, Quantity, Amount

● The Cart Table is used to store the details of the items purchased by the customers.

Fields: user_id, category, model, amount, quantity.

The Bill Table used to store the bill details.

Fields: user_id ,bill_no , cust_name, address, mob_no, category, model, quantity, amount, tax,
total_price

The Payment Table is used to store the payment details of the user.

Fields: card_type, card_number, name_on_card, security_number, billing_address, city,


postal_code, country, expiry_date

2.5.2 Physical design

Login Table
Usertype
Username
Password

User Table
UserId
EmailId
username
password
gender
address
secqustn
country
mobno

Products
Table
Id
Productname
ModelNo
Description
color
Image
Quantity
Amount

Cart Table
user_id
category
ModelNO
Amount
qty

Category
Table
Category Id
Categoryna
me
Accessories
Table
Id
Accessoriesnam
e
ModelNo
Description
color
Image
Quantity
Amount

Structured chart

Reports

Employee details
Stockdetails
Purchasedeta Sale
ils details

Stock Purchase Sales Employee

You might also like