checklist.emlync.link Open in urlscan Pro
46.202.161.54  Public Scan

URL: https://checklist.emlync.link/
Submission: On December 12 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST submit.php

<form action="submit.php" method="POST">
  <div class="department">
    <h2 class="department-title" onclick="toggleChecklist('HR')"> HR <i class="fas fa-chevron-down"></i>
    </h2>
    <div id="HR" class="checklist-items">
      <table>
        <thead>
          <tr>
            <th>Sl. No.</th>
            <th>Function</th>
            <th>Files Created</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>5</td>
            <td>Update employee records</td>
            <td>
              <input type="number" name="files_created[5]" value="4" required="">
            </td>
            <td>
              <select name="status[5]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>5</td>
            <td>Update 1 employee records</td>
            <td>
              <input type="number" name="files_created[5]" value="4" required="">
            </td>
            <td>
              <select name="status[5]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="department">
    <h2 class="department-title" onclick="toggleChecklist('Production')"> Production <i class="fas fa-chevron-down"></i>
    </h2>
    <div id="Production" class="checklist-items">
      <table>
        <thead>
          <tr>
            <th>Sl. No.</th>
            <th>Function</th>
            <th>Files Created</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>4</td>
            <td>Verify production schedule</td>
            <td>
              <input type="number" name="files_created[4]" value="1" required="">
            </td>
            <td>
              <select name="status[4]" required="">
                <option value="Pending">Pending</option>
                <option value="Completed" selected="">Completed</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>4</td>
            <td>Verify 1 production schedule</td>
            <td>
              <input type="number" name="files_created[4]" value="1" required="">
            </td>
            <td>
              <select name="status[4]" required="">
                <option value="Pending">Pending</option>
                <option value="Completed" selected="">Completed</option>
              </select>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="department">
    <h2 class="department-title" onclick="toggleChecklist('Purchase')"> Purchase <i class="fas fa-chevron-down"></i>
    </h2>
    <div id="Purchase" class="checklist-items">
      <table>
        <thead>
          <tr>
            <th>Sl. No.</th>
            <th>Function</th>
            <th>Files Created</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>1</td>
            <td>Verify purchase order details</td>
            <td>
              <input type="number" name="files_created[1]" value="3" required="">
            </td>
            <td>
              <select name="status[1]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>1</td>
            <td>Verify 1 purchase order details</td>
            <td>
              <input type="number" name="files_created[1]" value="3" required="">
            </td>
            <td>
              <select name="status[1]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="department">
    <h2 class="department-title" onclick="toggleChecklist('QC')"> QC <i class="fas fa-chevron-down"></i>
    </h2>
    <div id="QC" class="checklist-items">
      <table>
        <thead>
          <tr>
            <th>Sl. No.</th>
            <th>Function</th>
            <th>Files Created</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>3</td>
            <td>Inspect raw materials</td>
            <td>
              <input type="number" name="files_created[3]" value="2" required="">
            </td>
            <td>
              <select name="status[3]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>3</td>
            <td>Inspect 1 raw materials</td>
            <td>
              <input type="number" name="files_created[3]" value="2" required="">
            </td>
            <td>
              <select name="status[3]" required="">
                <option value="Pending" selected="">Pending</option>
                <option value="Completed">Completed</option>
              </select>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <div class="department">
    <h2 class="department-title" onclick="toggleChecklist('Sales')"> Sales <i class="fas fa-chevron-down"></i>
    </h2>
    <div id="Sales" class="checklist-items">
      <table>
        <thead>
          <tr>
            <th>Sl. No.</th>
            <th>Function</th>
            <th>Files Created</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>2</td>
            <td>Generate invoice for client</td>
            <td>
              <input type="number" name="files_created[2]" value="5" required="">
            </td>
            <td>
              <select name="status[2]" required="">
                <option value="Pending">Pending</option>
                <option value="Completed" selected="">Completed</option>
              </select>
            </td>
          </tr>
          <tr>
            <td>2</td>
            <td>Generate 1 invoice for client</td>
            <td>
              <input type="number" name="files_created[2]" value="5" required="">
            </td>
            <td>
              <select name="status[2]" required="">
                <option value="Pending">Pending</option>
                <option value="Completed" selected="">Completed</option>
              </select>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </div>
  <button type="submit" class="btn">Submit Checklist</button>
</form>

Text Content

CHECKLIST DASHBOARD


HR

Sl. No. Function Files Created Status 5 Update employee records Pending
Completed 5 Update 1 employee records Pending Completed


PRODUCTION

Sl. No. Function Files Created Status 4 Verify production schedule Pending
Completed 4 Verify 1 production schedule Pending Completed


PURCHASE

Sl. No. Function Files Created Status 1 Verify purchase order details Pending
Completed 1 Verify 1 purchase order details Pending Completed


QC

Sl. No. Function Files Created Status 3 Inspect raw materials Pending Completed
3 Inspect 1 raw materials Pending Completed


SALES

Sl. No. Function Files Created Status 2 Generate invoice for client Pending
Completed 2 Generate 1 invoice for client Pending Completed

Submit Checklist