-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemBilldetail.html
63 lines (63 loc) · 2.15 KB
/
temBilldetail.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
<head>
<meta charset="utf-8">
<title> template bill</title>
</head>
<body>
<table>
<tr style='background-color:lightblue'>
<td>
ใบสั่งซื้อเลขที่ 5 สถานะรออนุมัติ
</td>
</tr>
<tr>
<td>
<table width='100%'>
<tr>
<td>
ผู้ขาย นายพงศธร
</td>
<td>
วันที่ออก 77/77/7777
</td>
<td>
ยอดรวมสุทธิ 30
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width='100%'>
<tr>
<td>รหัสสินค้า</td>
<td>ชื่อสินค้า</td>
<td>จำนวน</td>
<td style='text-align: right;'>ราคา</td>
</tr>
<tr>
<td>001</td>
<td>ปลากัด</td>
<td>5</td>
<td style='text-align: right;'>100</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width='100%'>
<tr>
<td style='text-align: right;'>
<b>ยอดรวมสุทธิ</b>
<br>
100 บาท
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>