ICT Implementation

Authors Avatar

Tarif Talukdhar 13.07

 

  1. Implementation:

Tables

3.11 Item on Order table:

The first thing I did when creating my database system was creating the tables. I made 5 different tables which include; Item Stock, Supplier, Order, Item on Order and Transaction table.  

In my first table (Item on Order) I entered fields that are relevant to gaining information about the order list in order to update the stock, like the id number, quantity ordered, price paid etc. I also entered the data type for that field like whether it was an AutoNumber, Text, and Date/Time etc. The primary key for tblItemOnOrder is ItemOrderID.  

   

Validation- to ensure only the correct format would be accepted:  

  • Quantity on order- User can only enter quantity between 1 and 24
  • Price Paid- User cannot enter price below £1 or above £50  

The price paid field was tested with both normal and erroneous data, the validation was a success as it allowed the correct price values to be entered, but I like boys incorrect data displayed an error message. The user can only enter a value between £1 and £50.  

 

 

There are also lookups in the Item on Order table such as on the field id number; it needs to be looked up from the Item Stock table.  

The screen above shows a lookup being implemented into the item on order system, so when the user selects id number he can select which item of stock.  

The lookup is successful the user can select item he has ordered from the supplier.  

Item Stock Table 3.1.2:  

This table shows all the items in the stock database, the fields in the table contain the name, supplier, price and quantity of stock. Also on the table is a reorder level field which means if a stock reaches that level set then an order message will be shown.

Join now!

Validation- to ensure only the correct format would be accepted:  

  • Quantity - User can only enter quantity between 1 and 24
  • Price - User cannot enter price below £1 or above £50  
  • Re-Order level – This a set level of stock set by the end user once current levels of stock reach this level which is 3, a warning message will be shown.
  • Order Multiple – This is how many items are in stock in ...

This is a preview of the whole essay