Ijaemr 578
Ijaemr 578
ISSN: 2456-3676
Abstract
This study presents the design and evaluation of a mobile-based solution that utilizes QR codes
to monitor and track inventory that addresses the need for efficient and accurate inventory
management in various industries. The system incorporates user-friendly mobile application
functionalities, such as stock-in and stock-out management, item monitoring, and inventory
reporting, ensuring secure access through user registration and authentication. The evaluation
reveals high scores in accuracy, efficiency, usability, effectiveness, security, and maintainability,
showcasing the system's reliability, effectiveness in inventory management, and user-
friendliness. The system offers benefits such as optimized inventory processes, minimized
stockouts, informed decision-making, improved operational efficiency, enhanced inventory
control, and on-the-go accessibility. Overall, this research underscores the significance of
innovative mobile solutions for inventory management, validating the effectiveness and
suitability of the QR Code-based Inventory Monitoring System for diverse industries, leading to
improved inventory processes and decision-making.
1. Introduction
The efficient management of inventory is a critical aspect of any business operation. Accurate
and timely tracking of inventory items is essential to ensure smooth operations, minimize
stockouts, and optimize resource allocation. Traditional methods of inventory management often
involve manual processes, which can be time-consuming, prone to errors, and challenging to
scale [1][2]. To address these challenges, innovative mobile solutions have emerged,
revolutionizing the way inventory is monitored and managed. One such innovative solution is the
development of this QR code-based inventory monitoring system. This paper presents the design
and evaluation of this mobile solution, which leverages QR codes to streamline inventory
monitoring and improve overall efficiency.
The study capitalizes on the ubiquitous presence of mobile devices, such as smartphones and
tablets, to simplify and enhance the inventory management process. By integrating QR code
technology, the system enables quick and accurate scanning of inventory items using the device's
camera [3]. Each item in the inventory is assigned a unique QR code containing relevant details,
such as item name, SKU, and other essential information [4]. Through real-time scanning, the
ISSN: 2456-3676
system updates the inventory database, providing instant visibility into stock levels, locations,
and movements.
The primary objective of this paper is to design and evaluate the effectiveness of the study.
Through a comprehensive assessment, we aim to analyze the system's features, performance, and
usability, ultimately determining its potential to optimize inventory management processes. The
evaluation will encompass various dimensions, including accuracy, efficiency, user experience,
integration capability, cost-effectiveness, scalability, and security.
By conducting a thorough evaluation, this research aims to shed light on the benefits and
limitations of adopting the study. The findings offer valuable insights for businesses seeking to
streamline their inventory management practices and leverage mobile solutions for enhanced
efficiency. Additionally, this study will contribute to the existing body of knowledge by
exploring the potential of QR code technology in the context of inventory monitoring and
presenting practical implications for its implementation.
In the subsequent sections of this paper, it delves into the details of the QR Code-based
Inventory Monitoring System, including its design, key features, and technical aspects. It also
outlines the evaluation methodology employed to assess the system's performance and discuss
the results obtained. Finally, it presents a comprehensive analysis of the findings and offer
recommendations for the effective implementation of system in diverse business environments.
ISSN: 2456-3676
ubiquitous and readily available. This reduces costs and makes the system more accessible to
businesses of varying sizes. Secondly, the use of QR codes ensures fast and accurate scanning,
minimizing data entry errors and improving overall efficiency. Additionally, the real-time
updating capability enables timely decision-making, allowing businesses to respond swiftly to
changes in inventory levels or demand fluctuations [12][13][14].
Several studies have highlighted the benefits of mobile-based inventory management systems.
For instance, a study that examined the implementation of a mobile QR Code-based inventory
solution in a retail environment [15][16]. The findings demonstrated a significant reduction in
inventory discrepancies and improved inventory turnover rates. Similarly, the conducted a case
study in a warehouse setting and reported increased efficiency and accuracy in inventory
tracking after implementing a mobile-based system using QR codes.
Despite the growing interest in mobile-based [6] inventory monitoring systems, there is a need
for further research and evaluation. While some studies have demonstrated their effectiveness,
there is a lack of comprehensive evaluations focusing on the design, features, and overall
performance of these systems. This research aims to bridge this gap by designing and evaluating
the system, providing practical insights for businesses considering its implementation.
Through a rigorous evaluation, this study will examine various dimensions of the system,
including accuracy, efficiency, user experience, integration capability, cost-effectiveness,
scalability, and security. By analyzing these aspects, it can determine the system's effectiveness
in optimizing inventory management processes and identify any limitations or areas for
improvement. The findings of this study will contribute to the existing body of knowledge in the
field of mobile-based inventory management systems, offering practical implications and
recommendations for businesses seeking to enhance their inventory monitoring practices.
In summary, the study presents an innovative mobile solution that leverages QR codes to
streamline and enhance inventory management. By facilitating quick and accurate scanning of
inventory items using mobile devices, the system provides real-time updates, improving
accuracy, efficiency, and decision-making in inventory tracking. However, comprehensive
evaluations and research are needed to assess the system's design, features, and overall
performance. This study aims to address this gap and contribute valuable insights to the field of
mobile-based inventory management systems.
ISSN: 2456-3676
QR codes, data input, and access to system functionalities. The key features of the mobile
application include:
3.1.1. QR Code Scanner: This component enables users to scan QR codes using the mobile
device's camera. It captures the QR code data and processes it for further actions.
3.1.2 Inventory Display: The application provides a user-friendly interface that displays real-time
inventory information retrieved from the backend database. It presents details such as item
names, quantities, locations, and other relevant data.
3.1.3 Data Input: The mobile application allows users to input data manually, such as updating
stock quantities, recording stock movements, or adding new inventory items.
3.1.4 Reporting and Analytics: This component enables users to generate reports and access
analytics related to inventory management, providing insights into stock levels, trends, and
performance indicators.
ISSN: 2456-3676
Overall, the system software design of the QR Code-based Inventory Monitoring System
comprises the mobile application and the backend infrastructure. This design ensures an intuitive
user experience, real-time data updates, secure data management, and integration capabilities to
optimize inventory monitoring and management processes.
The figure 1 shows the system utilizes QR codes for the Mobile-based Inventory and Monitoring
System. An indexer is responsible for receiving and stock-in operations. They use a mobile
application to perform inventory stock-in, and the data collected by the mobile application is
saved in the database server. The database server generates reports for the warehouse inventory.
The system includes user registration, allowing users to create an account by providing their first
name, last name, middle name, email address, username, password, position, and department.
User authentication is implemented for secure access to the system using a username and
password. The stock-in module enables users to input purchased or received items, manage
stock-in records, and perform actions such as adding, updating, deleting, viewing, and searching
items. Data captured in this module includes item name, brand, category, quantity, purchase
price, selling price, manufacturer, supplier, expiration date, purchased date, and received date.
The stock-out module allows users to record stock records by scanning QR codes, which
automatically updates the stock-in record. Users can monitor the condition of items, including
good, damaged, and items near expiration, through the items monitoring feature. The system also
provides the ability to generate various inventory reports, including stock-in reports, stock-out
reports, re-order level reports, items' condition, items near expiration, and expired items.
ISSN: 2456-3676
In figure 2, depicts the database class diagram with four main entities: Item, Location,
Transaction, and User.
The Item entity represents the inventory items being tracked in the system. It contains attributes
such as id (primary key), name, description, quantity, and barcode.
The Location entity represents the different physical locations where items can be stored or
tracked. It contains attributes such as id (primary key), name, and address.
The Transaction entity represents the inventory transactions that occur when items are moved or
altered. It contains attributes such as id (primary key), item_id (foreign key referencing Item
entity), location id (foreign key referencing Location entity), type (e.g., "in" or "out"), quantity,
and timestamp.
The User entity represents the users of the system who can perform inventory and monitoring
activities. It contains attributes such as id (primary key), username, email, password, and role.
Additionally, there are attributes for tracking when the user was created and last updated.
The relationships between the entities are as follows:
An Item entity can be associated with multiple transactions, so there is a one-to-many
relationship between Item and Transaction.
A Location entity can be associated with multiple transactions, so there is a one-to-many
relationship between Location and Transaction.
A Transaction entity is associated with a specific user who initiated the transaction, so there is a
one-to-many relationship between User and Transaction.
These relationships are established through the use of foreign key references in the Transaction
entity, linking it to the corresponding Item, Location, and User entities.
www.ijaemr.com Page 236
International Journal of Advanced Engineering and Management Research
ISSN: 2456-3676
ISSN: 2456-3676
ISSN: 2456-3676
ISSN: 2456-3676
and highlights its potential to streamline inventory management processes and improve overall
operational efficiency.
5. Conclusion
In conclusion, the design and evaluation of the QR code-based inventory monitoring system
demonstrate its effectiveness as an innovative mobile solution for inventory management. The
system incorporates QR codes to accurately capture and update inventory data, enabling efficient
stock-in and stock-out operations. It achieved an overall high scores of 4.5 out of 5 in key
evaluation categories, including accuracy, efficiency, usability, effectiveness, security, and
maintainability.
Furthermore, the study proves highly effective in minimizing stockouts, optimizing stock levels,
and facilitating informed decision-making. It enhances overall operational efficiency and
contributes to improved inventory management processes. The system's robust security measures
protect inventory data from unauthorized access or breaches, ensuring data integrity and
confidentiality. Moreover, the system exhibits strong maintainability, with modularity,
documentation, and code maintainability facilitating future scalability and adaptability. This
allows for seamless system updates and changes as needed.
Overall, the design and evaluation of the system emphasize its significance as a valuable tool for
optimizing inventory processes. Its ability to provide accurate data, improve efficiency, enhance
usability, ensure security, and enable future scalability makes it a reliable and efficient solution
for organizations seeking effective inventory management.
The QR Code-based Inventory Monitoring System offers numerous benefits, including
streamlined operations, informed decision-making, and improved inventory control. Its
successful design and positive evaluation results underscore its suitability and potential for
implementation in various industries. By leveraging the power of mobile technology and QR
codes, this innovative solution opens new possibilities for efficient and effective inventory
monitoring and control.
References
Chen, D. M., Tsai, S. S., Girod, B., Hsu, C. H., Kim, K. H., & Singh, J. P. (2010, October).
Building book inventories using smartphones. In Proceedings of the 18th ACM
international conference on Multimedia (pp. 651-654).
Kloiber, S. M., Macleod, R. D., Smith, A. J., Knight, J. F., & Huberty, B. J. (2015). A semi-
automated, multi-source data fusion update of a wetland inventory for east-central
Minnesota, USA. Wetlands, 35, 335-348.
Vazquez-Briseno, M., Hirata, F. I., Sanchez-Lopez, J., Jimenez-Garcia, E., Navarro-Cota, C., &
Nieto-Hipolito, J. I. (2012). Using RFID/NFC and QR-code in mobile phones to link the
physical and the digital world. Interactive Multimedia, 12, 219-242.
Amrutkar, M., Palsokar, D. A., & Raibagkar, A. P. (2017). QR code based stock management
system. International Research Journal of Engineering and Technology (IRJET), 4(6),
5606-5611.
www.ijaemr.com Page 240
International Journal of Advanced Engineering and Management Research
ISSN: 2456-3676
Elsa, O. A., & Bett, S. (2019). Inventory management practices and organization performance of
steel industries in Nairobi County, Kenya. International Journal of Current Aspects, 3(3),
71-82.
Gallera, J. M.(2023) Mobile-Integrated System Design and Evaluation for Personalized Health
and Fitness Monitoring with Tutorial Information. International Research Journal of
Modernization in Engineering Technology & Science, 5(5), 3904-3911.
Singh, R. K., & Kumar, R. Role of Vendor Managed Inventory in Coordinated Supply Chain.
Hoy, M. B. (2011). An introduction to QR codes: linking libraries and mobile patrons. Medical
Reference Services Quarterly, 30(3), 295-300.
Vidas, T., Owusu, E., Wang, S., Zeng, C., Cranor, L. F., & Christin, N. (2013). QRishing: The
susceptibility of smartphone users to QR code phishing attacks. In Financial
Cryptography and Data Security: FC 2013 Workshops, USEC and WAHC 2013,
Okinawa, Japan, April 1, 2013, Revised Selected Papers 17 (pp. 52-69). Springer Berlin
Heidelberg.
Asare, I. T., & Asare, D. (2015). The effective use of quick response (QR) code as a marketing
tool. International Journal of Education and Social Science, 2(12), 67-73.
Gallera, J. M. Designing and Evaluating a QR Code-Based Monitoring System for School
Visitor Logs. International Research Journal of Advanced Engineering and Science, 8(2),
116-120.
Ghiassi, M., & Spera, C. O. S. I. M. O. (2003). Defining the Internet-based supply chain system
for mass customized markets. Computers & Industrial Engineering, 45(1), 17-41.
Lurie, N. H., & Swaminathan, J. M. (2009). Is timely information always better? The effect of
feedback frequency on decision making. Organizational Behavior and Human decisión
processes, 108(2), 315-329.
Popovič, A., Hackney, R., Tassabehji, R., & Castelli, M. (2018). The impact of big data analytics
on firms’ high value business performance. Information Systems Frontiers, 20, 209-222.
Amrutkar, M., Palsokar, D. A., & Raibagkar, A. P. (2017). QR code based stock management
system. International Research Journal of Engineering and Technology (IRJET), 4(6),
5606-5611.
Kar, S., Bhimrajka, S., Kumar, A., & Mukherjee, S. (2022, July). Mobile based Inventory
Management System with QR code. In 2022 IEEE International Conference on
Electronics, Computing and Communication Technologies (CONECCT) (pp. 1-6). IEEE.
Narayanan, A. S. (2012). QR codes and security solutions. International Journal of Computer
Science and Telecommunications, 3(7), 69-72.
Sharma, S., & Krishnan, S. S. R. (2014). QR code based user friendly online bazaar-
eTradeWind. Compusoft, 3(6), 836.
ISSN: 2456-3676
Macoir, N., Bauwens, J., Jooris, B., Van Herbruggen, B., Rossey, J., Hoebeke, J., & De Poorter,
E. (2019). Uwb localization with battery-powered wireless backbone for drone-based
inventory management. Sensors, 19(3), 467.
GALLERA, J. (2023). Designing and Evaluating a QR Code-Based Monitoring System for
School Visitor Logs. International Research Journal of Advanced Engineering and
Science, 8(2), 116-120.