Revision: 056f2bc07d
Create Wiki Page
Restore Revision
@@ -0,0 +1,54 @@
+<p align="justify"> Attendance is a record stating whether an Employee has been present on a particular day or not.</p>
+
+<p align="justify"> In StrideERP, you can mark and record attendance of an Employee on a daily basis using the Attendance doctype.</P>
+
+<p align="justify"> <b>To access Attendance, go to:</b></p>
+
+Home > Human Capital > Attendance
+
+<h2> 1. Prerequisites </h2>
+<p align="justify"> Before creating an Attendance record, it is advised that you create the following first:</p>
+<ul>
+<li><a href="https://docs.gostride.io/human-capital/employee">Employee </a></li>
+<li><a href="https://docs.gostride.io/human-capital/shift-type">Shift Type </a></li>
+</ul>
+
+<h2> 2. How to create an Attendance </h2>
+<ol>
+<li>Go to the Attendance list, click on New.</li>
+<li>Select the Employee.</li>
+<li>Select the Attendance Date.</li>
+<li>Select the Shift (optional).</li>
+<li>Select the Status (Present, Absent, On Leave, Half Day).</li>
+<li>Save and Submit.</li>
+</ol>
+
+<blockquote><b>Note:</b> Attendance cannot be marked for future dates.</blockquote>
+
+<p align="justify"> You can get a monthly report of your Attendance data by going to the Monthly Attendance Details report.</p>
+
+<p align="justify"> You can easily set attendance for Employees using the <a href="https://docs.gostride.io/human-capital/employee-attendance-tool">Employee Attendance Tool</a></p>
+
+<p align="justify"> You can also bulk upload attendance using the <a href="https://docs.gostride.io/human-capital/upload-attendance">Upload Attendance</a></p>
+
+<h2> 3. Features </h2>
+
+<h3> 3.1 Marking Unmarked Attendance </h3>
+<p align="justify"> In case the attendance for some employees is not marked, you can mark them as present, absent, or half-day.</p>
+
+<h2> How to Mark Attendance </h2>
+<ol>
+
+<li>Go to the Attendance list.</li>
+<li>Click on the Mark Attendance button.</li>
+<img src="/files/Mark Attendance button.png">
+<li>A dialog will appear.</li>
+<li>Select the Employee and Month.</li>
+<li>Select the Status whether Present, Absent, or Half Day.</li>
+<li>Select the dates on which you want to mark attendance for a selected Employee.</li>
+<li>Click on the Mark Attendance button and click on Yes.</li>
+<img src="/files/Mark Attendance for nov.png" width="400" height="400">
+
+</ol>
+
+<p align="justify"> It is also, possible to set up marking of attendance automatically based on check-in/check-out logs from Biometric/RFID Devices (or any other similar mechanisms that produce IN/OUT logs of the employee). Please refer to <a href="https://docs.gostride.io/human-capital/auto-attendance">Auto Attendance</a> feature for more information.</p>