logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Sahil SachdevaComputer science
(5/5)

983 Answers

Hire Me
expert
Barry CresswellStatistics
(5/5)

638 Answers

Hire Me
expert
Jane SimaEducation
(5/5)

644 Answers

Hire Me
expert
Philip BirnbaumAccounting
(5/5)

669 Answers

Hire Me
MATLAB
(5/5)

Using one Command button, write a program that communicates with the user and call a Sub for Receive, a Sub for pull

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

INVENTORY

Inventory Control program. The goal is to write a set of Sub-programs to do specific tasks. The code will reside in the INVENTORY.xlsm file. You can use forms, macros, and command buttons for this lab.

Forms are not required so MAC users have no penalty.

At a high level your program is required to do the following tasks:

1. Receive parts

a. Given a PN and quantity

b. Find the matching PN.

c. Add the received parts to the current quantity

2. Pull parts

a. Given a PN and quantity

b. This is to take parts out of inventory for manufacturing and adjust the quantity in inventory

c. Find the PN to be pulled

d. Remove the pull quantity from inventory by reducing the quantity in inventory by the pulled amount. (ASSUME the quantity is never more than is in stock).

3. Compute total dollar value of inventory. This must be a function.

Requirements:

1. Using one Command button, write a program that communicates with the user and call a Sub for Receive, a Sub for pull, and a function for Inventory cost. If you use form the form will replace the user data collection and option buttons or command buttons will perform the 2 sub processes. For inventory, the option or command button will need to call the function.

2. Write a separate Subroutine or Function (Function would be required for Item 3) to accomplish each of the Items 1, 2, or 3 above. So at least 2 Subroutines and one Function.

EXTRA CREDIT (10)

1. For Received parts, allow for parts that are not in inventory. So you must add a line and create a 7 digit location number.

2. For Pulled parts, Allow for removing all parts in inventory and therefore removing that line form the inventory spreadsheet.

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme