End of day Calculator and special order parts tracking

Slides:



Advertisements
Similar presentations
Dimensional Modeling.
Advertisements

AS ICT Building a complex multi-table form. Introduction In addition to the single table form and sub-form design wizard available in earlier versions,
Microsoft Dynamics® SL
Application Generator Merrill Networking Services.
Water Rights Accounting. New Accounting Model New Technology: 1979 versus 2011 – Faster processors – Faster graphics – Larger, faster, memory – Larger,
University of Nevada, Reno College of Business Administration What are we going to learn 9/27 – 9/29? 1. Answer questions about MS Access queries. 2. Understand.
1004INT Information Systems Week 10 Databases as Business Tools.
CGS 1000 Introduction to Computers and Technology.
Computer Science & Engineering 2111 Introduction to Database Management Systems Relationships and Database Creation 1 CSE 2111 Introduction to Database.
Sql Server Advanced Features MIS 424 Professor Sandvig.
A Billiards Point of Sale Application Christopher Ulmer CS 470 Final Presentation.
1 Kingdom of Saudi Arabia Prince Norah bint Abdul Rahman University College of Computer Since and Information System NET201.
A Quick Review of Unit 1 – Recognizing Computers Computing Fundamentals © CCI Learning Solutions.
Lab 8 – C# Programming Adding two numbers CSCI 6303 – Principles of I.T. Dr. Abraham Fall 2012.
Database Design, Application Development, and Administration, 5 th Edition Copyright © 2011 by Michael V. Mannino All rights reserved. Chapter 2 Introduction.
Catlyn Colson. Recap of Previously Completed Work Previously I had done the following: Built the Database, started basic layout of the webpage, connected.
1 Keith Vicens, Managing Consultant CRM Housing Solution Extending Your Case Management Capabilities.
Online Music Store MSE Project Presentation I Presented by: Reshma Sawant Major Professor: Dr. Daniel Andresen.
© 2001 Business & Information Systems 2/e1 Chapter 8 Personal Productivity and Problem Solving.
Lead Black Slide Powered by DeSiaMore1. 2 Chapter 8 Personal Productivity and Problem Solving.
Computer Science & Engineering 2111 Lecture 10 Introduction to Database Management Systems 1.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
Online Catalog Tutorial. Introduction Welcome to the Online Catalog Tutorial. This is the place to find answers to all of your online shopping questions.
Introduction to Databases Angela Clark University of South Alabama.
Lesson 4: Querying a Database. 2 Learning Objectives After studying this lesson, you will be able to:  Create, save, and run select queries  Set query.
Animoto Creating a professional looking video in just a few short steps.
Data Base Design Steps 1.Define Entity Classes (Relations/Tables) and Keys. 2.Define Relationships between Entity Classes. Normalization Steps Eliminate.
BSA 385 Week 3 Individual Assignment Frequent Shopper Program Part 2 Check this A+ tutorial guideline at
Portfolio Analyzer Extender v. 1240
Web Application for Home Energy Assistance Program
Aga Private computer Institute Prepared by: Srwa Mohammad
Google Forms.
Development Environment
Tables & Relationships
CIS 336 AID Your Dreams Our Mission/cis336aid.com
Project Objectives Publish to a remote server
Software and file types
Chapter 4: Application Software
Chapter 1: Introduction
CIS C Project Presentation 4
Kanban Task Manager for Outlook ‒ Introduction
Microsoft Office Illustrated Fundamentals
Introduction to Database Systems
ADO.NET Entity Framework Marcus Tillett
CIS 336 strCompetitive Success/tutorialrank.com
CIS 336 str Education for Service-- tutorialrank.com.
Django Presentation: Project MiTunes 2.0
System And Application Software
Directions: GO THROUGH THE FOLLWING SLIDES. Make sure you have quizlet cards for all the vocabulary. Study the terms GCFLearnFree website “Computer Basics”:
In this tutorial you will:
Entity relationship diagrams
Access Lesson 2 Creating a Database
Information Systems in Organizations 2. 1
Microsoft Official Academic Course, Access 2016
Chapter 3 – part2.
Chapter 1: The Database Environment
The Database Environment
Database Management Systems
NAVIGATING THE MINEFIELD
Interactive media.
Digital Literacy 1.00 Computer Basics
CAD DESK PRIMAVERA PRESENTATION.
Hint idea 2 Split into shorter tasks like this.
MIS 385/MBA 664 Systems Implementation with DBMS/ Database Management
End of day Calculator and special order parts tracking
CIS248 – Advanced App Development Week: 2 Update By: Nick Arneson
End of day Calculator and special order parts tracking
Week: 1 Update By: Nick Arneson
End of day Calculator and special order parts tracking
Presentation transcript:

End of day Calculator and special order parts tracking CIS248 – Advanced App Development Week: 7 Update By: Nick Arneson

Introduction Name: Nick Arneson School: Second year student at Southeast Technical Institute Enjoys: C# Networking Building custom computers Playing video games in free time

Project Description My project combines an end of day calculator for closing out the till at the end of day. It also focuses on using a database for managing special ordered parts for our clients. It will be used primarily by our store only at first, with hopes to integrate it into the other 40+ stores.

Key project tools Visual Studio 2019 Enterprise Edition Used for IDE Coding in C# MS SQL Express 17 For Database MSSQL Sever Management Studio 18 (SSMS) For Database management

Features & functions IsValidData() This function ensures the user is inputting the correct data into the End of Day calculator. The main feature is displaying Green text for the amount that needs to be pulled from the drawer Or Red text for money that is short in which you need to recalculate. Black text will mean no changes to the till need to be made.

Key input/output captures Top Image Shows the negative amount in the till for what is expected. Which in our case is $500 Bottom Image The application now displays an gain in change. The $42.05 will need to be removed to keep the till flush.

Database ERD Diagram Accounts and Vendors share a one to many relationship with each type of special order that can be placed. I thought about splitting Vendors, but decided against it, but I could more than likely create a more refined Vendors list. Added Access_Levels and Users tables, for an end goal of restricting certain to certain tasks. Example: Admin level has access to everything (Add users + below) Purchasers have access to add Vendors + below Users have access to add Customers.