New WMS Class Diagram

WMS class diagram

WMS class diagram

Extract from WMS vs 2008 solution

WMS Class Diagram

WMS Class Diagram

Edited…

Modified Activity Diagram

Check In

Check In

Check Out

Check Out

Create New Order

Create New Order

Communication Diagram(so-called~~~) for Demo

That’s only so far what we do.

Sample Reports demo

I have created and demo the reports that will be generated from database.

Customer Report

Customer Report

Customer Report

Customer Order

Customer Order

Customer Order

Warehouse Report

Warehosue Report

Warehosue Report

Shipment Report

Bill Transaction Report

Bill Report

Bill Report

data requirments

shipment receipt

list of shipment ids

list of each check in time

list of the customers

list of the delivery companies for each shipment

list of the whether confirmed

that’s all

component diagram for login/out checkin/out

Data requirements

Shipment Creation( to display the shipment records for the particular customer)

list of shipment id 
list of customer id( the customer details will come under customer id)
number of packages ( in case of multiple check ins)
date and time of check-in
date + time of checkout
staff in charge of the shipment ( staff who will check in and check out the shipment. same staff will check in and check out the package)
company delivering the package. e.g. DHL/FedEx/COSCO/MAERSK/etc
barcode id of the shipment package( for ref of the package)

Add Warehouse( adding the available empty space in each warehouse)

List of warehouse ids
list of rack ids
list of rack sections
list of free storage ids ( each warehouse would have only one main free storage space)
  –> floor area
  –> xsector
  –> ysectors

Update Warehouse ( when the amount of available space in each of the warehouse changes, there would be a need for update)

List of warehouse ids
list of rack ids
list of rack sections
list of free storage ids ( each warehouse would have only one main free storage space)
  –> floor area
  –> xsector
  –> ysectors

Sequence Diagrams

Sequence Diagram

map