DRUG STORE INFORMATION SYSTEM Marie Dorušková, Martin Maroši.

Slides:



Advertisements
Similar presentations
Context Diagram Yong Choi BPA CSUB.
Advertisements

Customer Return Management Scenario Overview
Customer Return Management
Use Case Description Week 1 – Lab2.
Intracompany Stock Transfer Scenario Overview
Software Engineering-II Sir Zubair Sajid. 3 Data Flow Diagrams (DFD)  DFDs describe the flow of data or information into and out of a system what does.
What is a Data Flow Diagram? Why are they used? How to draw them.
Design and Making of Information System at Dentist Work Place By : Advisor : Samuel Budi GAlexander Setiawan, MT Leo Willyanto Industry Engineering.
THE CONTEXT OF LOGISTICS. Cycle of Supply and Demand Customers Other Inputs Other Outputs Operations Demand for Products Supply of Products passed to.
Database development (MIS 533) MBS in Management Information Systems and Managerial Accounting Systems (2007 / 2008) Fergal Carton Business Information.
Business Analysis & Data Design ITEC-630 Spring 2008
.Artifice working with ACME Distribution. General Overview: ACME called us in because of the unsatisfactory work the business was providing. Customers.
The Fulfillment Process
Data Flow Diagrams.
Inventory and Warehouse Management Process
---Confidential 1 Order Management Training. ---Confidential 2 Introduction Three cycles in Oracle Applications Plan to make. Order to cash Procure to.
SABAL SHRESTHA SHERIF HALAWA SHAMA KHADPEKAR JIANWEI LAI SI TRAN GROUP A Tri-Airport Shuttle System.
An Introduction to Level 0 and Level 1 DFD’s.
Design and Implementation of Accounting Information System for Cutting Paper Company “PT. X”.
WNS1.com Online Training How to use the Western Nevada Supply online store and tools.
INFORMATION SYSTEM OF RESTAURANT OSIS – TERM PROJECT.
SANDY SETYAWAN  Purchase and Sales System is still controlled manually.  The Company has a difficulty to estimate the cost of production.
Data Flow Diagrams Objectives:
Data Flow Diagrams. What the ***** is a data flow diagram for? They look at data without considering the equipment needed. They are the first stage of.
Requirements Functional requirements  Use-cases
eOrders inventory ordering software! Introduction Use easy functions, letting you order products that you need automatically. Use easy functions, letting.
Drop-ship Menual Get profits right now for your life! No Invest Stock No Invest Time No Invest Money.
By: Devi Sumadi The Administration information system design and construction of UD. Usaha Jaya Engineering Equipment Company.
Faculty of Computer & Information
OOSE Use Case. Requirement Functional: –Features, capabilities, and security Non Functional: –Usability: Human factors, help, and documentation –Reliability:
Design and Developing of System Administration at CV. Harapan Baru By : Advisor : Triadi Kelah Andreas Handojo, M.MT Alexander Setiawan, M.T.
By Daniel O’Brien and Scott MacDougall. Daniel O'Brien and Scott MacDougall comprised the development team and shared an equal distribution of roles and.
Chapter 8 Transaction Processing, Electronic Commerce, and Enterprise Resource Planning Systems.
Systems Analysis and Design approaches Structured analysis –Looks at processes -> then Data Event list – event table Context diagram – DFD – ERD (define.
Quovera Confidential 1 ManagingCustomerConsignmentInventory.
A IR BRAKE PARTS MAINTENANCE AND INVENTORY. I NDEX Introduction Company Profile About Existing System Need for the New System Software Tools Used Entity.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
T HE A DMINISTRATION INFORMATION SYSTEM DESIGN AND CONSTRUCTION T HE A DMINISTRATION INFORMATION SYSTEM DESIGN AND CONSTRUCTION O F “S UMBER U TAMA ” I.
Baris, Kenny Jean L. Galliguez, Saldy Malapit, Ma.Cristina A Mira, Vannessa Ramos, Joy HOTEL MATERIALS INVENTORY SYSTEM.
SE 464: Industrial Information systems Most Images and inform. used in these slides are SAP © Not to be used for other than educational purposes Systems.
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
Witanto Halim / Supervisor: Djoni Haryadi Setiabudi, M.Eng. Liliy Puspa Dewi, S.T.
Data Flow Diagrams. A diagram which shows the movement of data in a system.
Examples on UCD.
Texas Bicycle Sports Presented by : Muhammad Rizvi Terry Lee Madhuri Yelamanchili.
Adviser Panel. Go to All DD Track Advisers: Click “Advisor Login”
Developing a E-Business Strategy Patterns of Entrepreneurship Chapter 10.
The Return Process Product is ordered by customer. Customer needs to return product, a Return Authorization is created. The RA is reviewed and approved.
Computer E-ssentials Group : Will Howell Tausif Rajkotwala Komal Chandarana.
Modelling Complex Systems
Data Flow Diagrams Level 1 and Level 0 System Design.
Online Reimbursement Management System Group Members: Clint Schramek Lawrence Brown Junior Bowen Data Flow Diagrams.
oracle apps order management training
Use Case Diagrams A Detailed Description. Use Case Diagrams Use case diagrams describe relationships between users and use cases A use case is a (usually.
Customer Return Management Scenario Overview
E-JPPAP User Guide _ Supplier
Khitam Mohammad Bao Vuong
Multi Channel Sales Order Management: Store
Intracompany Stock Transfer Scenario Overview
Intracompany Stock Transfer Scenario Overview
UML’s StateChart FSM, EFSM in UML Concurrent states Tool support.
How businesses use information systems (Part 1)
ΙI. System Analysis Data Flow Diagrams
ΙI. System Analysis Data Flow Diagrams
Data Solutions- Karm Upadhyay Zoheb Khan Swati Shukla
CUSTOM CLOTHING “YOU DON’T HAVE TO COME TO US, WE’LL COME TO YOU”
Intracompany Stock Transfer Scenario Overview
Well Come To Our Presentation Accounting Information System Topic: Report on Revenue Cycle.
Making International Payments with Flywire
Presentation transcript:

DRUG STORE INFORMATION SYSTEM Marie Dorušková, Martin Maroši

COMPANY  Fictive medium sized drug store  Edge of the city  5 employees  High and middle management done by one person

PROBLEMS  Manual inventory system  Stock tracking  Ordering  Small storage space  Competition across the city

OPPORTUNITIES  High demand  Families with children  Bio products

GOALS OF NEW IS  Better supplies management  Fast online ordering  User friendly  Checking availability of drugs  Better information about demand

SOLUTIONS  On-line system  Booking of products  Ordering system for supplies  Manual  Automatic  Status of supplies

FUNCTIONAL BLOCKS

STRUCTURAL ANALYSIS CONTEXT DIAGRAM Entities: -Health insurance -Supplier -Employee -Customer

SYSTEM DIAGRAM Processes -Customer ordering system -Medicament management system Data stores -Orders -Products -Supplies orders

MINISPECIFIACTION EXAMPLE READ receipt_confirmation IF receipt CONFIRMED THEN CREATE succeful confirmation UPDATE update_order_status to confirmed ELSE CREATE negative confirmation UPDATE update_order_status to rejected SEND conformation

ERD Entities -Order -Product -Supplies order

OBJECT ORIENTED ANALYSIS

USE CASE DIAGRAM Actors -Insurance -Customers -Pharmacist -Supplier Use cases -Create report -Buy drug -Drug information -Order -Invoice -Post salaries

SCENARIO EXAMPLE Actor Pharmacist Description This use case will be used by pharmacist, when he wants to create a new order of products Optimistic flow ActorSystem Response 1. Actor chooses option to create new order for supplies 2. New blank form is created 3. Actor picks one supplier 4. System creates list of available products from chosen supplier 5. Actor picks desired products for order, until is finished 6. System calculates final price and returns order preview 7. Actor confirms data and inputs payment information 8. System saves order and sends it to the supplier

CLASS DIAGRAM Classes -Order -Supplier -Invoice -Pharmacist -Drug -Prescription drug

ACTIVITY DIAGRAM FOR ORDER USE CASE

THANK YOU FOR YOUR ATTENTION