Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added server/Generated_Documents/11_Dhwanik_Hintya.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions server/Generated_Documents/11_Dhwanik_Hintya.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC: hr@exaze.it
Subject: Change in designation for SA Associates

Hello Dhwanik Hintya,

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (SA)
Binary file added server/Generated_Documents/1_Rahul_Chandna.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions server/Generated_Documents/1_Rahul_Chandna.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC: hr@exaze.it
Subject: Change in designation for SA Associates

Hello Rahul Chandna,

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (SA)
Binary file not shown.
11 changes: 11 additions & 0 deletions server/Generated_Documents/482_Samiksha_Lakhole.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC: hr@exaze.it
Subject: Change in designation for India Associates

Hello Samiksha Lakhole,

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (IND)
Binary file added server/Generated_Documents/483_Yash_Walunjkar.pdf
Binary file not shown.
11 changes: 11 additions & 0 deletions server/Generated_Documents/483_Yash_Walunjkar.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC: hr@exaze.it
Subject: Change in designation for India Associates

Hello Yash Walunjkar,

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (IND)
Binary file not shown.
Binary file modified server/database.sqlite
Binary file not shown.
8 changes: 2 additions & 6 deletions server/knexfile.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
require("dotenv").config();
const path = require("path");

console.log("Environment variables loaded:");
console.log("DB_CLIENT:", process.env.DB_CLIENT);
console.log("DB_FILENAME:", process.env.DB_FILENAME);

module.exports = {
development: {
client: process.env.DB_CLIENT,
client: process.env.DB_CLIENT,
connection: {
filename: path.join(__dirname, process.env.DB_FILENAME),
filename: path.join(__dirname, process.env.DB_FILENAME),
},
useNullAsDefault: true,
migrations: {
Expand Down
11 changes: 11 additions & 0 deletions server/uploads/email_templates/IND_DC.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC:
Subject: Change in designation for India Associates

Hello ${First_Name} ${Last_Name},

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (IND)
11 changes: 11 additions & 0 deletions server/uploads/email_templates/SA_DC.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
CC:
Subject: Change in designation for SA Associates

Hello ${First_Name} ${Last_Name},

Please find your Change in Designation PDF document attached here.
Note: This PDF is protected by a password, which is your Employee Number.


Best Regards
Exaze (SA)
Binary file added server/uploads/word_templates/IND_DC.docx
Binary file not shown.
Binary file added server/uploads/word_templates/SA_DC.docx
Binary file not shown.