1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < meta http-equiv ="X-UA-Compatible " content ="ie=edge ">
7
+ < link rel ="stylesheet " href ="../Styles/commonStyles.css ">
8
+ < link rel ="stylesheet " href ="../Styles/billPrototypeStyles.css ">
9
+ < title > Bill Prototype</ title >
10
+ </ head >
11
+ < body >
12
+ < page size ="A4 ">
13
+ < div class ="container " style ="height: 100%; border: 2px solid black; ">
14
+
15
+ < div id ="header " class ="row " style ="border-bottom: 1px solid black; height: 3.2cm; ">
16
+ < div class ="col-2 ">
17
+ < img id ="companyIcon " src ="../node_modules/bootstrap-icons/icons/square-fill.svg "
18
+ style ="height: 3cm !important; ">
19
+ </ div >
20
+ < div class ="col-10 " style ="padding: 0.75rem 1.25rem; ">
21
+ < h2 id ="companyName " style ="padding-bottom: 0.25rem; border-bottom: 1px solid
22
+ black; text-align: center; "> </ h2 >
23
+ < h6 id ="address " style ="margin: 0.5rem 1rem; margin-top: -0.2rem; text-align: center; "> </ h6 >
24
+ < div class ="row ">
25
+ < div class ="col-6 ">
26
+ < h6 style ="margin-left: 1rem; margin-top: -0.5rem; ">
27
+ < span style ="font-weight: 650; "> Email: </ span >
28
+ < span id ="emailID "> </ span >
29
+ </ h6 >
30
+ </ div >
31
+ < div class ="col-6 ">
32
+ < h6 style ="margin-right: 1rem; margin-top: -0.5rem; text-align: right; ">
33
+ < span style ="font-weight: 650; "> Contact:</ span >
34
+ < span id ="contact "> </ span > </ h6 >
35
+ </ div >
36
+ </ div >
37
+ </ div >
38
+ </ div >
39
+
40
+ < div id ="buyerDetails " class ="row " style ="border-bottom: 1px solid black; height: 4.35cm; ">
41
+ < div class ="col-8 " style ="padding:0.5rem 1rem; border-right: 1px solid black; ">
42
+ < h5 style ="font-weight: 700; "> To,</ h5 >
43
+ < div class ="container ">
44
+ < h5 > < span id ="buyerName "> </ span > < span > ,</ span > </ h5 >
45
+ < h5 style ="margin-top: -0.4rem; font-weight: 400; ">
46
+ < span id ="addressLine1 "> </ span >
47
+ </ h5 >
48
+ < h5 style ="margin-top: -0.4rem; font-weight: 400; ">
49
+ < span id ="addressLine2 "> </ span >
50
+ </ h5 >
51
+ < h5 style ="margin-top: -0.4rem; font-weight: 400; ">
52
+ < span id ="addressLine3 "> </ span >
53
+ </ h5 >
54
+ </ div >
55
+ </ div >
56
+ < div class ="col-4 " style ="padding:0.75rem 1rem; ">
57
+ < h5 >
58
+ < span style ="font-weight: 700; "> Order Id:</ span >
59
+ < span id ="orderID "> </ span >
60
+ </ h5 >
61
+ < h5 style ="margin-top: -0.4rem; ">
62
+ < span style ="font-weight: 700; "> Date:</ span >
63
+ < span id ="date "> </ span >
64
+ </ h5 >
65
+ </ div >
66
+ </ div >
67
+
68
+
69
+
70
+ < div id ="orderDetails " class ="row " style =" border-bottom: 1px solid black; height: 16.75cm; ">
71
+ < div class ="col-12 ">
72
+ < table class ="table table-bordered " style ="width: 104.5%; margin-left: -0.9rem; ">
73
+ < col width ="10% ">
74
+ < col width ="50% ">
75
+ < col width ="10% ">
76
+ < col width ="15% ">
77
+ < col width ="15% ">
78
+ < thead class ="thead-dark ">
79
+ < tr >
80
+ < th scope ="col ">
81
+ < div > Sr.</ div >
82
+ < div style ="margin-top: -0.5rem; "> No.</ div >
83
+ </ th >
84
+ < th scope ="col "> Description</ th >
85
+ < th scope ="col "> Qty.</ th >
86
+ < th scope ="col "> Unit Price</ th >
87
+ < th scope ="col "> Amount</ th >
88
+ </ tr >
89
+ </ thead >
90
+ < tr >
91
+ < th > 1</ th >
92
+ < td > </ td >
93
+ < td > </ td >
94
+ < td > </ td >
95
+ < td > </ td >
96
+ </ tr >
97
+ < tr >
98
+ < th > 2</ th >
99
+ < td > </ td >
100
+ < td > </ td >
101
+ < td > </ td >
102
+ < td > </ td >
103
+ </ tr >
104
+ </ table >
105
+ </ div >
106
+ </ div >
107
+
108
+
109
+ < div id ="total " class ="row " style ="border-bottom: 1px solid black; height: 1.25cm; ">
110
+ </ div >
111
+
112
+
113
+ < div id ="footer " class ="row " style ="height: 2.8cm; ">
114
+ < div class ="col-6 " style ="border-right: 1px solid black; ">
115
+ < span id ="terms " style ="font-weight: 400; font-size: x-small; line-height: 50%; "> </ span >
116
+ </ div >
117
+ < div class ="col-6 ">
118
+ < h5 style ="position: absolute; bottom: 0.05cm; width: 100%; text-align: center; ">
119
+ < span id ="companyNameForFooter "> </ span >
120
+ </ h5 >
121
+ </ div >
122
+ </ div >
123
+
124
+ </ div >
125
+ </ page >
126
+
127
+ < script src ="../Scripts/BillPrototype_renderer.js "> </ script >
128
+ </ body >
129
+ </ html >
0 commit comments