-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sale.html
368 lines (350 loc) · 18.2 KB
/
Sale.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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<!--
This is a starter template page. Use this page to start your new project from
scratch. This page gets rid of all links and provides the needed markup only.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AdminLTE 3 | Starter</title>
<!-- Google Font: Source Sans Pro -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
<!-- Font Awesome Icons -->
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
<!-- Select2 -->
<link rel="stylesheet" href="plugins/select2/css/select2.min.css">
<link rel="stylesheet" href="plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="dist/css/adminlte.min.css">
</head>
<body class="hold-transition sidebar-mini">
<div class="wrapper">
<nav class="main-header navbar navbar-expand navbar-white navbar-light">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" data-widget="pushmenu" href="#" role="button"><i class="fas fa-bars"></i></a>
</li>
<li class="nav-item d-none d-sm-inline-block">
<a class="nav-link">29/03/2021</a>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown user-menu">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">
<img src="dist/img/user2-160x160.jpg" class="user-image img-circle elevation-2" alt="User Image">
<span class="d-none d-md-inline">Alexander Pierce</span>
</a>
<ul class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
<li class="user-footer">
<a href="#" class="btn btn-default btn-flat float-right">Sign out</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" data-widget="fullscreen" href="#" role="button">
<i class="fas fa-expand-arrows-alt"></i>
</a>
</li>
</ul>
</nav>
<aside class="main-sidebar sidebar-dark-primary elevation-4">
<!-- Brand Logo -->
<a href="index3.html" class="brand-link">
<img src="dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8">
<span class="brand-text font-weight-light">AdminLTE 3</span>
</a>
<div class="sidebar">
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
<div class="info">
<a href="#" class="d-block"></a>
</div>
</div>
<nav class="mt-2">
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-item">
<a href="Customer List.html" class="nav-link active">
<i class="nav-icon fas fa-user-secret"></i>
<p>
Customer
</p>
</a>
</li>
<li class="nav-item">
<a href="Product List.html" class="nav-link ">
<i class="nav-icon fas fa-cube"></i>
<p>
Product
</p>
</a>
</li>
<li class="nav-item">
<a href="Sale List.html" class="nav-link ">
<i class="nav-icon fas fa-life-ring"></i>
<p>
Sale
</p>
</a>
</li>
<li class="nav-item">
<a href="Store List.html" class="nav-link ">
<i class="nav-icon fas fa-life-ring"></i>
<p>
Store
</p>
</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">
<i class="nav-icon fas fa-microchip"></i>
<p>
Categorys
<i class="right fas fa-angle-left"></i>
</p>
</a>
<ul class="nav nav-treeview">
<li class="nav-item">
<a href="Category.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Category</p>
</a>
</li>
<li class="nav-item">
<a href="SubCategory.html" class="nav-link">
<i class="far fa-circle nav-icon"></i>
<p>Sub Category</p>
</a>
</li>
</ul>
</li>
<li class="nav-item">
<a href="User List.html" class="nav-link ">
<i class="nav-icon fas fa-user"></i>
<p>
User
</p>
</a>
</li>
</ul>
</nav>
<!-- /.sidebar-menu -->
</div>
<!-- /.sidebar -->
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0">Sale</h1>
</div>
<!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-right">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item active">Sale</li>
</ol>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<div class="content">
<div class="card card-info">
<div class="card-header">
<h3 class="card-title">Add Sale</h3>
</div>
<!-- /.card-header -->
<!-- form start -->
<form class="form-horizontal">
<div class="card-body">
<div class="form-group row">
<label for="inputEmail3" class="col-sm-2 col-form-label">Invoice No</label>
<div class="col-sm-6">
<input type="text" class="form-control" id="inputEmail3" placeholder="Customer Code" value="(store code)-C100" readonly>
</div>
</div>
<div class="form-group row">
<label for="inputEmail3" class="col-sm-2 col-form-label">Customer Name</label>
<div class="col-sm-6">
<select class="form-control select2" style="width: 100%;">
<option selected="selected">-- Select Customer Name --</option>
<option>Alaska</option>
<option>California</option>
<option>Delaware</option>
<option>Tennessee</option>
<option>Texas</option>
<option>Washington</option>
</select>
</div>
</div>
<div class="form-group row">
<label for="inputEmail3" class="col-sm-2 col-form-label">Product Name</label>
<div class="col-sm-6">
<select class="form-control select2" style="width: 100%;">
<option selected="selected">-- Select Product Name --</option>
<option>Alaska</option>
<option>California</option>
<option>Delaware</option>
<option>Tennessee</option>
<option>Texas</option>
<option>Washington</option>
</select>
</div>
</div>
<div class="form-group row">
<table class="table table-responsive table-head-fixed text-nowrap table-striped">
<thead>
<tr>
<th style="width: 5%;">Sl No</th>
<th style="width: 10%;">Part No</th>
<th style="width: 35%;">Product Name</th>
<th style="width: 10%;">Quantity</th>
<th style="width: 10%;">Rate</th>
<th style="width: 10%;">Sub Total</th>
<th style="width: 1%;"></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1002</td>
<td>Jim Doe</td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="1" min="1"></td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="100" min="0"></td>
<td>1000</td>
<td class="project-actions text-right">
<a class="btn btn-danger btn-sm" href="#">
<i class="fas fa-trash">
</i>
</a>
</td>
</tr>
<tr>
<td>2</td>
<td>1002</td>
<td>Products ada</td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="1" min="1"></td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="100" min="0"></td>
<td>8990</td>
<td class="project-actions text-right">
<a class="btn btn-danger btn-sm" href="#">
<i class="fas fa-trash">
</i>
</a>
</td>
</tr>
<tr>
<td>3</td>
<td>1002</td>
<td> Product 2</td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="1" min="1"></td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="100" min="0"></td>
<td>8500</td>
<td class="project-actions text-right">
<a class="btn btn-danger btn-sm" href="#">
<i class="fas fa-trash">
</i>
</a>
</td>
</tr>
<tr>
<td>4</td>
<td>1002</td>
<td>Products</td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="1" min="1"></td>
<td><input type="number" class="form-control" id="inputEmail3" placeholder="100" min="0"></td>
<td>4000</td>
<td class="project-actions text-right">
<a class="btn btn-danger btn-sm" href="#">
<i class="fas fa-trash">
</i>
</a>
</td>
</tr>
</tbody>
</table>
</div>
<hr>
<div class="form-group row">
<div class="col-6">
</div>
<div class="col-6">
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<th style="width:50%">Subtotal:</th>
<td>250.30</td>
</tr>
<tr>
<th>Tax (18%)</th>
<td>10.34</td>
</tr>
<tr>
<th>Total:</th>
<td>265.24</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- /.card-body -->
<div class="card-footer">
<div class="offset-sm-5 col-sm-6">
<button type="submit" class="btn btn-default ">Cancel</button>
<button type="submit" class="btn btn-success ">Save</button>
</div>
</div>
<!-- /.card-footer -->
</form>
</div>
</div>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<!-- Control Sidebar -->
<aside class="control-sidebar control-sidebar-dark">
<!-- Control sidebar content goes here -->
<div class="p-3">
<h5>Title</h5>
<p>Sidebar content</p>
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Main Footer -->
<footer class="main-footer">
<!-- To the right -->
<div class="float-right d-none d-sm-inline">
Anything you want
</div>
<!-- Default to the left -->
<strong>Copyright © 2014-2021 <a href="https://adminlte.io">AdminLTE.io</a>.</strong> All rights reserved.
</footer>
</div>
<!-- ./wrapper -->
<!-- REQUIRED SCRIPTS -->
<!-- jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AdminLTE App -->
<script src="dist/js/adminlte.min.js"></script>
<!-- Select2 -->
<script src="plugins/select2/js/select2.full.min.js"></script>
<script>
$(function() {
//Initialize Select2 Elements
$('.select2').select2()
})
</script>
</body>
</html>