Comparative Matrix DB
Comparative Matrix DB
Proponents:
1.Bryan Cupps
2.Tim Glass
Table 1.3
Related Studies Features Limitations Platform Details Support Monetization
scheme
Name: • Automatically • Not dropship • Website • Browser CIN7 can sell
Cin7’s cloud-based adjusts included. They their system to
order system inventory have to use a fix retail managers
which is time who would like
URL: • Preventing consuming to make use of
https://www inventory their system
.cin7.com/co
mpany/abo ut-us/ control errors. design. CIN7 can
be made
Year: • Sell or hold customizable in
2012 products their features
Table 5 shows the profile of all the students in university. The primary key is
the students “ID_Number” compared with the “Student_ID” from orders to
verify the students' profile.
Table 6
Staff
PK Staff_ID
StafFirstname
StafLastname
StafGender
StafEmail
StafAddress
StafContact
StafHiredDate
AssignedDepartment
Table 6 shows the profile of the staff who will issue the book orders from the
students. Staff’s profile includes the name, gender, email, address, contact, hire
date, and assigned department. The primary key is the “Staff_ID” to verify the
staff’s profile.
Table 7
Students Order
PK Order_ID
FK Student_ID
FK Staff_ID
Textbook_Name
Order_Date
Textbook_Author
TextBook_Edition
Transaction_Status
Table 7 shows the profile for orders. The primary key is the “Order_ID” from
order details in order to verify the order details.
Table 8
Order Details
PK Order_ID
FK Textbook_Name
Quantity
Price
Discount
Total
Table 8 shows the details about the item ordered by the customer, this is where
they can see the final ordered item. The primary key of the order details is the
“Order_ID”. It also has the Textbook_Name,Quantity, Price, Discount, and
total of the price they ordered.
Table 9
Category
PK Category_ID
Genre
Description
Active
Table 9 shows the product category, The primary key is the “Category_ID”. in
order to identify the category profile of the order.
Table 10
Textbook
Category
PK
PK Textbook_ID
Category_ID
Textbook_Name
Genre
Textbook_Desc
Description
FK
Category_Num
Active
QuantityPerUnit
Textbook_Stock
Textbook_Order
Textbook_Status
Discount
Table 10 shows the profile for the products. The primary key is the “Textbook_ID”
from the order details in order to verify the Textbook
Table 11
Payment
Category
PK Payment_ID
Category_ID
Payment_Date
Genre
Payment_Type
Description
Allowed
Active
Table 11 is the profile for the payment. The primary key is “Payment_ID” and the
profile is composed of the Payment_Date, Payment_Type, and Allowed.
Entity Relationship Diagram
This section reveals the relationship of the entities through a
linked tabular presentation. The dependency is necessary to
allow the tables function properly.
ERD