EVAN’S FAST FOOD VISUAL BASIC 2012 FINAL PROJECT BY: EVAN CHOATE.

Slides:



Advertisements
Similar presentations
CS0004: Introduction to Programming Select Case Statements and Selection Input.
Advertisements

Running MSOPIT for Assignment #6 These Slides are Base on MS3D version 4.6 which was current in Sept. of 2009 Note – These slides contain concepts also.
Chapter 6: The Repetition Structure
Programming with Microsoft Visual Basic th Edition
30/04/ Selection Nested If structures & Complex Multiple Conditions.
At Your Service Dining Directions. Navigation:  Go to the Request Meals button on TV Main Menu  Use the Arrow keys to move up, down, left or right 
Chapter 7: Sub and Function Procedures
After logging in, select Grading under the Faculty Information heading on the Faculty & Staff Menu.
IS 1181 IS 118 Introduction to Development Tools VB Chapter 03.
1 Intelliform This demonstration is designed to provide an overview of how Intelliform works. We have tried to illustrate not only the power, but the ease.
Muffin Shop - if, calculations etc. (muffins, muffins2) Please use speaker notes for additional information!
PYP002 Intro.to Computer Science Microsoft Word1 Lab 07 Creating Documents with Efficiency and Consistency.
Do Now Pass out calculators. Solve the following system by graphing: Graph paper is in the back. 5x + 2y = 9 x + y = -3 Solve the following system by using.
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
Microsoft Visual Basic 2005 CHAPTER 8 Using Procedures and Exception Handling.
THIS IS THE FIRST SCREEN YOU SEE WHEN YOU LOG INTO MUNIS. TO ACCESS THE SCREENS YOU WILL NEED THROUGHOUT THE DAY, START BY CLICKING ON THE MENU TAB. Utility.
Visual Basic Fundamental Concepts. Integrated Development Enviroment Generates startup form for new project on which to place controls. Features toolbox.
Implant Purchase Management
Slide 1 of 19 Welcome to GSA’s Vendor and Customer Self Service (VCSS) course Section 7: Correspondence Navigation This presentation is compliant with.
Microsoft Visual Basic 2012 Using Procedures and Exception Handling CHAPTER SEVEN.
McGraw-Hill/Irwin Programming in Visual Basic 6.0 © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Update Edition Chapter 6 Multiple Forms.
Microsoft Visual Basic 2008 CHAPTER 8 Using Procedures and Exception Handling.
Microsoft Visual Basic 2008 CHAPTER NINE Using Arrays and File Handling.
Ch 11: Userforms CP212 Winter Topics Designing User Forms o Controls Setting Properties o Tab Order o Testing Writing Event Handlers o Userform_Initialize.
Microsoft Visual Basic 2005 CHAPTER 9 Using Arrays and File Handling.
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Six Repeating Program Instructions.
Using Arrays and File Handling
08/10/ Iteration Loops For … To … Next. 208/10/2015 Learning Objectives Define a program loop. State when a loop will end. State when the For.
Chapter 12: How Long Can This Go On?
Nonvisual Arrays and Recursion by Chris Brown under Prof. Susan Rodger Duke University June 2012.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 5 Decision Making.
1 OrderPro Point of Sale (POS) Training Prepared by Christina Van Metre Independent Educational Consultant CTO, Business Development Team © Training Version.
Chapter 10 Making Books, Tables of Content, and Indexes.
Statements That Repeat. For...Next Loop Structure For counter = start To end Step increment statements Next counter Where Counter is tested to see if.
Tutorial 51 Programming Structures Sequence - program instructions are processed, one after another, in the order in which they appear in the program Selection.
Chapter 5: More on the Selection Structure Programming with Microsoft Visual Basic 2005, Third Edition.
Exercise 5 Introduction to C# CIS This exercise uses Group boxes, Radio buttons, List boxes, and Buttons to allow users to select food items from.
Chapter 5: More on the Selection Structure
Programming with Microsoft Visual Basic th Edition
Practical Programming COMP153-08S Week 5 Lecture 1: Screen Design Subroutines and Functions.
1.
1 Advanced Computer Programming Lab Calculator Project.
Creating a Per Diem Trip and Regular Trip on Same Expense Report 1.
Lesson 11: : Inbound Purchase Orders & Requisitions.
PestPac Software. Pay On Commission Commission can be paid on Production, Receipt, or Up-Front. Production: Commission will be paid when work is completed/an.
Percent lesson. Bell Work and Vocabulary Vocabulary: Surface Area- The total area of the surface of a three-dimensional object.
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 11 So Many Paths … So Little Time.
Chapter 10 So Many Paths … So Little Time (Multiple-Alternative Selection Structures) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Creating New Forms Projects can appear more professional when using different windows for different types of information. Select Add Windows Form from.
Personal Planning System The Adding a Program to the Library Enterprise Edition.
Chapter 1 Page ref. Chapter 1 Company File Setup and Maintenance 1.
Subroutines (PrArith, Math,projCP1, PrAdrProc, PrAdrProcFunc) Please use speaker notes for additional information!
Company File Setup and Maintenance Chapter 6. PAGE REF #CHAPTER 6: Company File Setup and Maintenance SLIDE # 2 2 Objectives Use the EasyStep Interview.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
Course ILT Using complex selection structures Unit objectives Include radio buttons and check boxes in an interface, create and call a user- defined Sub.
Scientifi c Method Chapter 1: The World of Earth Science.
Chapter 7 Multiple Forms, Modules, and Menus. Section 7.2 MODULES A module contains code—declarations and procedures—that are used by other files in a.
Excel Functions. Part 1. Introduction 2 An Excel function is a formula or a procedure that is performed in the Visual Basic environment, outside the.
Compile your monthly P-Card Packet 1,2,3 For in depth screenshots and details on Step 1 click here 1.Open your transactions for the Current Billing Cycle.
Company File Setup and Maintenance Chapter 6. PAGE REF #CHAPTER 6: Company Setup SLIDE # 2 2 Objectives Use the EasyStep Interview to setup your company.
CIS 115 All Exercises Devry University (Devry) FOR MORE CLASSES VISIT CIS 115 All Exercises Devry University.
Multiple Forms and Menus
A variable is a name for a value stored in memory.
3.01 Apply Controls Associated With Visual Studio Form
Using Procedures and Exception Handling
CIS16 Application Development and Programming using Visual Basic.net
Solving a System of Equations in Two Variables by the Addition Method
Patrick Green Greenps Comp 5620 Homework 5
Presentation transcript:

