Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to generate an attendance report for night shift using Nodejs and MongoDB. Nodejs can be used to retrieve the attendance data from MongoDB and manipulate it to generate the desired attendance report. The report can be generated in various formats such as CSV, PDF, or HTML using Node modules like csv-writer, pdfkit, or ejs. The attendance report can include data such as the employee name, date, time in, time out, and total hours worked.