Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE use GUI TURBO ASSEMBLER to code in Assembly langauge only thanks SCENARIO INVENTORY SYSTEM Inventory management tools are crucial because they assist businesses in
PLEASE use GUI TURBO ASSEMBLER to code in Assembly langauge only thanks
SCENARIO
INVENTORY SYSTEM
Inventory management tools are crucial because they assist businesses in effectively tracking and managing their inventory, which can help them avoid having too much or too little stocks on hand.
You are required to develop a simple system to list all the inventories that are available in the organization. You may categorize the inventory based on priority or based on certain criteria such as finished goods, ordering, goods need to order and other criteria that suitable based on the organization nature that you are focusing on for the system. Your system needs to alert or highlight the goods that need to be ordered. Goods that are less than items should be highlighted or prompted by the system to order from the vendor. Every sale of the item needs to be auto deducted from the inventory system. You are free to design the system based on your creativity in terms of interface design and system functionality.
TOPOLOGY OF THE REQUESTED CODE IS LISTED BELOW
Main Body
Step : Inventory List
The system should have an inventory list that displays all inventory items, categorized based on priority or criteria. For example, the list can be divided into Finished Goods, Ordering Goods, and other categories based on the organization's nature. in this case give me fruits of any kind
Step : Alert System
The system should have an alert system that highlights or alerts when inventory levels are low. Specifically, when the inventory level of a particular item falls below
the system should prompt the user to order from the vendor.
Step : Auto deduction
The system should automatically deduct inventory levels upon sale. This ensures that the inventory list is always up to date and accurate.
Step : Interface Design
The system should have an intuitive and user friendly interface. The inventory list should be easy to navigate, and the alert system should be clearly visible.
Step : Functionality
The system should have the following functionalities:
Adding new inventory items
Editing existing inventory items
Deleting inventory items
Viewing inventory levels
Setting threshold levels for inventory items
Ordering inventory items from vendors
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started