Subversion Repositories SmartDukaan

Rev

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

Rev 27618 Rev 30601
Line 32... Line 32...
32
	}
32
	}
33
	.right{
33
	.right{
34
		float:right;
34
		float:right;
35
	}
35
	}
36
	.form-control{
36
	.form-control{
37
		color:black;
37
		color: black;
38
	}
38
	}
-
 
39
 
39
.table-align-center{
40
.table-align-center {
40
	text-align:center;
41
	text-align: center;
41
}
42
}
42
 
43
 
43
</style>
44
</style>
44
 
45
 
45
<script type="text/javascript">
46
<script type="text/javascript">
-
 
47
	configureItemsDescriptionDropDown();
-
 
48
	$('input[name="duration"]').daterangepicker(getRangedDatePicker());
-
 
49
</script>
46
 
50
 
47
    configureItemsDescriptionDropDown();
-
 
48
    
-
 
49
      $('input[name="duration"]').daterangepicker(getRangedDatePicker(), dateRangeCallback);
-
 
50
      
-
 
51
      
-
 
52
    
-
 
53
 </script>
-
 
54
    
-
 
55
<script type="text/javascript">
51
<script type="text/javascript">
56
$(function(){
52
	$(function () {
57
 	getItemAheadOptions($("#typeaheaditem"),true,function(selectedItem){
53
		getItemAheadOptions($("#typeaheaditem"), true, function (selectedItem) {
58
 	itemCatalogId = selectedItem.catalogId;
54
			itemCatalogId = selectedItem.catalogId;
59
 	
55
 
60
	console.log(itemCatalogId);
56
			console.log(itemCatalogId);
-
 
57
		});
61
	});
58
	});
62
});
-
 
63
</script>
59
</script>
64
	
60
	
65
 
61
 
66
 
62
 
67
<section class="wrapper">
63
<section class="wrapper">