Corrected date format and removed unwanted spaces across all files.

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