You are on page 1of 1

Inputting new stock

- Open the database


- Make the database available for editing
o Input item name
- If item name in database
o Increase stock value by 1
- Else
o Input item price
o Input item category
o Input item code (unique ref no.)

Start

Open Database

Input Item Name

If Item Name
Yes in Database No

Print Item Details Input (price, category, code)

Increase stock value by 1 Finish

Finish

You might also like