CP3110 – Assignment 2 Bramby’s Bakery Supply chain management software.

Slides:



Advertisements
Similar presentations
Managing Inventory and Food Costs Presented by: Kristin Palmer, Program Manager Gretta Robert, Supply Chain Coordinator.
Advertisements

Seed Management System Software for the Seed Industry.
WAREHOUSING MANAGEMENT
Inventory Modeling Concepts
Engineer Training TN 59 Ink Management Solution TJ8300 / TJ8500 TN 59 Ink Management Solution Machine 75 and Above.
© by Pearson Education, Inc. All Rights Reserved.
UML Extensions for Web Design Design activities: –Partitioning of objects into tiers such as client, server, etc. –Separating and defining user interfaces.
Data Model Examples USER SPECIFICATIONS.
Bill of Materials Title Slide.
Inventory in Real Time. * Make it work – Set yourself up for success * What’s the effect? * To count or not to count * Entering Inventory * Compare and.
Chapter 6 Graphical User Interface (GUI) and Object-Oriented Design (OOD)
Traceability Using QAD’s Enterprise Edition
Banico,Lizette Anne R. Callos,Florence G. Ramos,Gabriel L. Sodela,Maricel R. Velasquez,Flora N.
1 Wireless Warehouse Management System Compsee’s M.A.T. Mobile Application Terminal.
Visual Basic Chapter 1 Mr. Wangler.
2006 Palisade User ConferenceNovember 14 th, 2006 Inventory Optimization of Seasonal Products with.
16 May, 2010 Golden Web Inventory UNIVERSITY OF PALESTINE INFORMATION TECHNOLOGY COLLEGE Golden Web Inventory Supervisor Mess. Rasha Atala Done by Abed.
Barcoding for control and profit! What barcoding is and how to make it work for you.
Screen Previews for Shopping Carts and Checkout Process 10.3 release October 05, 2010.
2009© 2009 Aircraft Maintenance Systems RD inc. The following presentation will showcase Aircraft Maintenance Systems RD inc. products most important.
VISUAL C++ PROGRAMMING: CONCEPTS AND PROJECTS Chapter 1B Introduction (Tutorial)
SurplusSurplus Surplus Forum January 8, SurplusSurplus Changes at Surplus Presented by Margaret Chambers, Director.
Total Resource Management Services Premiere Resource.
CP31010: Fundamentals of Software Engineering BGAZM Team: Adrian Zatta Angela McCarthy Anthony Bath Matthew Grasso.
PHP Form Introduction Getting User Information Text Input.
BA Team: Product Ownership, Analysis, and Solution Design BA Bi-Weekly Mini-meeting May 19, Acceptance Criteria Defining Success one Story.
Project Dogfood Ian Cook, Mitch Heer, James Lorenz, Tom Navarro, Levi Stanley.
20-0 Inventory Costs Carrying costs – range from 20 – 40% of inventory value per year Storage and tracking Insurance and taxes Losses due to obsolescence,
CRS Helpdesk Software Presented By The Systems House, Inc.
INVENTORY SHIP Use this function to deduct parts that are used by technicians, but not billed to customers (Supply items). Also used to deduct “GP-Form”
Java Programming: From Problem Analysis to Program Design, 3e Chapter 6 Graphical User Interface (GUI) and Object-Oriented Design (OOD)
CSC 240 (Blum)1 Introduction to Access CSC 240 (Blum)2 Click on the Access desktop icon or go to Start/All Programs/Microsoft Office/Microsoft Office.
We've made it easy for you to buy online. We’ve also added a dedicated customer care team to answer any questions or to walk you through the order process.
Microsoft Visual Basic 2008: Reloaded Third Edition Chapter One An Introduction to Visual Basic 2008.
T U T O R I A L  2009 Pearson Education, Inc. All rights reserved. 1 4 Designing the Inventory Application Introducing TextBox es and Button s.
Programming Paradigms Different paradigms Procedural paradigm, e.g. Pascal Basic Functional paradigm, e.g. Lisp Declarative paradigm, e.g. Prolog Object-Oriented.
Chapter 12: Service Requests. Streamlined citizen service processes: “3-1-1” Streamlined citizen service processes: “3-1-1” Service citizen requests Service.
CP3110 – Assignment 2 Bramby’s Bakery Supply chain management software.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
GKWB929E9E Gadget /images/inventory/3.png There is a web.
Chapter 6 Graphical User Interface (GUI) and Object-Oriented Design (OOD)
 Mid-sized takeaway store  Takes orders and creates meals with the available ingredients for distribution to customers  Upon the consumption or acquisition.
Microsoft Visual Basic 2012: Reloaded Fifth Edition Chapter One An Introduction to Visual Basic 2012.
ISCOM 383 Week 1 Individual Assignment Value Chain and Supply Chain Article Analysis To purchase this material click below link
ISCOM 424 Week 5 Learning Team Assignment Supply Chain Management Plan To purchase this material click below link
ISCOM 471 Week 5 Individual Assignment Planning and Controlling the Supply Chain Paper To purchase this material click below link
Elaboration popo.
The Successful Website
Visual Basic.NET Windows Programming
Introduction To DBMS.
Standard Operating Procedure
Using Item Attributes in a Make-to-Order Environment
Software testing
Standard Operating Procedure
William V. Richardson Jr. and John T. Barrera
MGT 4059 Enthusiastic Studysnaptutorial.com
Create and Edit Item Records
CIS16 Application Development Programming with Visual Basic
Health-e Claims July 2007.
AIMS Acute Inventory Management System
Programming in JavaScript
Fonts, TabControl, ListBox
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Programming in JavaScript
Programming in JavaScript
Chapter 19 Terms Review Start slide show.
Objective Gain hands-on experience with Magaya
What about −(−6) ? What quantity is in the box?.
3PL Logistic Software. What is a 3PL? You take the orders. Your third-party logistics provider (3PL) fulfils them. It’s that simple and if it’s seamless,
mySpareParts Analyzer
Presentation transcript:

CP3110 – Assignment 2 Bramby’s Bakery Supply chain management software

Introduction Problem definition: – Our clients runs/owns a bakery that uses minimal information technologies. At present, the bakery’s ordering system is done via phone call and the quantity for each item ordered is estimated. – The products created each week are based on stock on hand. Every week the same quantity is ordered and therefore the same products made, which often results in product waste, failure to supply customers with specific products and ultimately, money loss.

Introduction Problem solution: – We have created supply chain management software that allows the bakery to not only keep track of inventory, but can order the appropriate item and quantity the click of a button. The program will also recommend items to order based on common products made each week.

allan shit

Class to be improved MainUI class (GUI) MainUI class required the UI to call a Use Case and then the Use Case to then call the UI again to set the Item values (Name, Notes, Quantity) Removed loadTo() and set Item attributes when the item is created.

Class to be improved (cont.) Image of LoadTo() And Image of createItemButton()

Error Handling Error handling was present in both the Data Access Object(DAO) and the User Interface. The User Interface should be doing the error handling not the DAO. Image of DAO error handling

Error Handling (cont.) Image of view error handling

Issues with variables whoAmI - Not very descriptive and may confuse future developers. An appropriate name may be UseCaseType. The method loadTo() has been since removed. Image of loadTo()

Issues with variables (cont.) Blank – It is a blank label as you can tell, but why? There should not be a need for a blank label. If it was required then the name should be more descriptive such as emptyLabelForName for example. Image of blank..