Subversion Repositories SmartDukaan

Rev

Rev 24056 | Rev 24062 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24056 Rev 24058
Line 30... Line 30...
30
				        <h4 class="modal-title">Add Pricing</h4>
30
				        <h4 class="modal-title">Add Pricing</h4>
31
				      </div>
31
				      </div>
32
				      <div class="modal-body">
32
				      <div class="modal-body">
33
			      		<form id="pdForm1">
33
			      		<form id="pdForm1">
34
				      		<div class="form-group row">
34
				      		<div class="form-group row">
35
					  			<div class="col-lg-5">
35
					  			<div class="col-lg-6">
36
							    	<input placeholder="Search Item" type="text" class="form-control typeahead" id="typeaheaditem1" name="Item" data-provide="typeahead" autocomplete="off">
36
							    	<input placeholder="Search Item" type="text" class="form-control typeahead" id="typeaheaditem1" name="Item" data-provide="typeahead" autocomplete="off">
37
							    </div>
37
							    </div>
38
							    <div class="col-lg-3">
38
							    <div class="col-lg-2">
39
								    <input type="text" class="form-control" id="dp" placeholder="DP" type="text"/>
39
								    <input type="text" class="form-control" id="dp" placeholder="DP" type="text"/>
40
								</div>
40
								</div>
41
							    <div class="col-lg-2">
41
							    <div class="col-lg-2">
42
								    <input type="text" class="form-control" id="mop" placeholder="MOP" type="text"/>
42
								    <input type="text" class="form-control" id="mop" placeholder="MOP" type="text"/>
43
								</div>
43
								</div>
44
							    <div class="col-lg-2">
44
							    <div class="col-lg-2">
45
								    <input type="text" class="form-control" id="mop" placeholder="MRP" type="text"/>
45
								    <input type="text" class="form-control" id="mrp" placeholder="MRP" type="text"/>
46
								</div>
46
								</div>
47
							</div>
47
							</div>
48
			      		</form>
48
			      		</form>
49
					</div>	
49
					</div>	
50
					<div class="modal-footer">
50
					<div class="modal-footer">
Line 98... Line 98...
98
						  		<label for="priceDrop">Drop Announced:</label>
98
						  		<label for="priceDrop">Drop Announced:</label>
99
							    <input type="number" class="form-control" id="pd">
99
							    <input type="number" class="form-control" id="pd">
100
							</div>
100
							</div>
101
						  	<div class="col-lg-3">
101
						  	<div class="col-lg-3">
102
						  		<label for="dp">Current DP</label>
102
						  		<label for="dp">Current DP</label>
103
							    <input type="number" readonly class="form-control" id="dp">
103
							    <input type="number" readonly class="form-control" id="currentDp">
104
							</div>
104
							</div>
105
							<div class="col-lg-3">
105
							<div class="col-lg-3">
106
							    <label for="newTp">TP:(<span id="oldTp"></span>)</label>
106
							    <label for="newTp">TP:(<span id="oldTp"></span>)</label>
107
							    <input type="number" class="form-control" id="newTp">
107
							    <input type="number" class="form-control" id="newTp">
108
							</div>
108
							</div>