Files
LAB_LINGKUNGAN/climate_report_template.html
2025-04-24 10:25:31 +07:00

379 lines
13 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Work Climate and Humidity Measurement Report</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
color: #333;
font-size: 12px;
}
.container {
width: 210mm;
margin: 0 auto;
padding: 10mm;
box-sizing: border-box;
}
.header {
border-bottom: 2px solid #333;
padding-bottom: 10px;
margin-bottom: 20px;
}
.logo {
float: left;
max-height: 80px;
}
.lab-info {
float: right;
text-align: right;
}
.title {
text-align: center;
margin: 20px 0;
clear: both;
}
.title h1 {
margin: 0;
font-size: 18px;
font-weight: bold;
}
.title h2 {
margin: 5px 0;
font-size: 16px;
font-weight: normal;
}
.title h3 {
margin: 5px 0;
font-size: 14px;
font-weight: normal;
}
.clearfix::after {
content: "";
clear: both;
display: table;
}
.section {
margin-bottom: 15px;
}
.section-title {
font-weight: bold;
margin-bottom: 5px;
font-size: 13px;
background-color: #f0f0f0;
padding: 5px;
border-left: 3px solid #333;
}
table {
width: 100%;
border-collapse: collapse;
margin-bottom: 15px;
}
table, th, td {
border: 1px solid #999;
}
th {
background-color: #f0f0f0;
padding: 8px 5px;
text-align: center;
font-weight: bold;
}
td {
padding: 8px 5px;
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.footer {
margin-top: 30px;
border-top: 1px solid #999;
padding-top: 10px;
}
.signature {
float: right;
width: 33%;
text-align: center;
margin-top: 20px;
}
.signature-line {
border-top: 1px solid #333;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
width: 80%;
}
.compliance {
padding: 3px;
border-radius: 3px;
font-weight: bold;
}
.comply {
background-color: #dff0d8;
color: #3c763d;
}
.not-comply {
background-color: #f2dede;
color: #a94442;
}
.watermark {
position: absolute;
top: 50%;
left: 25%;
transform: rotate(-45deg);
transform-origin: 50% 50%;
opacity: 0.1;
font-size: 100px;
z-index: -1;
color: #000;
white-space: nowrap;
}
@page {
size: A4;
margin: 0;
}
@media print {
.container {
width: 210mm;
height: 297mm;
padding: 10mm;
box-sizing: border-box;
}
}
</style>
</head>
<body>
<div class="container">
<div class="watermark">LABORATORY REPORT</div>
<div class="header clearfix">
<img src="lab_logo.png" alt="Laboratory Logo" class="logo">
<div class="lab-info">
<h2>ENVIRONMENTAL TESTING LABORATORY</h2>
<p>Jl. Laboratorium Lingkungan No. 123, Jakarta</p>
<p>Phone: (021) 555-1234, Email: info@env-lab.co.id</p>
<p>ACCREDITED KAN: LP-001-IDN</p>
</div>
</div>
<div class="title">
<h1>WORK CLIMATE MEASUREMENT REPORT</h1>
<h2>REPORT NUMBER: LHU/IKLIM/04/2024/001</h2>
<h3>Based on PMK RI No.2 Year 2023</h3>
</div>
<div class="section">
<div class="section-title">1. CLIENT INFORMATION</div>
<table>
<tr>
<td width="30%">Client Name</td>
<td width="70%">PT. Indonesia Manufacturing Industry</td>
</tr>
<tr>
<td>Address</td>
<td>Jl. Industry Raya No. 123, Jakarta</td>
</tr>
<tr>
<td>Contact Person</td>
<td>Budi Santoso (HSE Manager)</td>
</tr>
<tr>
<td>Request Number</td>
<td>REQ/2024/04/001</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">2. MEASUREMENT INFORMATION</div>
<table>
<tr>
<td width="30%">Measurement Date</td>
<td width="70%">April 25, 2024</td>
</tr>
<tr>
<td>Measurement Time</td>
<td>09:00 - 11:15 WIB</td>
</tr>
<tr>
<td>Measurement Officers</td>
<td>Deni Hermawan (Sampling Officer)</td>
</tr>
<tr>
<td>Weather Condition</td>
<td>Sunny, 31°C (outdoor temperature)</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">3. MEASUREMENT RESULTS</div>
<table>
<thead>
<tr>
<th rowspan="2">No.</th>
<th rowspan="2">Location</th>
<th rowspan="2">Room Type</th>
<th colspan="2">Temperature</th>
<th colspan="2">Humidity</th>
<th rowspan="2">Air Velocity (m/s)</th>
<th rowspan="2">Compliance Status</th>
</tr>
<tr>
<th>Result (°C)</th>
<th>Standard (°C)</th>
<th>Result (%RH)</th>
<th>Standard (%RH)</th>
</tr>
</thead>
<tbody>
<tr>
<td class="text-center">1</td>
<td>Main Meeting Room</td>
<td>Administration</td>
<td class="text-center">21.0</td>
<td class="text-center">20.0 - 25.0</td>
<td class="text-center">50.5</td>
<td class="text-center">40 - 60</td>
<td class="text-center">0.15</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
<tr>
<td class="text-center">2</td>
<td>HR Work Area</td>
<td>Administration</td>
<td class="text-center">22.0</td>
<td class="text-center">20.0 - 25.0</td>
<td class="text-center">52.0</td>
<td class="text-center">40 - 60</td>
<td class="text-center">0.12</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
<tr>
<td class="text-center">3</td>
<td>Server Room</td>
<td>Special Room</td>
<td class="text-center">19.0</td>
<td class="text-center">18.0 - 24.0</td>
<td class="text-center">45.0</td>
<td class="text-center">40 - 60</td>
<td class="text-center">0.25</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
<tr>
<td class="text-center">4</td>
<td>Production Line A</td>
<td>Production</td>
<td class="text-center">26.0</td>
<td class="text-center">23.0 - 26.0</td>
<td class="text-center">65.0</td>
<td class="text-center">40 - 60</td>
<td class="text-center">0.30</td>
<td class="text-center"><span class="compliance not-comply">NOT COMPLY</span></td>
</tr>
<tr>
<td class="text-center">5</td>
<td>Canteen Area</td>
<td>Common Area</td>
<td class="text-center">24.0</td>
<td class="text-center">22.0 - 28.0</td>
<td class="text-center">55.0</td>
<td class="text-center">40 - 60</td>
<td class="text-center">0.20</td>
<td class="text-center"><span class="compliance comply">COMPLY</span></td>
</tr>
</tbody>
</table>
</div>
<div class="section">
<div class="section-title">4. MEASUREMENT METHOD</div>
<table>
<tr>
<th width="20%">Parameter</th>
<th width="20%">Method</th>
<th width="35%">Equipment</th>
<th width="25%">Calibration Status</th>
</tr>
<tr>
<td>Temperature</td>
<td>SNI 7062: 2019</td>
<td>Thermohygrometer Lutron PHB-318 SN:LT12345678</td>
<td>Valid until May 10, 2024</td>
</tr>
<tr>
<td>Humidity</td>
<td>SNI 7062: 2019</td>
<td>Thermohygrometer Lutron PHB-318 SN:LT12345678</td>
<td>Valid until May 10, 2024</td>
</tr>
<tr>
<td>Air Velocity</td>
<td>SNI 7062: 2019</td>
<td>Anemometer Lutron AM-4214SD SN:LA23456789</td>
<td>Valid until March 20, 2024</td>
</tr>
</table>
</div>
<div class="section">
<div class="section-title">5. NOTES AND RECOMMENDATIONS</div>
<p>Based on the measurement results, the following findings and recommendations are provided:</p>
<ol>
<li>Most of the rooms measured have work climate parameters within the standard limits set by PMK RI No.2 Year 2023.</li>
<li>The Production Line A area shows humidity level (65% RH) exceeding the standard limit (40-60% RH). It is recommended to:
<ul>
<li>Check and optimize the HVAC system serving this area</li>
<li>Consider installing additional dehumidifiers</li>
<li>Ensure proper ventilation to reduce moisture buildup</li>
</ul>
</li>
<li>Regular maintenance of air conditioning and ventilation systems is recommended to maintain optimal work climate conditions.</li>
</ol>
</div>
<div class="section">
<div class="section-title">6. REGULATION REFERENCES</div>
<p>This measurement report refers to:</p>
<ol>
<li>PMK RI No.2 Year 2023 regarding Environmental Health Quality Standards and Health Requirements</li>
<li>SNI 7062: 2019 regarding Work Climate Measurement Methods</li>
</ol>
</div>
<div class="footer clearfix">
<p>Report Issue Date: April 28, 2024</p>
<p>This report is only valid for the samples measured and may not be reproduced partially without written approval from the laboratory.</p>
<div class="signature">
<p>Analyst</p>
<div class="signature-line"></div>
<p>Ratna Dewi</p>
<p>Senior Analyst</p>
</div>
<div class="signature">
<p>Verified by</p>
<div class="signature-line"></div>
<p>Hendra Wijaya</p>
<p>Testing Supervisor</p>
</div>
<div class="signature">
<p>Approved by</p>
<div class="signature-line"></div>
<p>Farida Nurhasanah</p>
<p>Laboratory Manager</p>
</div>
</div>
<div style="text-align: center; margin-top: 50px; font-size: 10px;">
<p>*END OF REPORT*</p>
<p>Page 1 of 1</p>
</div>
</div>
</body>
</html>