You are on page 1of 7

Products Subcategories

supplier_ids id PK
id PK Subcategory_Name
product_code Category_Id FK (Categories.ID)
product_name
description Category_Id
standard_cost id PK
list_price Category_Name
reorder_level
target_level
quantity_per_unit
discontinued
minimum_reorder_quantity
Subcategory_Id FK (Subcategories.ID)
attachments
Customers Employees Shippers Suppliers
id PK id PK id PK id
company company company company
last_name last_name last_name last_name
first_name first_name first_name first_name
email_address email_address email_address email_address
job_title job_title job_title job_title
business_phone business_phone business_phone business_phone
home_phone home_phone home_phone home_phone
mobile_phone mobile_phone mobile_phone mobile_phone
fax_number fax_number fax_number fax_number
address address address address
city city city city
state_province state_province state_province state_province
zip_postal_code zip_postal_code zip_postal_code zip_postal_code
country_region country_region country_region country_region
web_page web_page web_page web_page
notes notes notes notes
attachments attachments attachments attachments
PK

ness_phone

postal_code
Orders Orders_Status Orders_Tax_Status
id PK id PK id PK
employee_id FK (employees.id) status_name tax_status_name
customer_id FK (customers.id)
order_date
shipped_date
shipper_id FK (shippers.id)
ship_name
ship_address
ship_city
ship_state_province
ship_zip_postal_code
ship_country_region
shipping_fee
taxes
payment_type
paid_date
notes
tax_rate
tax_status_id FK(orders_tax_status.id)
status_id FK(orders_status.id)
Order_details Order_details_Status
id Pk id PK
order_id FK (orders.id) status_name
product_id FK (products.id)
quantity
unit_price
discount
status_id FK(order_details_status.id)
date_allocated
purchase_order_id
inventory_id
Purchase_Orders Purchase_order_details
id PK id PK
supplier_id FK(suppliers.id) purchase_order_id FK(Purchase_orders.id)
created_by FK(employees.id) product_id
submitted_date quantity
creation_date unit_cost
status_id FK(purchase_order_satus.id) date_received
expected_date posted_to_inventory
shipping_fee inventory_id
taxes
payment_date
payment_amount
payment_method
notes
approved_by
approved_date
submitted_by
purchase_order_status
id PK
status

You might also like