Question

PHP PROGRAMMING 1. Your supervisor has requested that you design a secure application that will keep...

PHP PROGRAMMING

1. Your supervisor has requested that you design a secure application that will keep track of inventory in the warehouse of the ABC Computer Parts Corporation. This application will be accessible both within the warehouse itself, and outside (via the Internet and/or smart phones). What data fields are necessary to keep track of this information? What size and data types (string, Integer, Floating Point) should define these fields? What other restrictions on input (no negative values for item number) should be defined for these fields?

For example if Social Security was a required field:

SSN: SIZE: Min: 9 Characters (string) Max: 9 Characters (string) Restrictions: Valid SSN Format

Notice that it is characters, not Integer because no calculations will be done on as SSN number.

2. Using the information you have determined from the number 1 assignment, and the design techniques shown in this chapter, develop a logical design of the ABC Computer Parts Inventory application. This design should include all possible programs, interfaces, and data storage. The application design must be three tier (Interface, Business Rules, and Data).

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The required data fields are as follows

  • Warehouse_name
  • Product_name
  • Product_id(primary key)​​​​
  • Product_stock
  • Ordered_product
  • Order_id
  • Delivery_status(Delivered or not)
Add a comment
Know the answer?
Add Answer to:
PHP PROGRAMMING 1. Your supervisor has requested that you design a secure application that will keep...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT