Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Visual Basic 2012 Nutritional Associates of New Jersey needs to place purchase orders for all rental equipment and all patient journals. The medical supply

In Visual Basic 2012

Nutritional Associates of New Jersey needs to place purchase orders for all rental equipment and all patient journals. The medical supply vendor provides the following equipment to Nutritional Associates:

Blood pressure monitor kits @ $129.00

Heart monitor kits @ $95.00

Activity monitor @ $109.00

Food intake journal @ $4.99

Food intake and activity journal @ $9.99

All items purchased by Nutritional Associates of New Jersey are charged a 7% sales tax rate.

Write a program to create an invoice to the supplier for individual patient supply orders (see Figure 5.40 in the Visual Basic text for a model). After the user enters the data on the left side of Figure 5.40, the user can display an invoice in a list box by pressing the Process Order button. The user can click the Clear Order Form button to clear all text boxes and the list box, and can click on the Quit button to exit the program. The invoice number consists of the capital letters NA followed by a - and then the capitalized first two letters of the customers last name followed by the last four digits of the zip code. The customer name is input with the last name first, followed by a comma, a space, and then the first name. However, the name is displayed in the invoice in the proper order. Take note of the data entry box for City, State, Zip. The user will enter the city name, followed by a comma, the state name, followed by a comma, and finally the zip code. The generation of the invoice number and the reordering of the first and last names should be carried out by Function procedures. The invoice should include the following: Nutritional Associates of NJ (Patient Name: first last) as the name header.

image text in transcribed

a Supply orders Customer name ddress Number of Blood pressure monitor k Number of Heart monitor kits monitors nals e and activi Process orde Ist0utput

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle Database Administration The Essential Reference

Authors: Brian Laskey, David Kreines

1st Edition

1565925165, 978-1565925168

More Books

Students also viewed these Databases questions