Add display menus for users, services, combo packages and jobs
Changes: - Added display options for users, services, combo packages and technician jobs - Updated admin and technician menu options and navigation - Added reusable helper functions for displaying data in tabular format - Improved user and combo package listing displays - Fixed minor validation and error message formatting issues
This commit is contained in:
@@ -17,6 +17,7 @@ private:
|
||||
bool handleOperation(int choice);
|
||||
public:
|
||||
void showMenu();
|
||||
void displayJobs();
|
||||
void completeJob();
|
||||
void viewNotifications();
|
||||
void logout();
|
||||
|
||||
Reference in New Issue
Block a user