Skip to content

Commit 701352b

Browse files
Formatted the file
1 parent 4de3e0b commit 701352b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

stock-list.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,18 @@ <h5>Inventory Overview</h5>
151151
<th scope="col">Product Code</th>
152152
<th scope="col">Product Name</th>
153153
<th scope="col">Category</th>
154+
<th scope="col">Stock Level</th>
154155
<th scope="col">Unit of measure</th>
155156
<th scope="col">Cost Price</th>
156157
<th scope="col">Selling Price</th>
157158
<th scope="col">Profit/Loss</th>
158159
<th scope="col">Qty In stock</th>
159160
<th scope="col">Min Stock level</th>
161+
<th scope="col">Stock Status</th>
160162
<th scope="col">Qty Received</th>
161163
<th scope="col">Supplier</th>
162164
<th scope="col">Date received</th>
165+
<th scope="col">Action</th>
163166
</tr>
164167
</thead>
165168
<tbody>
@@ -172,10 +175,13 @@ <h5>Inventory Overview</h5>
172175
<td>Otto</td>
173176
<td>@mdo</td>
174177
<td>Mark</td>
178+
<td>Mark</td>
175179
<td>Otto</td>
176180
<td>@mdo</td>
177181
<td>Otto</td>
178182
<td>@mdo</td>
183+
<td>@mdo</td>
184+
<td>@mdo</td>
179185

180186
</tr>
181187
<tr class="table-secondary">
@@ -189,8 +195,11 @@ <h5>Inventory Overview</h5>
189195
<td>Mark</td>
190196
<td>Otto</td>
191197
<td>@mdo</td>
198+
<td>Mark</td>
192199
<td>Otto</td>
193200
<td>@mdo</td>
201+
<td>@mdo</td>
202+
<td>@mdo</td>
194203
</tr>
195204
<tr class="table-light">
196205
<th scope="row">3</th>
@@ -199,12 +208,15 @@ <h5>Inventory Overview</h5>
199208
<td>@mdo</td>
200209
<td>Mark</td>
201210
<td>Otto</td>
211+
<td>Mark</td>
202212
<td>@mdo</td>
203213
<td>Mark</td>
204214
<td>Otto</td>
205215
<td>@mdo</td>
206216
<td>Otto</td>
207217
<td>@mdo</td>
218+
<td>@mdo</td>
219+
<td>@mdo</td>
208220
</tr>
209221
<tr class="table-secondary">
210222
<th scope="row">4</th>
@@ -213,12 +225,15 @@ <h5>Inventory Overview</h5>
213225
<td>@mdo</td>
214226
<td>Mark</td>
215227
<td>Otto</td>
228+
<td>Mark</td>
216229
<td>@mdo</td>
217230
<td>Mark</td>
218231
<td>Otto</td>
219232
<td>@mdo</td>
220233
<td>Otto</td>
221234
<td>@mdo</td>
235+
<td>@mdo</td>
236+
<td>@mdo</td>
222237
</tr>
223238
<tr class="table-light">
224239
<th scope="row">5</th>
@@ -227,12 +242,15 @@ <h5>Inventory Overview</h5>
227242
<td>@mdo</td>
228243
<td>Mark</td>
229244
<td>Otto</td>
245+
<td>Mark</td>
230246
<td>@mdo</td>
231247
<td>Mark</td>
232248
<td>Otto</td>
233249
<td>@mdo</td>
234250
<td>Otto</td>
235251
<td>@mdo</td>
252+
<td>@mdo</td>
253+
<td>@mdo</td>
236254
</tr>
237255
<tr class="table-secondary">
238256
<th scope="row">6</th>
@@ -244,9 +262,12 @@ <h5>Inventory Overview</h5>
244262
<td>@mdo</td>
245263
<td>Mark</td>
246264
<td>Otto</td>
265+
<td>Mark</td>
247266
<td>@mdo</td>
248267
<td>Otto</td>
249268
<td>@mdo</td>
269+
<td>@mdo</td>
270+
<td>@mdo</td>
250271
</tr>
251272
</tbody>
252273
</table>

0 commit comments

Comments
 (0)