plac-micro-common 1.3.95 → 1.3.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libs/pdf-form/templates/receipt.template.d.ts +1 -1
- package/dist/libs/pdf-form/templates/receipt.template.js +224 -210
- package/dist/libs/pdf-form/templates/sio-form-kh.template.d.ts +1 -1
- package/dist/libs/pdf-form/templates/sio-form-kh.template.js +843 -656
- package/dist/libs/pdf-form/templates/uw-form.template.d.ts +1 -1
- package/dist/libs/pdf-form/templates/uw-form.template.js +1551 -1533
- package/package.json +1 -1
|
@@ -4,748 +4,935 @@ exports.SIO_FORM_KH_TEMPLATE = void 0;
|
|
|
4
4
|
exports.SIO_FORM_KH_TEMPLATE = `
|
|
5
5
|
<!doctype html>
|
|
6
6
|
<html lang="km">
|
|
7
|
-
<head>
|
|
8
|
-
<meta charset="UTF-8" />
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
10
|
-
<title>ពាក្យស្នើសុំធានារ៉ាប់រងអាយុជីវិត</title>
|
|
11
|
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
12
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
13
|
-
<link href="https://fonts.googleapis.com/css2?family=Hanuman:wght@100..900&family=Moul&display=swap" rel="stylesheet">
|
|
14
|
-
<style>
|
|
15
|
-
body {
|
|
16
|
-
font-family: "Hanuman", system-ui, sans-serif;
|
|
17
|
-
font-size: 12px;
|
|
18
|
-
line-height: 1.4;
|
|
19
|
-
margin: 1rem;
|
|
20
|
-
/* Reduced from 2rem */
|
|
21
|
-
background: #fff;
|
|
22
|
-
color: #000;
|
|
23
|
-
}
|
|
24
7
|
|
|
25
|
-
|
|
26
|
-
|
|
8
|
+
<head>
|
|
9
|
+
<meta charset="UTF-8" />
|
|
10
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
11
|
+
<title>ពាក្យស្នើសុំធានារ៉ាប់រងអាយុជីវិត</title>
|
|
12
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
13
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
14
|
+
<link href="https://fonts.googleapis.com/css2?family=Hanuman:wght@100..900&family=Moul&display=swap" rel="stylesheet">
|
|
15
|
+
<style>
|
|
16
|
+
body {
|
|
17
|
+
font-family: "Hanuman", system-ui, sans-serif;
|
|
18
|
+
font-size: 12px;
|
|
19
|
+
line-height: 1.4;
|
|
20
|
+
margin: 1rem;
|
|
21
|
+
/* Reduced from 2rem */
|
|
22
|
+
background: #fff;
|
|
23
|
+
color: #000;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.space {
|
|
27
|
+
width: 8px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* margin */
|
|
31
|
+
.ml-4 {
|
|
32
|
+
margin-left: 1rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.ml-8 {
|
|
36
|
+
margin-left: 2rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.mr-4 {
|
|
40
|
+
margin-right: 1rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.mr-8 {
|
|
44
|
+
margin-right: 2rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.mt-4 {
|
|
48
|
+
margin-top: 1rem;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.mt-8 {
|
|
52
|
+
margin-top: 2rem;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.mb-4 {
|
|
56
|
+
margin-bottom: 1rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.mb-8 {
|
|
60
|
+
margin-bottom: 2rem;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
/* alignment */
|
|
64
|
+
.align-left {
|
|
65
|
+
justify-content: flex-start !important;
|
|
66
|
+
text-align: left;
|
|
67
|
+
padding-left: 16px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.align-right {
|
|
71
|
+
justify-content: flex-end !important;
|
|
72
|
+
text-align: right;
|
|
73
|
+
padding-right: 16px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.align-center {
|
|
77
|
+
justify-content: center !important;
|
|
78
|
+
text-align: center;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.space-height {
|
|
82
|
+
height: 60px;
|
|
83
|
+
align-items: center;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.signature-space {
|
|
87
|
+
height: 100px;
|
|
88
|
+
margin-top: 10px;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
/* === Page header === */
|
|
92
|
+
.page-header {
|
|
93
|
+
margin-bottom: 0.5rem;
|
|
94
|
+
page-break-inside: avoid;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.header-container {
|
|
98
|
+
display: flex;
|
|
99
|
+
flex-direction: column;
|
|
100
|
+
align-items: center;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.title-logo {
|
|
104
|
+
width: 125px;
|
|
105
|
+
height: auto;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.title {
|
|
109
|
+
font-weight: 700;
|
|
110
|
+
font-size: 14px;
|
|
111
|
+
line-height: 1;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.title-container {
|
|
115
|
+
text-align: center;
|
|
116
|
+
font-weight: 700;
|
|
117
|
+
font-size: 14px;
|
|
118
|
+
line-height: 1.4;
|
|
119
|
+
margin: 0;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/* === Card Header === */
|
|
123
|
+
.card-header {
|
|
124
|
+
background-color: #0d6efd;
|
|
125
|
+
color: white;
|
|
126
|
+
text-align: center;
|
|
127
|
+
padding: 0.1rem 0;
|
|
128
|
+
border-radius: 6px 6px 0 0;
|
|
129
|
+
font-weight: bold;
|
|
130
|
+
margin-bottom: 0.5rem;
|
|
131
|
+
/* Reduced */
|
|
132
|
+
-webkit-print-color-adjust: exact;
|
|
133
|
+
print-color-adjust: exact;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/* === Form Text === */
|
|
137
|
+
.form-container {
|
|
138
|
+
display: flex;
|
|
139
|
+
flex-wrap: wrap;
|
|
140
|
+
margin: 0;
|
|
141
|
+
padding: 0;
|
|
142
|
+
gap: 0.5rem;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.form-item {
|
|
146
|
+
display: flex;
|
|
147
|
+
align-items: flex-start;
|
|
148
|
+
flex-wrap: wrap;
|
|
149
|
+
width: 100%;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.label,
|
|
153
|
+
.question-label {
|
|
154
|
+
word-wrap: break-word;
|
|
155
|
+
white-space: normal;
|
|
156
|
+
font-weight: 500;
|
|
157
|
+
color: #444;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/* Underline for blanks */
|
|
161
|
+
.underline {
|
|
162
|
+
border-bottom: 1px dashed #000;
|
|
163
|
+
flex: 1;
|
|
164
|
+
min-width: 60px;
|
|
165
|
+
min-height: 1em;
|
|
166
|
+
display: inline-flex;
|
|
167
|
+
align-items: center;
|
|
168
|
+
justify-content: center;
|
|
169
|
+
text-align: center;
|
|
170
|
+
word-break: break-word;
|
|
171
|
+
white-space: normal;
|
|
172
|
+
-webkit-box-decoration-break: clone;
|
|
173
|
+
box-decoration-break: clone;
|
|
174
|
+
align-self: flex-end;
|
|
175
|
+
color: #000;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/* size variants */
|
|
179
|
+
.underline.xs {
|
|
180
|
+
flex: none;
|
|
181
|
+
width: 30px;
|
|
182
|
+
min-width: unset;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.underline.sm {
|
|
186
|
+
flex: none;
|
|
187
|
+
width: 80px;
|
|
188
|
+
min-width: unset;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.underline.md {
|
|
192
|
+
flex: none;
|
|
193
|
+
width: 180px;
|
|
194
|
+
min-width: unset;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.underline.lg {
|
|
198
|
+
flex: 2;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.underline.with-unit {
|
|
202
|
+
flex: 1;
|
|
203
|
+
min-width: 0;
|
|
204
|
+
display: block;
|
|
205
|
+
word-break: break-word;
|
|
206
|
+
white-space: normal;
|
|
207
|
+
border-bottom: none;
|
|
208
|
+
line-height: 1.6em;
|
|
209
|
+
text-align: left;
|
|
210
|
+
padding-left: 4px;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.with-unit .value {
|
|
214
|
+
display: inline;
|
|
215
|
+
text-decoration: underline;
|
|
216
|
+
text-decoration-style: dashed;
|
|
217
|
+
text-decoration-color: #000;
|
|
218
|
+
text-underline-offset: 3px;
|
|
219
|
+
-webkit-box-decoration-break: clone;
|
|
220
|
+
box-decoration-break: clone;
|
|
221
|
+
vertical-align: baseline;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.unit {
|
|
225
|
+
display: inline;
|
|
226
|
+
white-space: nowrap;
|
|
227
|
+
margin-left: 4px;
|
|
228
|
+
text-decoration: none;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/* Checkbox labels */
|
|
232
|
+
.checkbox-label {
|
|
233
|
+
display: inline-flex;
|
|
234
|
+
align-items: center;
|
|
235
|
+
gap: 0.5rem;
|
|
236
|
+
position: relative;
|
|
237
|
+
cursor: pointer;
|
|
238
|
+
padding-left: 0.2rem;
|
|
239
|
+
user-select: none;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.checkbox-label::before {
|
|
243
|
+
content: "";
|
|
244
|
+
display: inline-flex;
|
|
245
|
+
align-items: center;
|
|
246
|
+
justify-content: center;
|
|
247
|
+
width: 20px;
|
|
248
|
+
height: 20px;
|
|
249
|
+
border: 2px solid #555;
|
|
250
|
+
border-radius: 3px;
|
|
251
|
+
background-color: #fff;
|
|
252
|
+
box-sizing: border-box;
|
|
253
|
+
flex-shrink: 0;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.checkbox-label.checked::after {
|
|
257
|
+
content: "";
|
|
258
|
+
position: absolute;
|
|
259
|
+
top: 45%;
|
|
260
|
+
left: calc(0.2rem + 7px);
|
|
261
|
+
width: 6px;
|
|
262
|
+
height: 12px;
|
|
263
|
+
border: solid #0d6efd;
|
|
264
|
+
border-width: 0 2px 2px 0;
|
|
265
|
+
box-sizing: border-box;
|
|
266
|
+
transform: translateY(-50%) rotate(45deg);
|
|
267
|
+
pointer-events: none;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
.page-break {
|
|
271
|
+
page-break-before: always;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
/* === Table data === */
|
|
275
|
+
.table-container {
|
|
276
|
+
margin: auto;
|
|
277
|
+
margin-bottom: 4px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
table {
|
|
281
|
+
width: 100%;
|
|
282
|
+
border-collapse: collapse;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
th,
|
|
286
|
+
td {
|
|
287
|
+
border: 1px solid #ccc;
|
|
288
|
+
padding: 0;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.cell {
|
|
292
|
+
min-height: 10px;
|
|
293
|
+
padding: 4px 8px;
|
|
294
|
+
display: flex;
|
|
295
|
+
justify-content: center;
|
|
296
|
+
text-align: center;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
th {
|
|
300
|
+
font-weight: 600;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
/* === Print-specific: Footer with Page Numbers on the RIGHT === */
|
|
304
|
+
@media print {
|
|
305
|
+
body {
|
|
306
|
+
margin: 0;
|
|
307
|
+
padding-top: 10mm;
|
|
27
308
|
}
|
|
28
309
|
|
|
29
|
-
/*
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
.mr-8 {margin-right: 2rem; }
|
|
35
|
-
|
|
36
|
-
.mt-4 {margin-top: 1rem; }
|
|
37
|
-
.mt-8 {margin-top: 2rem; }
|
|
38
|
-
|
|
39
|
-
.mb-4 {margin-bottom: 1rem; }
|
|
40
|
-
.mb-8 {margin-bottom: 2rem; }
|
|
310
|
+
/* Make room for footer on the right side */
|
|
311
|
+
@page {
|
|
312
|
+
size: A4 portrait;
|
|
313
|
+
margin: 15mm 15mm 20mm 10mm;
|
|
314
|
+
/* increased right margin slightly for better spacing */
|
|
41
315
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
.space-height {
|
|
48
|
-
height: 60px;
|
|
49
|
-
align-items: center;
|
|
316
|
+
@bottom-right {
|
|
317
|
+
content: "ទំព័រ " counter(page) " នៃ " counter(pages);
|
|
318
|
+
font-size: 11px;
|
|
319
|
+
color: #555;
|
|
320
|
+
}
|
|
50
321
|
}
|
|
51
322
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
323
|
+
/* Increment page counter */
|
|
324
|
+
body {
|
|
325
|
+
counter-increment: page;
|
|
55
326
|
}
|
|
56
327
|
|
|
57
|
-
|
|
58
|
-
.
|
|
59
|
-
|
|
328
|
+
.page-header,
|
|
329
|
+
.title-container,
|
|
330
|
+
table {
|
|
60
331
|
page-break-inside: avoid;
|
|
61
332
|
}
|
|
62
333
|
|
|
63
|
-
.header-container {
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: column;
|
|
66
|
-
align-items: center;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.title-logo {
|
|
70
|
-
width: 125px;
|
|
71
|
-
height: auto;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.title {
|
|
75
|
-
font-weight: 700;
|
|
76
|
-
font-size: 14px;
|
|
77
|
-
line-height: 1;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.title-container {
|
|
81
|
-
text-align: center;
|
|
82
|
-
font-weight: 700;
|
|
83
|
-
font-size: 14px;
|
|
84
|
-
line-height: 1.4;
|
|
85
|
-
margin: 0;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
/* === Card Header === */
|
|
89
334
|
.card-header {
|
|
90
|
-
background-color: #0d6efd;
|
|
91
|
-
color: white;
|
|
92
|
-
text-align: center;
|
|
93
|
-
padding: 0.1rem 0;
|
|
94
|
-
border-radius: 6px 6px 0 0;
|
|
95
|
-
font-weight: bold;
|
|
96
|
-
margin-bottom: 0.5rem;
|
|
97
|
-
/* Reduced */
|
|
98
335
|
-webkit-print-color-adjust: exact;
|
|
99
336
|
print-color-adjust: exact;
|
|
100
337
|
}
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
align-items: flex-start;
|
|
114
|
-
flex-wrap: wrap;
|
|
115
|
-
width: 100%;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.label,
|
|
119
|
-
.question-label {
|
|
120
|
-
word-wrap: break-word;
|
|
121
|
-
white-space: normal;
|
|
122
|
-
font-weight: 500;
|
|
123
|
-
color: #444;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
/* Underline for blanks */
|
|
127
|
-
.underline {
|
|
128
|
-
border-bottom: 1px dashed #000;
|
|
129
|
-
flex: 1;
|
|
130
|
-
min-width: 60px;
|
|
131
|
-
min-height: 1em;
|
|
132
|
-
display: inline-flex;
|
|
133
|
-
align-items: center;
|
|
134
|
-
justify-content: center;
|
|
135
|
-
text-align: center;
|
|
136
|
-
word-break: break-word;
|
|
137
|
-
white-space: normal;
|
|
138
|
-
-webkit-box-decoration-break: clone;
|
|
139
|
-
box-decoration-break: clone;
|
|
140
|
-
align-self: flex-end;
|
|
141
|
-
color: #000;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/* size variants */
|
|
145
|
-
.underline.xs { flex: none; width: 30px; min-width: unset; }
|
|
146
|
-
.underline.sm { flex: none; width: 80px; min-width: unset; }
|
|
147
|
-
.underline.md { flex: none; width: 180px; min-width: unset; }
|
|
148
|
-
.underline.lg { flex: 2; }
|
|
149
|
-
|
|
150
|
-
.underline.with-unit {
|
|
151
|
-
flex: 1;
|
|
152
|
-
min-width: 0;
|
|
153
|
-
display: block;
|
|
154
|
-
word-break: break-word;
|
|
155
|
-
white-space: normal;
|
|
156
|
-
border-bottom: none;
|
|
157
|
-
line-height: 1.6em;
|
|
158
|
-
text-align: left;
|
|
159
|
-
padding-left: 4px;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.with-unit .value {
|
|
163
|
-
display: inline;
|
|
164
|
-
text-decoration: underline;
|
|
165
|
-
text-decoration-style: dashed;
|
|
166
|
-
text-decoration-color: #000;
|
|
167
|
-
text-underline-offset: 3px;
|
|
168
|
-
-webkit-box-decoration-break: clone;
|
|
169
|
-
box-decoration-break: clone;
|
|
170
|
-
vertical-align: baseline;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.unit {
|
|
174
|
-
display: inline;
|
|
175
|
-
white-space: nowrap;
|
|
176
|
-
margin-left: 4px;
|
|
177
|
-
text-decoration: none;
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
/* Checkbox labels */
|
|
181
|
-
.checkbox-label {
|
|
182
|
-
display: inline-flex;
|
|
183
|
-
align-items: center;
|
|
184
|
-
gap: 0.5rem;
|
|
185
|
-
position: relative;
|
|
186
|
-
cursor: pointer;
|
|
187
|
-
padding-left: 0.2rem;
|
|
188
|
-
user-select: none;
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.checkbox-label::before {
|
|
192
|
-
content: "";
|
|
193
|
-
display: inline-flex;
|
|
194
|
-
align-items: center;
|
|
195
|
-
justify-content: center;
|
|
196
|
-
width: 20px;
|
|
197
|
-
height: 20px;
|
|
198
|
-
border: 2px solid #555;
|
|
199
|
-
border-radius: 3px;
|
|
200
|
-
background-color: #fff;
|
|
201
|
-
box-sizing: border-box;
|
|
202
|
-
flex-shrink: 0;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.checkbox-label.checked::after {
|
|
206
|
-
content: "";
|
|
207
|
-
position: absolute;
|
|
208
|
-
top: 45%;
|
|
209
|
-
left: calc(0.2rem + 7px);
|
|
210
|
-
width: 6px;
|
|
211
|
-
height: 12px;
|
|
212
|
-
border: solid #0d6efd;
|
|
213
|
-
border-width: 0 2px 2px 0;
|
|
214
|
-
box-sizing: border-box;
|
|
215
|
-
transform: translateY(-50%) rotate(45deg);
|
|
216
|
-
pointer-events: none;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.page-break {
|
|
220
|
-
page-break-before: always;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/* === Table data === */
|
|
224
|
-
.table-container {
|
|
225
|
-
margin: auto;
|
|
226
|
-
margin-bottom: 4px;
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
table {
|
|
230
|
-
width: 100%;
|
|
231
|
-
border-collapse: collapse;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
th,
|
|
235
|
-
td {
|
|
236
|
-
border: 1px solid #ccc;
|
|
237
|
-
padding: 0;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.cell {
|
|
241
|
-
min-height: 10px;
|
|
242
|
-
padding: 4px 8px;
|
|
243
|
-
display: flex;
|
|
244
|
-
justify-content: center;
|
|
245
|
-
text-align: center;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
th {
|
|
249
|
-
font-weight: 600;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/* === Print-specific: Footer with Page Numbers on the RIGHT === */
|
|
253
|
-
@media print {
|
|
254
|
-
body {
|
|
255
|
-
margin: 0;
|
|
256
|
-
padding-top: 10mm;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/* Make room for footer on the right side */
|
|
260
|
-
@page {
|
|
261
|
-
size: A4 portrait;
|
|
262
|
-
margin: 15mm 15mm 20mm 10mm;
|
|
263
|
-
/* increased right margin slightly for better spacing */
|
|
264
|
-
|
|
265
|
-
@bottom-right {
|
|
266
|
-
content: "ទំព័រ " counter(page) " នៃ " counter(pages);
|
|
267
|
-
font-size: 11px;
|
|
268
|
-
color: #555;
|
|
269
|
-
font-family: "Battambang", sans-serif;
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/* Increment page counter */
|
|
274
|
-
body {
|
|
275
|
-
counter-increment: page;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.page-header,
|
|
279
|
-
.title-container,
|
|
280
|
-
table {
|
|
281
|
-
page-break-inside: avoid;
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.card-header {
|
|
285
|
-
-webkit-print-color-adjust: exact;
|
|
286
|
-
print-color-adjust: exact;
|
|
287
|
-
}
|
|
288
|
-
}
|
|
289
|
-
</style>
|
|
290
|
-
</head>
|
|
291
|
-
|
|
292
|
-
<body>
|
|
293
|
-
<div class="page-header mb-8">
|
|
294
|
-
<img src="data:image/png;base64,<%= logo_base64 %>" alt="Logo" class="title-logo" />
|
|
295
|
-
<div class="title-container">
|
|
296
|
-
<h1 class="title">ពាក្យស្នើសុំធានារ៉ាប់រងអាយុជីវិត</h1>
|
|
297
|
-
<h1 class="title">
|
|
298
|
-
សម្រាប់ទម្រង់សាមញ្ញសម្រាប់អតិថិជនជោគជ័យហ្វាយនែន (SIO)
|
|
299
|
-
</h1>
|
|
300
|
-
</div>
|
|
338
|
+
}
|
|
339
|
+
</style>
|
|
340
|
+
</head>
|
|
341
|
+
|
|
342
|
+
<body>
|
|
343
|
+
<div class="page-header mb-8">
|
|
344
|
+
<img src="data:image/png;base64,<%= logo_base64 %>" alt="Logo" class="title-logo" />
|
|
345
|
+
<div class="title-container">
|
|
346
|
+
<h1 class="title">ពាក្យស្នើសុំធានារ៉ាប់រងអាយុជីវិត</h1>
|
|
347
|
+
<h1 class="title">
|
|
348
|
+
សម្រាប់ទម្រង់សាមញ្ញសម្រាប់អតិថិជនជោគជ័យហ្វាយនែន (SIO)
|
|
349
|
+
</h1>
|
|
301
350
|
</div>
|
|
351
|
+
</div>
|
|
302
352
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
</div>
|
|
314
|
-
<div class="form-item">
|
|
315
|
-
<span class="label">ឈ្មោះនិងលេខកូដបុគ្គលិកធនាគារ</span>
|
|
316
|
-
<span class="underline">
|
|
317
|
-
<%= branch_staff_app_info.bank_staff_name %> / <%= branch_staff_app_info.bank_staff_code %>
|
|
318
|
-
</span>
|
|
319
|
-
<span class="label">លេខពាក្យស្នើសុំ</span>
|
|
320
|
-
<span class="underline">
|
|
321
|
-
<%= branch_staff_app_info.application_no %>
|
|
322
|
-
</span>
|
|
323
|
-
</div>
|
|
353
|
+
<div class="form-container">
|
|
354
|
+
<div class="form-item">
|
|
355
|
+
<span class="label">ឈ្មោះនិងលេខកូដសាខា</span>
|
|
356
|
+
<span class="underline">
|
|
357
|
+
<%= branch_staff_app_info.branch_name %> / <%= branch_staff_app_info.branch_code %>
|
|
358
|
+
</span>
|
|
359
|
+
<span class="label">ឈ្មោះនិងលេខកូដបុគ្គលិកធានារ៉ាប់រង់</span>
|
|
360
|
+
<span class="underline">
|
|
361
|
+
<%= branch_staff_app_info.advisor_name %> / <%= branch_staff_app_info.advisor_code %>
|
|
362
|
+
</span>
|
|
324
363
|
</div>
|
|
364
|
+
<div class="form-item">
|
|
365
|
+
<span class="label">ឈ្មោះនិងលេខកូដបុគ្គលិកធនាគារ</span>
|
|
366
|
+
<span class="underline">
|
|
367
|
+
<%= branch_staff_app_info.bank_staff_name %> / <%= branch_staff_app_info.bank_staff_code %>
|
|
368
|
+
</span>
|
|
369
|
+
<span class="label">លេខពាក្យស្នើសុំ</span>
|
|
370
|
+
<span class="underline">
|
|
371
|
+
<%= branch_staff_app_info.application_no %>
|
|
372
|
+
</span>
|
|
373
|
+
</div>
|
|
374
|
+
</div>
|
|
325
375
|
|
|
326
|
-
|
|
327
|
-
|
|
376
|
+
<!-- Section 1 -->
|
|
377
|
+
<div class="card-header mt-4">ព័ត៌មានអំពីអ្នកស្នើសុំបណ្ណសន្យារ៉ាប់រង់</div>
|
|
328
378
|
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
379
|
+
<div class="form-container">
|
|
380
|
+
<div class="form-item">
|
|
381
|
+
<span class="label">ឈ្មោះពេញដូចបង្ហាញនៅក្នុងឯកសារអត្តសញ្ញាណ ជាភាសាខ្មែរ:</span>
|
|
382
|
+
<span class="underline">
|
|
383
|
+
<%= applicant_info.full_name_kh %>
|
|
384
|
+
</span>
|
|
385
|
+
<span class="label">ជាភាសាអង់គ្លេស</span>
|
|
386
|
+
<span class="underline">
|
|
387
|
+
<%= applicant_info.full_name %>
|
|
388
|
+
</span>
|
|
389
|
+
</div>
|
|
336
390
|
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
<div class="ml-8"></div>
|
|
343
|
-
|
|
344
|
-
<div>
|
|
345
|
-
<span class="label">ស្ថានភាពគ្រួសារ:</span>
|
|
346
|
-
<label class="checkbox-label <%= applicant_info.marital_status === 'single' ? 'checked' : '' %>">
|
|
347
|
-
នៅលីវ
|
|
348
|
-
</label>
|
|
349
|
-
<label class="checkbox-label <%= applicant_info.marital_status === 'married' ? 'checked' : '' %>">
|
|
350
|
-
រៀបការហើយ
|
|
351
|
-
</label>
|
|
352
|
-
<label class="checkbox-label <%= applicant_info.marital_status === 'divorced' ? 'checked' : '' %>">
|
|
353
|
-
លែងលះ
|
|
354
|
-
</label>
|
|
355
|
-
<label class="checkbox-label <%= applicant_info.marital_status === 'widowed' ? 'checked' : '' %>">
|
|
356
|
-
មេម៉ាយ/ពោះម៉ាយ
|
|
357
|
-
</label>
|
|
358
|
-
</div>
|
|
359
|
-
</div>
|
|
391
|
+
<div class="form-item">
|
|
392
|
+
<span class="label">ភេទ:</span>
|
|
393
|
+
<label class="checkbox-label <%= applicant_info.gender === 'M' ? 'checked' : '' %>">ប្រុស</label>
|
|
394
|
+
<label class="checkbox-label <%= applicant_info.gender === 'F' ? 'checked' : '' %>">ស្រី</label>
|
|
360
395
|
|
|
361
|
-
<div class="
|
|
362
|
-
<span class="label">តួនាទី និងប្រភេទការងារ:</span>
|
|
363
|
-
<span class="underline align-left"><%= applicant_info.occupation %></span>
|
|
364
|
-
</div>
|
|
396
|
+
<div class="ml-8"></div>
|
|
365
397
|
|
|
366
|
-
<div
|
|
367
|
-
<span class="label"
|
|
368
|
-
<label class="checkbox-label <%= applicant_info.
|
|
369
|
-
|
|
398
|
+
<div>
|
|
399
|
+
<span class="label">ស្ថានភាពគ្រួសារ:</span>
|
|
400
|
+
<label class="checkbox-label <%= applicant_info.marital_status === 'single' ? 'checked' : '' %>">
|
|
401
|
+
នៅលីវ
|
|
370
402
|
</label>
|
|
371
|
-
<label class="checkbox-label <%= applicant_info.
|
|
372
|
-
|
|
403
|
+
<label class="checkbox-label <%= applicant_info.marital_status === 'married' ? 'checked' : '' %>">
|
|
404
|
+
រៀបការហើយ
|
|
373
405
|
</label>
|
|
374
|
-
<label class="checkbox-label <%= applicant_info.
|
|
375
|
-
|
|
406
|
+
<label class="checkbox-label <%= applicant_info.marital_status === 'divorced' ? 'checked' : '' %>">
|
|
407
|
+
លែងលះ
|
|
376
408
|
</label>
|
|
377
|
-
<label class="checkbox-label <%= applicant_info.
|
|
378
|
-
|
|
409
|
+
<label class="checkbox-label <%= applicant_info.marital_status === 'widowed' ? 'checked' : '' %>">
|
|
410
|
+
មេម៉ាយ/ពោះម៉ាយ
|
|
379
411
|
</label>
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
<!-- other field stays separate since it has extra input -->
|
|
383
|
-
<label class="underline"><%= applicant_info.identity_other_description %></label>
|
|
384
|
-
</div>
|
|
385
|
-
|
|
386
|
-
<div class="form-item">
|
|
387
|
-
<span class="label">លេខអត្តសញ្ញាណ:</span>
|
|
388
|
-
<span class="underline"><%= applicant_info.identity_no %></span>
|
|
389
|
-
<span class="label">ថ្ងៃខែឆ្នាំកំណើត:</span>
|
|
390
|
-
<span class="underline"><%= applicant_info.date_of_birth %></span>
|
|
391
|
-
<span class="label">អាយុ:</span>
|
|
392
|
-
<span class="underline xs"><%= applicant_info.age %></span>
|
|
393
|
-
<span class="label">សញ្ចាតិ:</span>
|
|
394
|
-
<span class="underline"><%= applicant_info.nationality %></span>
|
|
395
|
-
<span class="label">លេខទូរស័ព្ទ:</span>
|
|
396
|
-
<span class="underline"><%= applicant_info.phone_number %></span>
|
|
397
412
|
</div>
|
|
413
|
+
</div>
|
|
398
414
|
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
415
|
+
<div class="form-item">
|
|
416
|
+
<span class="label">តួនាទី និងប្រភេទការងារ:</span>
|
|
417
|
+
<span class="underline align-left">
|
|
418
|
+
<%= applicant_info.occupation %>
|
|
419
|
+
</span>
|
|
420
|
+
</div>
|
|
403
421
|
|
|
422
|
+
<div class="form-item">
|
|
423
|
+
<span class="label">ឯកសារបញ្ចាក់អត្តសញ្ញាណ:</span>
|
|
424
|
+
<label class="checkbox-label <%= applicant_info.identity_type === 'nid' ? 'checked' : '' %>">
|
|
425
|
+
អត្តសញ្ញាណបណ្ណ
|
|
426
|
+
</label>
|
|
427
|
+
<label class="checkbox-label <%= applicant_info.identity_type === 'passport' ? 'checked' : '' %>">
|
|
428
|
+
លិខិតឆ្លងដែន
|
|
429
|
+
</label>
|
|
430
|
+
<label class="checkbox-label <%= applicant_info.identity_type === 'birth' ? 'checked' : '' %>">
|
|
431
|
+
សំបុត្រកំណើត
|
|
432
|
+
</label>
|
|
433
|
+
<label class="checkbox-label <%= applicant_info.identity_type === 'other' ? 'checked' : '' %>">
|
|
434
|
+
ផ្សេងទៀត:
|
|
435
|
+
</label>
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
<!-- other field stays separate since it has extra input -->
|
|
439
|
+
<label class="underline">
|
|
440
|
+
<%= applicant_info.identity_other_description %>
|
|
441
|
+
</label>
|
|
442
|
+
</div>
|
|
404
443
|
|
|
444
|
+
<div class="form-item">
|
|
445
|
+
<span class="label">លេខអត្តសញ្ញាណ:</span>
|
|
446
|
+
<span class="underline">
|
|
447
|
+
<%= applicant_info.identity_no %>
|
|
448
|
+
</span>
|
|
449
|
+
<span class="label">ថ្ងៃខែឆ្នាំកំណើត:</span>
|
|
450
|
+
<span class="underline">
|
|
451
|
+
<%= applicant_info.date_of_birth %>
|
|
452
|
+
</span>
|
|
453
|
+
<span class="label">អាយុ:</span>
|
|
454
|
+
<span class="underline xs">
|
|
455
|
+
<%= applicant_info.age %>
|
|
456
|
+
</span>
|
|
457
|
+
<span class="label">សញ្ចាតិ:</span>
|
|
458
|
+
<span class="underline">
|
|
459
|
+
<%= applicant_info.nationality %>
|
|
460
|
+
</span>
|
|
461
|
+
<span class="label">លេខទូរស័ព្ទ:</span>
|
|
462
|
+
<span class="underline">
|
|
463
|
+
<%= applicant_info.phone_number %>
|
|
464
|
+
</span>
|
|
405
465
|
</div>
|
|
406
466
|
|
|
467
|
+
<div class="form-item">
|
|
468
|
+
<span class="label">អាសយដ្ឋានបច្ចុប្បន្ន:</span>
|
|
469
|
+
<span class="underline align-left">
|
|
470
|
+
<%= applicant_info.current_address %>
|
|
471
|
+
</span>
|
|
472
|
+
</div>
|
|
407
473
|
|
|
408
474
|
|
|
409
|
-
|
|
410
|
-
<div class="form-item mt-4">
|
|
411
|
-
<span class="label">សេចក្ដីប្រកាសសម្រាប់ការអនុវត្ដ FATCA</span>
|
|
412
|
-
</div>
|
|
413
|
-
<div class="form-item">
|
|
414
|
-
<span class="label">អ្នកស្នើរសុំបណ្ណសន្យារ៉ាប់រង់មិនមែនជាពលរដ្ឋាអាមេរិក ឬ
|
|
415
|
-
ជាប់ពន្ធស្នាក់នៅអាមេរិក ឬ មានសិទ្ធិកាន់ Green Card នោះទេ។
|
|
416
|
-
</span>
|
|
417
|
-
</div>
|
|
418
|
-
<div class="form-item">
|
|
419
|
-
<label class="checkbox-label <%= fatca_info.is_fatca === false ? 'checked' : '' %>">មិនមែន</label>
|
|
420
|
-
<label class="checkbox-label <%= fatca_info.is_fatca === true ? 'checked' : '' %>">មែន</label>
|
|
421
|
-
<div class="ml-4">
|
|
422
|
-
<span class="label">US TIN:</span>
|
|
423
|
-
<span class="underline"><%= fatca_info.us_tin_no %></span>
|
|
424
|
-
<span class="label">លេខកូដលើកលែង FATCA (ប្រសិនមាន):</span>
|
|
425
|
-
<span class="underline"><%= fatca_info.fatca_exempt_code %></span>
|
|
426
|
-
</div>
|
|
427
|
-
</div>
|
|
428
|
-
<div class="form-item mt-4">
|
|
429
|
-
<span class="label">
|
|
430
|
-
ប្រសិនបើការបញ្ចាក់អះអាងណាមួយមិនត្រឹមត្រូវ
|
|
431
|
-
ខ្ញុំនឹងប្រគល់ជូននូវឯកសារថ្មីក្នុងរយះពេល ៣០ថ្ងៃ
|
|
432
|
-
ហើយអះអាងថាខ្ញុំមិនជាប់ពន្ធកាត់ទុករបស់សហរដ្ឋអាមេរិកទេ
|
|
433
|
-
</span>
|
|
434
|
-
</div>
|
|
435
|
-
</div>
|
|
475
|
+
</div>
|
|
436
476
|
|
|
437
477
|
|
|
438
478
|
|
|
439
|
-
|
|
440
|
-
<div class="
|
|
441
|
-
|
|
442
|
-
<table>
|
|
443
|
-
<thead>
|
|
444
|
-
<tr>
|
|
445
|
-
<th><div class="cell">ឈ្មោះផលិតផល និងរយះពេលធានា</div></th>
|
|
446
|
-
<th><div class="cell">ទឹកប្រាក់ត្រូវធានា(ដុល្លារអាមេរិក)</div></th>
|
|
447
|
-
<th><div class="cell">របៀបបង់បុព្វលាភ</div></th>
|
|
448
|
-
<th>
|
|
449
|
-
<div class="cell">បុព្វលាភធានារ៉ាប់រង់(ដុល្លារអាមេរិក)</div>
|
|
450
|
-
</th>
|
|
451
|
-
</tr>
|
|
452
|
-
</thead>
|
|
453
|
-
<tbody>
|
|
454
|
-
<% product_payment_info?.products?.forEach(function(product) { %>
|
|
455
|
-
<tr>
|
|
456
|
-
<td><div class="cell"><%= product.name %> <%= product.term %></div></td>
|
|
457
|
-
<td><div class="cell"><%= product.sum_assured %></div></td>
|
|
458
|
-
<td><div class="cell"><%= product.payment_mode %></div></td>
|
|
459
|
-
<td><div class="cell"><%= product.premium %></div></td>
|
|
460
|
-
</tr>
|
|
461
|
-
<% }) %>
|
|
462
|
-
</tbody>
|
|
463
|
-
</table>
|
|
479
|
+
<div class="form-container">
|
|
480
|
+
<div class="form-item mt-4">
|
|
481
|
+
<span class="label">សេចក្ដីប្រកាសសម្រាប់ការអនុវត្ដ FATCA</span>
|
|
464
482
|
</div>
|
|
465
|
-
<div class="form-
|
|
466
|
-
<
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
483
|
+
<div class="form-item">
|
|
484
|
+
<span class="label">អ្នកស្នើរសុំបណ្ណសន្យារ៉ាប់រង់មិនមែនជាពលរដ្ឋាអាមេរិក ឬ
|
|
485
|
+
ជាប់ពន្ធស្នាក់នៅអាមេរិក ឬ មានសិទ្ធិកាន់ Green Card នោះទេ។
|
|
486
|
+
</span>
|
|
487
|
+
</div>
|
|
488
|
+
<div class="form-item">
|
|
489
|
+
<label class="checkbox-label <%= fatca_info.is_fatca === false ? 'checked' : '' %>">មិនមែន</label>
|
|
490
|
+
<label class="checkbox-label <%= fatca_info.is_fatca === true ? 'checked' : '' %>">មែន</label>
|
|
491
|
+
<div class="ml-4">
|
|
492
|
+
<span class="label">US TIN:</span>
|
|
493
|
+
<span class="underline">
|
|
494
|
+
<%= fatca_info.us_tin_no %>
|
|
495
|
+
</span>
|
|
496
|
+
<span class="label">លេខកូដលើកលែង FATCA (ប្រសិនមាន):</span>
|
|
497
|
+
<span class="underline">
|
|
498
|
+
<%= fatca_info.fatca_exempt_code %>
|
|
499
|
+
</span>
|
|
474
500
|
</div>
|
|
475
501
|
</div>
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
502
|
+
<div class="form-item mt-4">
|
|
503
|
+
<span class="label">
|
|
504
|
+
ប្រសិនបើការបញ្ចាក់អះអាងណាមួយមិនត្រឹមត្រូវ
|
|
505
|
+
ខ្ញុំនឹងប្រគល់ជូននូវឯកសារថ្មីក្នុងរយះពេល ៣០ថ្ងៃ
|
|
506
|
+
ហើយអះអាងថាខ្ញុំមិនជាប់ពន្ធកាត់ទុករបស់សហរដ្ឋអាមេរិកទេ
|
|
507
|
+
</span>
|
|
508
|
+
</div>
|
|
509
|
+
</div>
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
<!-- Section 2 -->
|
|
514
|
+
<div class="card-header mt-4">ព័ត៌មានអំពីផលិតផល</div>
|
|
515
|
+
<div class="table-container">
|
|
516
|
+
<table>
|
|
517
|
+
<thead>
|
|
518
|
+
<tr>
|
|
519
|
+
<th>
|
|
520
|
+
<div class="cell">ឈ្មោះផលិតផល និងរយះពេលធានា</div>
|
|
521
|
+
</th>
|
|
522
|
+
<th>
|
|
523
|
+
<div class="cell">ទឹកប្រាក់ត្រូវធានា(ដុល្លារអាមេរិក)</div>
|
|
524
|
+
</th>
|
|
525
|
+
<th>
|
|
526
|
+
<div class="cell">របៀបបង់បុព្វលាភ</div>
|
|
527
|
+
</th>
|
|
528
|
+
<th>
|
|
529
|
+
<div class="cell">បុព្វលាភធានារ៉ាប់រង់(ដុល្លារអាមេរិក)</div>
|
|
530
|
+
</th>
|
|
531
|
+
</tr>
|
|
532
|
+
</thead>
|
|
533
|
+
<tbody>
|
|
534
|
+
<% product_payment_info?.products?.forEach(function(product) { %>
|
|
492
535
|
<tr>
|
|
493
|
-
<td
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
536
|
+
<td>
|
|
537
|
+
<div class="cell">
|
|
538
|
+
<%= product.name %>
|
|
539
|
+
<%= product.term %>
|
|
540
|
+
</div>
|
|
541
|
+
</td>
|
|
542
|
+
<td>
|
|
543
|
+
<div class="cell">
|
|
544
|
+
<%= product.sum_assured %>
|
|
545
|
+
</div>
|
|
546
|
+
</td>
|
|
547
|
+
<td>
|
|
548
|
+
<div class="cell">
|
|
549
|
+
<%= product.payment_mode %>
|
|
550
|
+
</div>
|
|
551
|
+
</td>
|
|
552
|
+
<td>
|
|
553
|
+
<div class="cell">
|
|
554
|
+
<%= product.premium %>
|
|
555
|
+
</div>
|
|
556
|
+
</td>
|
|
498
557
|
</tr>
|
|
499
558
|
<% }) %>
|
|
559
|
+
</tbody>
|
|
560
|
+
</table>
|
|
561
|
+
</div>
|
|
562
|
+
<div class="form-container">
|
|
563
|
+
<div class="form-item">
|
|
564
|
+
<span class="question-label">វិធីសាស្រ្ដបង់បុព្វលាភធានារ៉ាប់រង់:</span>
|
|
565
|
+
<label class="checkbox-label <%= product_payment_info.payment_method === 'transfer_to_plac' ? 'checked' : '' %>">
|
|
566
|
+
ការផ្ទេរប្រាក់ចូលទៅក្នុងគណនីរបស់ហ្វីលីឡាយហ្វ៍
|
|
567
|
+
</label>
|
|
568
|
+
<label class="checkbox-label <%= product_payment_info.payment_method === 'other' ? 'checked' : '' %>">
|
|
569
|
+
តាមរយះដៃគូររបស់ហ្វីលីឡាយហ្វ៍
|
|
570
|
+
</label>
|
|
571
|
+
</div>
|
|
572
|
+
</div>
|
|
573
|
+
|
|
574
|
+
<div class="card-header mt-4">ព័ត៌មានអំពីកម្ចី</div>
|
|
575
|
+
<div class="table-container">
|
|
576
|
+
<table>
|
|
577
|
+
<thead>
|
|
578
|
+
<tr>
|
|
579
|
+
<th>
|
|
580
|
+
<div class="cell">ចំនួនទឹកប្រាក់កម្ចី</div>
|
|
581
|
+
</th>
|
|
582
|
+
<th>
|
|
583
|
+
<div class="cell">រយៈពេលកម្ចី</div>
|
|
584
|
+
</th>
|
|
585
|
+
<th>
|
|
586
|
+
<div class="cell">ប្រភេទកម្ចី</div>
|
|
587
|
+
</th>
|
|
588
|
+
</tr>
|
|
589
|
+
</thead>
|
|
590
|
+
<tbody>
|
|
591
|
+
<tr>
|
|
592
|
+
<td>
|
|
593
|
+
<div class="cell">
|
|
594
|
+
<%= loan_info.loan_amount %>
|
|
595
|
+
</div>
|
|
596
|
+
</td>
|
|
597
|
+
<td>
|
|
598
|
+
<div class="cell">
|
|
599
|
+
<%= loan_info.loan_duration %>
|
|
600
|
+
</div>
|
|
601
|
+
</td>
|
|
602
|
+
<td>
|
|
603
|
+
<div class="cell">
|
|
604
|
+
<%= loan_info.loan_type %>
|
|
605
|
+
</div>
|
|
606
|
+
</td>
|
|
607
|
+
</tr>
|
|
608
|
+
</tbody>
|
|
609
|
+
</table>
|
|
610
|
+
</div>
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
<!-- Section 3 -->
|
|
614
|
+
<div class="card-header mt-4">ព័ត៌មានអំពីអ្នកទទួលផល</div>
|
|
615
|
+
<div class="table-container">
|
|
616
|
+
<table>
|
|
617
|
+
<thead>
|
|
618
|
+
<tr>
|
|
619
|
+
<th style="align-items: flex-start; text-align: left; padding-left: 8px;">
|
|
620
|
+
<div>ឈ្មោះពេញរបស់អ្នកទទួលផល</div>
|
|
621
|
+
</th>
|
|
622
|
+
<th>
|
|
623
|
+
<div class="cell">អាយុ</div>
|
|
624
|
+
</th>
|
|
625
|
+
<th>
|
|
626
|
+
<div class="cell">ទំនាក់ទំនង</div>
|
|
627
|
+
</th>
|
|
628
|
+
<th>
|
|
629
|
+
<div class="cell">លេខអត្តសញ្ញាណ</div>
|
|
630
|
+
</th>
|
|
631
|
+
<th>
|
|
632
|
+
<div class="cell">ការបែងចែកសំណង</div>
|
|
633
|
+
</th>
|
|
634
|
+
</tr>
|
|
635
|
+
</thead>
|
|
636
|
+
<tbody>
|
|
637
|
+
<% beneficiary_info?.forEach(function(beneficiary) { %>
|
|
500
638
|
<tr>
|
|
501
|
-
<td
|
|
639
|
+
<td style="align-items: flex-start; text-align: left; padding-left: 8px;">
|
|
640
|
+
<div>
|
|
641
|
+
<%= beneficiary.full_name %>
|
|
642
|
+
</div>
|
|
643
|
+
</td>
|
|
644
|
+
<td>
|
|
645
|
+
<div class="cell">
|
|
646
|
+
<%= beneficiary.age %>
|
|
647
|
+
</div>
|
|
648
|
+
</td>
|
|
649
|
+
<td>
|
|
502
650
|
<div class="cell">
|
|
503
|
-
|
|
504
|
-
|
|
651
|
+
<%= beneficiary.relationship %>
|
|
652
|
+
</div>
|
|
653
|
+
</td>
|
|
654
|
+
<td>
|
|
655
|
+
<div class="cell">
|
|
656
|
+
<%= beneficiary.id_number %>
|
|
657
|
+
</div>
|
|
658
|
+
</td>
|
|
659
|
+
<td>
|
|
660
|
+
<div class="cell">
|
|
661
|
+
<%= beneficiary.percentage %>
|
|
505
662
|
</div>
|
|
506
663
|
</td>
|
|
507
|
-
<td><div class="cell">% សរុបស្មើរ ១០០%</div></td>
|
|
508
664
|
</tr>
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
665
|
+
<% }) %>
|
|
666
|
+
<tr>
|
|
667
|
+
<td colspan="5">
|
|
668
|
+
<div class="cell" style="text-align: left; padding-left: 8px;">
|
|
669
|
+
ក្រុមហ៊ុន នឹងទូរទាត់សំណងទៅកាន់អ្នកទទួលផលចម្បងជាមុនសិន
|
|
670
|
+
មុននឹងទូទាត់សំណងដែលនៅសល់ទៅកាន់អ្នកទទួលផលបន្ទាប់ដែលបានកំណត់ដោយអ្នកស្នើសុំធានារ៉ាប់រង
|
|
671
|
+
ឬទាយាទរបស់អ្នកត្រូវបានធានារ៉ាប់រងក្នុងករណិមិនមានការតែងតាំងអ្នកទទួលផល។
|
|
672
|
+
</div>
|
|
673
|
+
</td>
|
|
674
|
+
<!-- <td>
|
|
675
|
+
<div class="cell">% សរុបស្មើរ ១០០%</div>
|
|
676
|
+
</td> -->
|
|
677
|
+
</tr>
|
|
678
|
+
</tbody>
|
|
679
|
+
</table>
|
|
680
|
+
</div>
|
|
681
|
+
|
|
682
|
+
<!-- Section 4 -->
|
|
683
|
+
<div class="page-break"></div>
|
|
684
|
+
<div class="card-header">
|
|
685
|
+
ព័ត៌មានពាក់ព័ន្ទនឹងសុខភាពរបស់ អ្នកស្នើសុំបណ្ណសន្យារ៉ាប់រង់
|
|
686
|
+
</div>
|
|
687
|
+
|
|
688
|
+
<!-- Question 1 -->
|
|
689
|
+
<div class="form-container">
|
|
690
|
+
<div class="form-item">
|
|
691
|
+
<span class="label">1) កម្ពស់:</span>
|
|
692
|
+
<span class="underline sm">
|
|
693
|
+
<%= health_info.height %>
|
|
694
|
+
</span>
|
|
695
|
+
<span class="label">ស.ម</span>
|
|
696
|
+
<div class="space"></div>
|
|
697
|
+
<span class="label">ទម្ងន់:</span>
|
|
698
|
+
<span class="underline sm">
|
|
699
|
+
<%= health_info.weight %>
|
|
700
|
+
</span>
|
|
701
|
+
<span class="label">គ.ក</span>
|
|
702
|
+
<div class="space"></div>
|
|
703
|
+
<span class="question-label">តើលោកអ្នកពិសារបារីដែរឬទេ?:</span>
|
|
704
|
+
<label class="checkbox-label <%= health_info.is_smoke === false ? 'checked' : '' %>">
|
|
705
|
+
មិនមាន
|
|
706
|
+
</label>
|
|
707
|
+
<label class="checkbox-label <%= health_info.is_smoke === true ? 'checked' : '' %>">
|
|
708
|
+
មាន
|
|
709
|
+
</label>
|
|
517
710
|
</div>
|
|
518
711
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
<span class="
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
<div class="space"></div>
|
|
526
|
-
<span class="label">ទម្ងន់:</span>
|
|
527
|
-
<span class="underline sm"><%= health_info.weight %></span>
|
|
528
|
-
<span class="label">គ.ក</span>
|
|
529
|
-
<div class="space"></div>
|
|
530
|
-
<span class="question-label">តើលោកអ្នកពិសារបារីដែរឬទេ?:</span>
|
|
531
|
-
<label class="checkbox-label <%= health_info.is_smoke === false ? 'checked' : '' %>">
|
|
532
|
-
មិនមាន
|
|
533
|
-
</label>
|
|
534
|
-
<label class="checkbox-label <%= health_info.is_smoke === true ? 'checked' : '' %>">
|
|
535
|
-
មាន
|
|
536
|
-
</label>
|
|
537
|
-
</div>
|
|
538
|
-
|
|
539
|
-
<div class="form-item mb-4">
|
|
540
|
-
<span class="label">ចំនួន៖</span>
|
|
541
|
-
<% if (health_info.smoke_detail) { %>
|
|
542
|
-
<span class="underline with-unit">
|
|
543
|
-
<span class="value"><%= health_info.smoke_detail %></span>
|
|
544
|
-
<span class="unit">ដើមក្នុងមួយសប្ដាហ៍</span>
|
|
712
|
+
<div class="form-item mb-4">
|
|
713
|
+
<span class="label">ចំនួន៖</span>
|
|
714
|
+
<% if (health_info.smoke_detail) { %>
|
|
715
|
+
<span class="underline with-unit">
|
|
716
|
+
<span class="value">
|
|
717
|
+
<%= health_info.smoke_detail %>
|
|
545
718
|
</span>
|
|
719
|
+
<span class="unit">ដើមក្នុងមួយសប្ដាហ៍</span>
|
|
720
|
+
</span>
|
|
546
721
|
<% } else { %>
|
|
547
722
|
<span class="underline"></span>
|
|
548
|
-
|
|
549
|
-
</div>
|
|
723
|
+
<% } %>
|
|
550
724
|
</div>
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
</
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
725
|
+
</div>
|
|
726
|
+
|
|
727
|
+
<!-- Question 2 -->
|
|
728
|
+
<div class="form-container">
|
|
729
|
+
<div class="form-item">
|
|
730
|
+
<span class="question-label">2) តើលោកអ្នកពិសារគ្រឿងស្រវឹងដែរឬទេ?:</span>
|
|
731
|
+
<label class="checkbox-label <%= health_info.is_drink_alcohol === false ? 'checked' : '' %>">
|
|
732
|
+
មិនមាន
|
|
733
|
+
</label>
|
|
734
|
+
<label class="checkbox-label <%= health_info.is_drink_alcohol === true ? 'checked' : '' %>">
|
|
735
|
+
មាន
|
|
736
|
+
</label>
|
|
737
|
+
</div>
|
|
738
|
+
<div class="form-item mb-4">
|
|
739
|
+
<span class="label">ចំនួន</span>
|
|
740
|
+
<% if (health_info.drink_alcohol_detail) { %>
|
|
741
|
+
<span class="underline with-unit">
|
|
742
|
+
<span class="value">
|
|
743
|
+
<%= health_info.drink_alcohol_detail %>
|
|
569
744
|
</span>
|
|
745
|
+
<span class="unit">ក្នុងមួយថ្ងៃ</span>
|
|
746
|
+
</span>
|
|
570
747
|
<% } else { %>
|
|
571
748
|
<span class="underline"></span>
|
|
572
749
|
<span class="label">ក្នុងមួយថ្ងៃ</span>
|
|
573
|
-
|
|
574
|
-
|
|
750
|
+
<% } %>
|
|
751
|
+
</div>
|
|
752
|
+
</div>
|
|
753
|
+
|
|
754
|
+
<!-- Question 3 -->
|
|
755
|
+
<div class="form-container">
|
|
756
|
+
<span class="question-label">
|
|
757
|
+
3) ក្នុងរយៈពេល០២(ពីរ)ឆ្នាំចុងក្រោយនេះតើលោកអ្នកធ្លាប់បានសម្រាកក្នុងមន្ទីរពេទ្យធ្លាប់បានទទួលការវះកាត់
|
|
758
|
+
ឬធ្លាប់ទទួលបានលទ្ធផលខុសប្រក្រតីអំពី ការវិភាគឈាម ការវិភាគទឹកនោម
|
|
759
|
+
ការថតកាំរស្មីអុិច (X-ray) ម៉ាសុិនវាស់ចង្វាក់បេះដូង អេកូសាស្រ្ដ
|
|
760
|
+
ស្កេនការច្រឹបសាច់យកពិនិត្យ
|
|
761
|
+
ឬលទ្ធផលវិភាគផ្សេងៗទៀតដែលមិនបានរៀបរាប់ខាងដើមពីគ្រូពេទ្យដែរឬទេ?:
|
|
762
|
+
</span>
|
|
763
|
+
<div class="form-item">
|
|
764
|
+
<label class="checkbox-label <%= health_info.is_hospitalized === false ? 'checked' : '' %>">
|
|
765
|
+
មិនមាន
|
|
766
|
+
</label>
|
|
767
|
+
<label class="checkbox-label <%= health_info.is_hospitalized === true ? 'checked' : '' %>">
|
|
768
|
+
មាន
|
|
769
|
+
</label>
|
|
575
770
|
</div>
|
|
576
771
|
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
ស្កេនការច្រឹបសាច់យកពិនិត្យ
|
|
584
|
-
ឬលទ្ធផលវិភាគផ្សេងៗទៀតដែលមិនបានរៀបរាប់ខាងដើមពីគ្រូពេទ្យដែរឬទេ?:
|
|
585
|
-
</span>
|
|
586
|
-
<div class="form-item">
|
|
587
|
-
<label class="checkbox-label <%= health_info.is_hospitalized === false ? 'checked' : '' %>">
|
|
588
|
-
មិនមាន
|
|
589
|
-
</label>
|
|
590
|
-
<label class="checkbox-label <%= health_info.is_hospitalized === true ? 'checked' : '' %>">
|
|
591
|
-
មាន
|
|
592
|
-
</label>
|
|
593
|
-
</div>
|
|
594
|
-
|
|
595
|
-
<div class="form-item mb-4">
|
|
596
|
-
<span class="label">បើមានសូមផ្ដល់ព័ត៍មានលម្អិត៖</span>
|
|
597
|
-
<% if (health_info.hospitalized_detail) { %>
|
|
598
|
-
<span class="underline with-unit">
|
|
599
|
-
<span class="value"><%= health_info.hospitalized_detail %></span>
|
|
600
|
-
<span class="unit">ក្នុងមួយថ្ងៃ</span>
|
|
772
|
+
<div class="form-item mb-4">
|
|
773
|
+
<span class="label">បើមានសូមផ្ដល់ព័ត៍មានលម្អិត៖</span>
|
|
774
|
+
<% if (health_info.hospitalized_detail) { %>
|
|
775
|
+
<span class="underline with-unit">
|
|
776
|
+
<span class="value">
|
|
777
|
+
<%= health_info.hospitalized_detail %>
|
|
601
778
|
</span>
|
|
779
|
+
<span class="unit">ក្នុងមួយថ្ងៃ</span>
|
|
780
|
+
</span>
|
|
602
781
|
<% } else { %>
|
|
603
782
|
<span class="underline"></span>
|
|
604
|
-
|
|
605
|
-
</div>
|
|
783
|
+
<% } %>
|
|
606
784
|
</div>
|
|
785
|
+
</div>
|
|
786
|
+
|
|
787
|
+
<!-- Question 4 -->
|
|
788
|
+
<div class="form-container">
|
|
789
|
+
<span class="question-label">
|
|
790
|
+
4) តើលោកអ្នកធ្លាប់បានធ្វើរោគវិនិច្ឆ័យ ពិគ្រោះជំងឺ ឬទទួលការព្យាបាលដូចជា
|
|
791
|
+
លើសសម្ពាធឈាម ទឹកនោមផ្អែម ជំងឺបេះដូង ចុកទ្រូង ជំងឺសួត ជំងឺថ្លើម
|
|
792
|
+
ជំងឺតម្រងនោម មហារីក ជំងឺដាច់សសៃឈាមខួរក្បាល ជំងឺអេដស៍ ជំងឺផ្លូវចិត្ត
|
|
793
|
+
ពិការភាព ឬរាងកាយមិនប្រក្រតី ប្រើប្រាស់ថ្នាំញៀន ឬញៀនស្រា
|
|
794
|
+
ឬជំងឺផ្សេងទៀតដែលមិនបានរៀបរាប់ខាងលើដែរឬទេ?
|
|
795
|
+
</span>
|
|
796
|
+
<div class="form-item">
|
|
797
|
+
<label class="checkbox-label <%= health_info.is_diagnosed === false ? 'checked' : '' %>">
|
|
798
|
+
មិនមាន
|
|
799
|
+
</label>
|
|
800
|
+
<label class="checkbox-label <%= health_info.is_diagnosed === true ? 'checked' : '' %>">
|
|
801
|
+
មាន
|
|
802
|
+
</label>
|
|
607
803
|
|
|
608
|
-
|
|
609
|
-
<div class="form-
|
|
610
|
-
<span class="
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
ឬជំងឺផ្សេងទៀតដែលមិនបានរៀបរាប់ខាងលើដែរឬទេ?
|
|
616
|
-
</span>
|
|
617
|
-
<div class="form-item">
|
|
618
|
-
<label class="checkbox-label <%= health_info.is_diagnosed === false ? 'checked' : '' %>">
|
|
619
|
-
មិនមាន
|
|
620
|
-
</label>
|
|
621
|
-
<label class="checkbox-label <%= health_info.is_diagnosed === true ? 'checked' : '' %>">
|
|
622
|
-
មាន
|
|
623
|
-
</label>
|
|
624
|
-
|
|
625
|
-
</div>
|
|
626
|
-
<div class="form-item mb-4">
|
|
627
|
-
<span class="label">បើមានសូមបញ្ជាក់លម្អិតខាងក្រោម៖</span>
|
|
628
|
-
<% if (health_info.diagnosed_detail) { %>
|
|
629
|
-
<span class="underline with-unit">
|
|
630
|
-
<span class="value"><%= health_info.diagnosed_detail %></span>
|
|
804
|
+
</div>
|
|
805
|
+
<div class="form-item mb-4">
|
|
806
|
+
<span class="label">បើមានសូមបញ្ជាក់លម្អិតខាងក្រោម៖</span>
|
|
807
|
+
<% if (health_info.diagnosed_detail) { %>
|
|
808
|
+
<span class="underline with-unit">
|
|
809
|
+
<span class="value">
|
|
810
|
+
<%= health_info.diagnosed_detail %>
|
|
631
811
|
</span>
|
|
812
|
+
</span>
|
|
632
813
|
<% } else { %>
|
|
633
814
|
<span class="underline"></span>
|
|
634
|
-
|
|
635
|
-
</div>
|
|
815
|
+
<% } %>
|
|
636
816
|
</div>
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
>
|
|
652
|
-
</div>
|
|
653
|
-
<div class="form-item">
|
|
654
|
-
<span class="label">
|
|
655
|
-
2) ខ្ញុំសូមអះអាងថាបានអាន និងយល់ស្របនូវគ្រប់ព័ត៌មានក្នុងឯកសារនេះ។
|
|
656
|
-
ខ្ញុំសូមប្រកាសថាគ្រប់ព័ត៌មានដែលបានផ្ដល់នៅក្នុងពាក្យស្នើសុំនេះ
|
|
657
|
-
ពិតជាមានភាពពេញលេញ និងត្រឹមត្រូវពិតប្រាកដមែន។
|
|
658
|
-
</span>
|
|
659
|
-
</div>
|
|
817
|
+
</div>
|
|
818
|
+
|
|
819
|
+
<!-- Section 5 -->
|
|
820
|
+
<div class="card-header mt-8">សេចក្ដីប្រកាសរបស់អ្នកស្នើសុំធានារ៉ាប់រង់</div>
|
|
821
|
+
<div class="form-container">
|
|
822
|
+
<div class="form-item">
|
|
823
|
+
<span class="label">1) ខ្ញុំអនុញ្ញាត និងយល់ព្រមឲ្យក្រុមហ៊ុនប្រើប្រាស់ព័ត៌មាន
|
|
824
|
+
និងទិន្នន័យទាំងស្រុងដែលខ្ញុំបានផ្ដល់នៅក្នុងពាក្យស្នើសុំរបស់ខ្ញុំ
|
|
825
|
+
ក្នុងគោលបំណង ស្របតាមច្បាប់ដូចជាការផ្សព្វផ្សាយទីផ្សារ ការសិក្សាទីផ្សារ
|
|
826
|
+
និង ការបម្រើអតិថិជនដោយក្រុមហ៊ុន សម្ព័ន្ធក្រុមហ៊ុន ឬ ជាដៃគូ
|
|
827
|
+
ពាណិជ្ជកម្មរបស់ក្រុមហ៊ុនដោយមិនចាំបាច់មានការយល់ព្រម
|
|
828
|
+
និងជូនដំណឹងបន្ថែមពីខ្ញុំឡើយ។ ក្រុមហ៊ុនមិនត្រូវបានអនុញ្ញាតឲ្យបញ្ចេញ
|
|
829
|
+
ព័ត៌មានណាមួយទៅភាគីទីបីណាមួយឬប្រើប្រាស់ព័ត៌មាននោះសម្រាប់គោលបំណងផ្សេងទៀតដែលមិនទាក់ទងនឹងគោលបំណង
|
|
830
|
+
ទាំងឡាយខាងលើឡើយ ប្រសិនបើគ្មានការយល់ព្រមព្រៀងជាលាយលក្ខណ៍អក្សរនោះ។</span>
|
|
660
831
|
</div>
|
|
661
|
-
<div class="
|
|
662
|
-
<
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
832
|
+
<div class="form-item">
|
|
833
|
+
<span class="label">
|
|
834
|
+
2) ខ្ញុំសូមអះអាងថាបានអាន និងយល់ស្របនូវគ្រប់ព័ត៌មានក្នុងឯកសារនេះ។
|
|
835
|
+
ខ្ញុំសូមប្រកាសថាគ្រប់ព័ត៌មានដែលបានផ្ដល់នៅក្នុងពាក្យស្នើសុំនេះ
|
|
836
|
+
ពិតជាមានភាពពេញលេញ និងត្រឹមត្រូវពិតប្រាកដមែន។
|
|
837
|
+
</span>
|
|
838
|
+
</div>
|
|
839
|
+
</div>
|
|
840
|
+
<div class="table-container mt-4">
|
|
841
|
+
<table>
|
|
842
|
+
<thead>
|
|
843
|
+
<tr>
|
|
844
|
+
<th style="width: 50%">
|
|
845
|
+
<div class="cell">
|
|
846
|
+
ហត្ថលេខា ឬស្នាមមេដៃរបស់អ្នកស្នើសុំធានារ៉ាប់រង
|
|
847
|
+
</div>
|
|
848
|
+
<div class="signature-space"></div>
|
|
849
|
+
</th>
|
|
850
|
+
<th style="width: 50%">
|
|
851
|
+
<div class="cell">ហត្ថលេខា ឬស្នាមមេដៃរបស់សាក្សី</div>
|
|
852
|
+
<div class="signature-space"></div>
|
|
853
|
+
</th>
|
|
854
|
+
</tr>
|
|
855
|
+
</thead>
|
|
856
|
+
<tbody>
|
|
857
|
+
<tr>
|
|
858
|
+
<td>
|
|
859
|
+
<div class="form-container space-height">
|
|
860
|
+
<div class="form-item">
|
|
861
|
+
<div class="space"></div>
|
|
862
|
+
<span class="label">ឈ្មោះ</span>
|
|
863
|
+
<% if (signature_info.applicant_name) { %>
|
|
864
|
+
<span class="underline with-unit">
|
|
865
|
+
<span class="value">
|
|
866
|
+
<%= signature_info.applicant_name %>
|
|
687
867
|
</span>
|
|
868
|
+
</span>
|
|
688
869
|
<% } else { %>
|
|
689
870
|
<span class="underline"></span>
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
</div>
|
|
871
|
+
<% } %>
|
|
872
|
+
<div class="space"></div>
|
|
693
873
|
</div>
|
|
694
|
-
</
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
874
|
+
</div>
|
|
875
|
+
</td>
|
|
876
|
+
<td>
|
|
877
|
+
<div class="form-container space-height">
|
|
878
|
+
<div class="form-item">
|
|
879
|
+
<div class="space"></div>
|
|
880
|
+
<span class="label">ឈ្មោះ</span>
|
|
881
|
+
<% if (signature_info.witness_name) { %>
|
|
882
|
+
<span class="underline with-unit">
|
|
883
|
+
<span class="value">
|
|
884
|
+
<%= signature_info.witness_name %>
|
|
703
885
|
</span>
|
|
886
|
+
</span>
|
|
704
887
|
<% } else { %>
|
|
705
888
|
<span class="underline"></span>
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
</div>
|
|
889
|
+
<% } %>
|
|
890
|
+
<div class="space"></div>
|
|
709
891
|
</div>
|
|
710
|
-
</
|
|
711
|
-
</
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
892
|
+
</div>
|
|
893
|
+
</td>
|
|
894
|
+
</tr>
|
|
895
|
+
<tr>
|
|
896
|
+
<td>
|
|
897
|
+
<div class="form-container space-height">
|
|
898
|
+
<div class="form-item">
|
|
899
|
+
<div class="space"></div>
|
|
900
|
+
<span class="label">កាលបរិច្ឆេទ</span>
|
|
901
|
+
<% if (signature_info.applicant_signature_date) { %>
|
|
902
|
+
<span class="underline with-unit">
|
|
903
|
+
<span class="value">
|
|
904
|
+
<%= signature_info.applicant_signature_date %>
|
|
721
905
|
</span>
|
|
906
|
+
</span>
|
|
722
907
|
<% } else { %>
|
|
723
908
|
<span class="underline"></span>
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
</div>
|
|
909
|
+
<% } %>
|
|
910
|
+
<div class="space"></div>
|
|
727
911
|
</div>
|
|
728
|
-
</
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
912
|
+
</div>
|
|
913
|
+
</td>
|
|
914
|
+
<td>
|
|
915
|
+
<div class="form-container space-height">
|
|
916
|
+
<div class="form-item">
|
|
917
|
+
<div class="space"></div>
|
|
918
|
+
<span class="label">កាលបរិច្ឆេទ</span>
|
|
919
|
+
<% if (signature_info.witness_signature_date) { %>
|
|
920
|
+
<span class="underline with-unit">
|
|
921
|
+
<span class="value">
|
|
922
|
+
<%= signature_info.witness_signature_date %>
|
|
737
923
|
</span>
|
|
924
|
+
</span>
|
|
738
925
|
<% } else { %>
|
|
739
926
|
<span class="underline"></span>
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
</div>
|
|
927
|
+
<% } %>
|
|
928
|
+
<div class="space"></div>
|
|
743
929
|
</div>
|
|
744
|
-
</
|
|
745
|
-
</
|
|
746
|
-
</
|
|
747
|
-
</
|
|
748
|
-
</
|
|
749
|
-
</
|
|
930
|
+
</div>
|
|
931
|
+
</td>
|
|
932
|
+
</tr>
|
|
933
|
+
</tbody>
|
|
934
|
+
</table>
|
|
935
|
+
</div>
|
|
936
|
+
</body>
|
|
750
937
|
</html>
|
|
751
938
|
`;
|