EVAN’S FAST FOOD VISUAL BASIC 2012 FINAL PROJECT BY: EVAN CHOATE

INDEX SUMMARY Problem…………………………….Slide 3 Problem…………………………….Slide 3 Solution……………………………..Slide 4 Solution……………………………..Slide 4 Conventions………………………....Slide 5 Conventions………………………....Slide 5 Code Logic……………………….....Slide 6 Code Logic……………………….....Slide 6 Structure Design…………………….Slide 7 Structure Design…………………….Slide 7 GUI…………………………… Slide 8 GUI…………………………… Slide 8

THE PROBLEM TO BE SOLVED: After working the summer as a food kart vendor having everything done by hand and paper it was very time consuming, wasteful, and inefficient. I wanted a program that could work as a virtual menu and calculator to speed up processing, accuracy, and efficiency. After working the summer as a food kart vendor having everything done by hand and paper it was very time consuming, wasteful, and inefficient. I wanted a program that could work as a virtual menu and calculator to speed up processing, accuracy, and efficiency.

SOLUTION Using a form to allow selection of menu items at ease either by customer or merchant. Once order is complete a total will be generated with tax included. From there more orders can be placed which are all shown on the same receipt and added to the continuing order as the total is updated. Also when all is complete the form can be cleared and set back to original state of variables.

FORM CONVENTIONS TO BE USED: Radio boxes for selection may good use for meal items given you may only choose one within a selection. Radio boxes for selection may good use for meal items given you may only choose one within a selection. Check boxes for condiments. Check boxes for condiments. Group boxes to neatly keep things organized and together. Group boxes to neatly keep things organized and together. List boxes to display orders and receipt List boxes to display orders and receipt Buttons to enter total, clear screen, and exit form. Buttons to enter total, clear screen, and exit form.

CODE LOGIC TO BE USED: Declaring constants separate from dim variables on menu items given they are fixed price. Declaring constants separate from dim variables on menu items given they are fixed price. Upon load make sure variables are initialized, form is clear, and receipt is clear. Upon load make sure variables are initialized, form is clear, and receipt is clear. Create sub procedures to compute total, generate order, and add tax. Create sub procedures to compute total, generate order, and add tax. Use if then statements to determine which radio buttons and check boxes have been selected. Use if then statements to determine which radio buttons and check boxes have been selected.

STRUCTURE DESIGN

THE FORM