f63e4056f2f364b16e2f43956b40ad28100a3734
Changes: - Added validation in AdminMenu::viewStockLevels and improved stock level formatting with headers, column widths, and pressEnter prompts - Enhanced AdminMenu::checkStockAvailability with header, clear screen, and missing item validation - Updated AdminMenu::removeUser with header and excluded ADMIN users from active list - Improved CustomerMenu::completePayments with pending invoice checks, error handling, and clearer headers - Refined selectInvoiceFromUserForPayment in MenuHelper.h (inline, clear screen, updated headers) - Added "View Service History" header in CustomerMenu::viewServiceHistory and widened table columns - Improved notification handling: added headers, empty list validation, pressEnter prompts, and adjusted column widths - Simplified notification titles in Inventory, Payment, and Service Management services - Strengthened UserManagementService::updateUserDetails with duplicate checks (email, phone), clearer errors, and Validator integration - Implemented new duplicate validation functions (isUsernameDuplicate, isPhoneDuplicate, isEmailDuplicate) in Validator utilities - Updated CustomerMenu::updateDetails with header, improved error/success message formatting, and validation integration Related work items: #1646, #1739, #1741, #1742, #1746, #1748, #1750
Introduction
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
Getting Started
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
Build and Test
TODO: Describe and show how to build your code and run the tests.
Contribute
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files:
Description
Releases
3
Languages
C++
99.3%
C
0.7%