Corrected date format and removed unwanted spaces across all files.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* File: ZenvyController.cpp
|
||||
* Description : Controls data flow between UI and Service Layers.
|
||||
* Author: Trenser
|
||||
* Created : 01-04-2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "ZenvyController.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: ZenvyController.h
|
||||
* Description : Controls data flow between UI and Service Layers.
|
||||
* Author: Trenser
|
||||
* Created : 01-04-2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
@@ -48,4 +48,4 @@ public:
|
||||
void logout();
|
||||
void changePassword(const std::string&);
|
||||
~ZenvyController();
|
||||
};
|
||||
};
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: DataStore.cpp
|
||||
* Description: Central Storage for all the System Data.
|
||||
* Author: Trenser
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "DataStore.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: DataStore.h
|
||||
* Description: Central Storage for all the System Data.
|
||||
* Author: Trenser
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* File: Factory.h
|
||||
* Description: Provides a generic factory utility to create shared_ptr instances of objects.
|
||||
* Author: Ajmal J S
|
||||
* Created: 01-04-2026
|
||||
* Created: 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: JobListing.cpp
|
||||
* Description : Represents a job opening along with its details and applied candidates.
|
||||
* Author : Trenser
|
||||
* Created : 01 - Apr - 2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "JobListing.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: JobListing.h
|
||||
* Description : Represents a job opening along with its details and applied candidates.
|
||||
* Author : Trenser
|
||||
* Created : 01 - Apr - 2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Leave.cpp
|
||||
* Description : Stores information related to an employee’s leave application.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Leave.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Leave.h
|
||||
* Description : Stores information related to an employee’s leave application.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Log.cpp
|
||||
* Description : Represents a log entry containing a timestamp and an associated message.
|
||||
* Author : Trenser
|
||||
* Created : 01 - Apr - 2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#include "Log.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Log.h
|
||||
* Description : Represents a log entry containing a timestamp and an associated message.
|
||||
* Author : Trenser
|
||||
* Created : 01 - Apr - 2026
|
||||
* Created : 01-Apr-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Notification.cpp
|
||||
* Description : Represents an employee notification with message and status details.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Notification.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Notification.h
|
||||
* Description : Represents an employee notification with message and status details.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Payroll.cpp
|
||||
* Description : Stores payroll and salary breakdown details for an employee.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Payroll.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Payroll.h
|
||||
* Description : Stores payroll and salary breakdown details for an employee.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Payslip.cpp
|
||||
* Description : Models a payslip entity that stores salary information.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Payslip.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Payslip.h
|
||||
* Description : Models a payslip entity that stores salary information.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Room.cpp
|
||||
* Description : Models a room entity that maintains room details and manages its bookings.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Room.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Room.h
|
||||
* Description : Models a room entity that maintains room details and manages its bookings.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: TalentExecutive.cpp
|
||||
* Description : Represents information related to a talent executive in the system.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "TalentExecutive.h"
|
||||
@@ -2,7 +2,7 @@
|
||||
File: TalentExecutive.h
|
||||
* Description : Represents information related to a talent executive in the system.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Team.cpp
|
||||
* Description : Models a team entity that maintains team identity, leadership, employee list, and size limitations.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Team.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Team.h
|
||||
* Description : Models a team entity that maintains team identity, leadership, employee list, and size limitations.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: TeamExecutive.cpp
|
||||
* Description : Represents information related to a team executive within the system.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "TeamExecutive.h"
|
||||
@@ -2,7 +2,7 @@
|
||||
File: TeamExecutive.h
|
||||
* Description : Represents information related to a team executive within the system.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Ticket.cpp
|
||||
* Description : Represents a support ticket with its associated details and status.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#include "Ticket.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
File: Ticket.h
|
||||
* Description : Represents a support ticket with its associated details and status.
|
||||
* Author : Trenser
|
||||
* Created : 31 - Mar - 2026
|
||||
* Created : 31-Mar-2026
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
Reference in New Issue
Block a user