diff --git a/UAT_GDC_CMOD_Checklist.html b/UAT_GDC_CMOD_Checklist.html index 2c72bfc..a62f929 100644 --- a/UAT_GDC_CMOD_Checklist.html +++ b/UAT_GDC_CMOD_Checklist.html @@ -21,26 +21,72 @@ padding: 0; } @media print { - body { padding: 1mm; font-size: 10pt; } + @page { + size: A4 landscape; + margin: 5mm; + } + body { + padding: 0; + font-size: 7pt; + margin: 0; + } h1 { - font-size: 12pt; + font-size: 10pt; padding: 1px 0; margin: 0 0 2px 0; page-break-after: avoid !important; } - .data-table { margin: 0; } - table { page-break-inside: avoid !important; } - .container { padding-top: 0; } - tr { page-break-inside: avoid !important; } + h2 { + font-size: 9pt; + margin: 5px 0 0 0; + } + .data-table { + margin: 0; + font-size: 6pt; + width: 100%; + max-width: 100%; + } + .data-table th, + .data-table td { + font-size: 6pt; + padding: 1px; + max-width: 200px; + } + .data-table th:nth-child(1), + .data-table td:nth-child(1) { width: 5%; } + .data-table th:nth-child(2), + .data-table td:nth-child(2) { width: 15%; } + .data-table th:nth-child(3), + .data-table td:nth-child(3) { width: 20%; } + .data-table th:nth-child(4), + .data-table td:nth-child(4) { width: 20%; } + .data-table th:nth-child(5), + .data-table td:nth-child(5) { width: 15%; } + .data-table th:nth-child(6), + .data-table td:nth-child(6) { width: 10%; } + .data-table th:nth-child(7), + .data-table td:nth-child(7) { width: 15%; } + table { + page-break-inside: auto !important; + table-layout: fixed; + } + .container { + padding-top: 0; + max-width: 100%; + overflow: visible; + } + tr { page-break-inside: auto !important; } input[type="text"] { border: 1px solid #ccc !important; background: #fff !important; + font-size: 6pt; + padding: 1px; } input[type="checkbox"] { -webkit-appearance: square !important; appearance: square !important; - width: 10px !important; - height: 10px !important; + width: 8px !important; + height: 8px !important; } } h1 { @@ -188,17 +234,8 @@
| ID | Judul Test Case | Langkah Utama | Expected Result | Role | Hasil | Issue/Jawaban |
|---|---|---|---|---|---|---|
| NP-001 | Collect Sample ๐งช | Buka dialog sample โ Collect | STATUS=1, COLLECTIONDATE & USERID diset โ | SU, ADM, LAB | โ
โ | |
| NP-002 | Un-Collect Sample โฉ๏ธ | Buka dialog sample โ Un-Collect | STATUS di-reset, audit log tercatat ๐ | SU, ADM, LAB | โ
โ | |
| NP-004 | Sample Collection Buttons Enabled โ | Buka dialog sample | Tombol Collect/Un-Coll/Un-Recv enabled ๐ | ADMIN | โ
โ | |
| TC-074 | Print Labels ๐ท๏ธ | Print individual/collection/all | Semua labels tercetak ๐จ๏ธ | ADM, LAB, PHLEB | โ
โ | |
| TC-075 | Edit Comment โ๏ธ | Edit comment di dashboard | Comment berubah tersimpan ๐พ | SU | โ
โ |