A Dynamic Delivery Scheduling System in supply chain Professor Ha. T. Qin, Y.M. Lee, S.P. Chu 2008-05-27.

Slides:



Advertisements
Similar presentations
Context Diagram Yong Choi BPA CSUB.
Advertisements

Global Supply Chain Procurement and Distribution
Intracompany Stock Transfer Scenario Overview
Strategic Decisions (Part II)
McGraw-Hill/Irwin © 2006 The McGraw-Hill Companies, Inc. All rights reserved. 3-1 BUSINESS DRIVEN TECHNOLOGY Business Plug-In B3 Supply Chain Management.
INVENTORY MANAGEMENT Chapter Twenty McGraw-Hill/Irwin
THE CONTEXT OF LOGISTICS. Cycle of Supply and Demand Customers Other Inputs Other Outputs Operations Demand for Products Supply of Products passed to.
Supply Chain Management
BSAD 102 Mike’s Bikes Business Simulation
Supply Chain Management
The Fundamentals of Enterprise Resource Planning Olayele Adelakun (Ph.D) Assistant Professor CTI Office: Room 735 CTI 7th Floor Phone: Fax:
Enterprise Systems.
Supply Chain Management
Supply Chain Operations: Making and Delivering
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved CHAPTER 8 SUPPLY CHAIN MANAGEMENT.
© Wiley Chapter 1 - Introduction to Operations Management Operations Management by R. Dan Reid & Nada R. Sanders 2 nd Edition © Wiley 2005 PowerPoint.
Lecture Note 8 Using Data Flow Diagrams
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved Business Plug-in B8 SUPPLY CHAIN MANAGEMENT.
2006 Palisade User ConferenceNovember 14 th, 2006 Inventory Optimization of Seasonal Products with.
2D Challenge TERM III. Singapore Unmanned Delivery System Overview  The Government is considering designing and deploying an automated fresh milk delivery.
MEANING OF SUPPLY CHAIN Supply chain is an overall system which covers the flow of material and information from a business to it customer. In a manufacturing.
Deployment & Available-to-promise (ATP) in SCM EGN 5623 Enterprise Systems Optimization (Professional MSEM) Fall, 2011.
Logistics is everywhere In fact, every day, we come in contact with logist ics, either directly, e.g., when the parcel carrier ri ngs the doorbell and.
McGraw-Hill/Irwin ©2008 The McGraw-Hill Companies, All Rights Reserved SECTION 8.1 SUPPLY CHAIN FUNDAMENTALS.
Supply Chain Management
Chapter 11: Strategic Leadership Chapter 8 Production and operations management.
ALL MCQS
Simulation Analysis of Truck Driver Scheduling Rules Eric C. Ervin Russell C. Harris J.B. Hunt Transport, Inc. 615 J.B. Hunt Corporate Drive P.O. Box 130.
PowerPoint Presentation by Charlie Cook The University of West Alabama Copyright © 2005 Prentice Hall, Inc. All rights reserved. Operations Management.
An Introduction to Java Chapter 11 Object-Oriented Application Development: Part I.
(Business) Process Centric Exchanges
What is a distribution center? Prepared by Mark Farrington.
1 Project title: DISTRIBUTED AND CAPE-OPEN COMPLIANT PLATFORM FOR PLANNING AND SCHEDULING MULTI-SITE MANUFACTURING SYSTEMS Universitat Politecnica de Catalunya.
1 A Student Guide to Object- Oriented Development Chapter 6 Identifying Functionality.
1 Production Operations Management Introduction to POM U. Akinc Introduction to POM U. Akinc.
Transportation Planning EIN 5346 Enterprise Systems Optimization Fall, 2015.
Scheduling. Scheduling: The allocation of resources over time to accomplish specific tasks. Demand scheduling: A type of scheduling whereby customers.
Department of Marketing & Decision Sciences Part 5 – Distribution Wholesaling and Physical Distribution.
Introduction of Geoprocessing Lecture 9. Geoprocessing  Geoprocessing is any GIS operation used to manipulate data. A typical geoprocessing operation.
SUPPLY CHAIN MANAGEMENT SYSTEMS Part I. 7-2 LEARNING OUTCOMES 1.List and describe the components of a typical supply chain 2.Define the relationship between.
Intelligent Supply Chain Management Course Transportation Scheduling
The Business Plan Apparel Development 2 Objective 4.02.
Log Truck Scheduling Problem
Supply.  Supply is based on decisions made by producers in various types of businesses.  Supply is the amount of a product that would be offered at.
Presented by: S.M.Tabatabaee Nasab SCOR spans: All customer interactions, from order entry through paid invoice All product (physical material.
Transportation Planning EIN 5346 Enterprise Systems Optimization Fall, 2015.
Transportation and Distribution Planning Matthew J. Liberatore John F. Connelly Chair in Management Professor, Decision and Information Techologies.
What’s next? Find out how “operations” affects the bottom line … How does operations affect the profitability of customers or markets? How can support.
Lecture #1: Introduction to Algorithms and Problem Solving Dr. Hmood Al-Dossari King Saud University Department of Computer Science 6 February 2012.
14 – 1 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall. Operations Planning and Scheduling 14 For Operations Management, 9e by Krajewski/Ritzman/Malhotra.
Marketing II Chapter 2: Company and Marketing Strategy Partnering to Build Customer relationships
Prepared By: Reham Al-Homayan Review class 3 McDonald’s Case Study.
Production Planning and control – ME 1009 Unit 1 Introduction.
Bernd Bruegge and Allen Dutoit Requirements Process The requirements process consists of two activities: Requirements Elicitation: Definition of the system.
14 Summary Management of Operations
Introduction to Operations Management
Intracompany Stock Transfer Scenario Overview
Case study on Zara Taking customer focus to new heights
Business Process Modelling
Freight Shipping Tips
Various pricing methods. INTRODUCTION The companies resolve pricing issue by selecting a pricing method that incorporates costs,competition and demand.
Intracompany Stock Transfer Scenario Overview
Sales Order Process.
Quantifying the Impact of Deployment Practices on Interplant Freight Volatility Kurn Ma Manish Kumar.
Operations Management
Intracompany Stock Transfer Scenario Overview
King Saud University College of Engineering IE – 462: “Industrial Information Systems” Fall – 2018 (1st Sem H) Introduction (Chapter 1) part.
SCM Master Data - 2 Master Data for Distribution & Production Processes EGN 5346 Logistics Engineering Fall, 2015.
Presentation transcript:

A Dynamic Delivery Scheduling System in supply chain Professor Ha. T. Qin, Y.M. Lee, S.P. Chu

1. Introduction In supply chain, most of companies want to obtain a quick response ability. However, because of uncertain and complicated situation, they can not make a quick operation. Hence, there are several methods that can improve the response ability with the increment of cost. Specially, developing a perfect system to manage the activities can reach that target with the lowest cost.

1. Introduction

2 Problem Statement In this case, our team will focus on the product delivery activity in supply chain. We try to build up a dynamic delivery scheduling system to help manager for quick response to customer. Some simple dispatching rules or algorithm will be employed for generating the schedule. Finally, A truck-order schedule will be gotten based on the real-time situation and the criterion of smallest number of tardy order.

2 Problem Statement Objective of Problem – Obtain a quick response to customer with the consideration of cost and time. Decision facts – How many trucks are there for delivering all orders in the time horizon? – When will this order be delivered? – Which order will be putted into a specific truck?

2 Problem Statement

3. Analysis Procedure 1.Requirement analysis 2.System model analysis 1.Object Model 2.Dynamic Model 3.Functional Model 3.Find out all useful operations 4.Carry out the model diagram

3.1 Requirement analysis 1.Truck-order schedule should be generated from this system. 2.The system will be designed for single distribution center. 3.There are many customers distributed around the DC in each area. 4.The capacity of truck is limited. 5.The delivery time and due time will be considered.

3. 2 System model analysis Object Model – Data Dictionary – Class Diagram – Instance Diagram Dynamic Model – Event-trace Diagram – State Diagram Functional Model – Data Flow Diagram

3.2.1 Object Model Distribution Center: – The place where many products are stored can supply products to the customers. Area: – There are many customers in one specific district and DC can serve all area around it. Customer: – The demander in a area who would like to purchase product from the DC of company. Order: – The list of demanding products for one customer. Product: – The things what the customer demands. Truck: – The carrier which can deliver to required products to corresponding customer. Driver: – The person who drive the truck to deliver products to each area. Schedule – The planning which can arrange trucks deliver products to customers in specific time. Data Dictionary For All Classes

The attributes and part of operations: Customer Name Address Object Model Area Name Location Distribution Center Name Company Order Name Product Due date Product Name Amount Price Truck Name Capacity Speed Driver Name Age Schedule Name # of truck Current Date Add to area Generate order Add to DC Generate customer Arrange Truck Add area Add product Add to customer Add to Truck Add to orderAdd order Add driver Add to area Add to Schedule Add to truckAdd truck

3.2.1 Object Model Class Diagram Customer Area Order Product Truck Driver Schedule Distribution Center Serve Have Make Include Delivery Drive Arrange Serve

(DC) DC1 (Area) A1 (Area) A2 (Area) A3 (Area) A4 (Customer) C1 (Customer) C2 (Customer) C5 (Customer) C8 (Order) O (Order) O (Product) P1 Amount:5 (Product) P2 Amount:13 (Truck) T1 (Truck) T2 (Order) O (Driver) D1 (Driver) D2 (Schedule) S (Order) O (Customer) C6 (Order) O Object Model Instance Diagram

3.2.2 Dynamic Model Event trace for truck scenario DCTruckArea Stay in DC Load Products Depart from DC Transferring Arrive at area Unload Products Return from area Truck arrive at DC

3.2.2 Dynamic Model State Diagram Of Truck

3.2.2 Dynamic Model State Diagram Of Order

3.2.3 Functional Model Input value and output value for system

3.2.3 Functional Model Data Flow Diagram

3.2.4 Operation Analysis Truck: – Arrange area – Receive order – Verify availability – Load product – Unload product – Transfer product – Get deriver – Add to truck schedule Order: – Add product – Add to customer – Load to truck – Unload to truck – Add to order schedule – Verify the due date – Identify order Schedule: – Add truck – Add order – Generate order schedule – Generate truck schedule

3.3 Execute the analysis result System Configuration – 1 distribution center. – 5 different type of products. – 4 areas with many customers. – 10 trucks and 10 drivers. – Planning horizon is 1 day. Java language will be applied to build up this scheduling system. Building time is about 2 weeks.

Thank you for your attention! Q&A?