-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
180 lines (155 loc) · 8.85 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<title>Comparative Statements</title>
<link href="styles.css" rel="stylesheet">
<meta property='og:title' content='Comparative Statements'/>
<meta name="image" property="og:image" content="https://github.com/kunal-ai/Comparative-Statements/blob/main/Images/Github%20CS.jpg?raw=true">
<meta property='og:image' content='//https://github.com/kunal-ai/Comparative-Statements/blob/main/Images/Github%20CS.jpg?raw=true'/>
<meta property='og:description' content='Comparative Statements give a clear picture of the best possible option amongst the competing suppliers'/>
<meta property='og:url' content='//https://kunal-ai.github.io/Comparative-Statements/'/>
<meta name="author" content="Kunal Verma">
</head>
<body>
<div class="d-flex flex-column flex-md-row align-items-center p-1 px-md-5 mb-3 bg-warning border-bottom box-shadow fixed-top">
<h2 class="display-5 my-0 mr-md-auto text-white ">Comparative Statements</h2>
<a class="btn btn-outline-secondary" href="https://github.com/kunal-ai">@Kunal Verma</a>
</div>
<div class="topic-header px-5 py-5 pt-md-5 pb-md-5 mx-auto text-center align-items-center">
<h1 class="display-4 pt-4">Comparative Statements</h1>
<p class="lead">Make clear comparative statements to reach a purchase decision</p>
</div>
<div class="container">
<div class="card-deck md-3 text-center">
<div class="list md-3">
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div>
<span><input type="text" class="form-control" placeholder="Requisition Number" required></span>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div>
<span><input type="text" class="form-control" placeholder="Requisition Date" required></span>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div>
<span><input type="text" class="form-control" placeholder="Name of the Item" required></span>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div>
<span><input type="text" class="form-control" placeholder="Quantity required"></span>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Technical Approval
</label>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Finance Approval
</label>
</div>
</li>
<li class="list-group-item d-flex justify-content-between lh-condensed">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckChecked" checked>
<label class="form-check-label" for="flexCheckChecked">
Management Approval
</label>
</div>
</li>
<input type="text" id="rem" class="form-control" placeholder="Remarks">
</div>
<div class="card md-6 box-shadow">
<div class="card-header">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Vendor Number 1" required></span>
</h4>
</div>
<div class="card-body">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Price" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Total Amount" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Tax" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Transportation" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Other Charges" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Payment Terms" required></span>
</h4><br>
<h6 class="d-flex justify-content-between align-items-center mb-6">
<span class="text-muted">Landed Price</span>
<span><input type="text" class="form-control" id="cc-expiration" placeholder="" required></span>
</h6>
</div>
</div>
<div class="card md-6 box-shadow">
<div class="card-header">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Vendor Number 2" required></span>
</h4>
</div>
<div class="card-body">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Price" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Total Amount" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Tax" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Transportation" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Other Charges" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Payment Terms" required></span>
</h4><br>
<h6 class="d-flex justify-content-between align-items-center mb-6">
<span class="text-muted">Landed Price</span>
<span><input type="text" class="form-control" placeholder="" required></span>
</h6>
</div>
</div>
<div class="card md-6 box-shadow">
<div class="card-header">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Vendor Number 3" required></span>
</h4>
</div>
<div class="card-body">
<h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Price" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Total Amount" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Tax" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Transportation" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Other Charges" required></span>
</h4><h4 class="d-flex justify-content-between align-items-center mb-3">
<span><input type="text" class="form-control" placeholder="Payment Terms" required></span>
</h4><br>
<h6 class="d-flex justify-content-between align-items-center mb-6">
<span class="text-muted">Landed Price</span>
<span><input type="text" class="form-control" placeholder="" required></span>
</h6>
</div>
</div>
</div>
</div>
</body>
<script src="index.js" charset="utf-8"></script>
</html>