Subversion Repositories SmartDukaan

Rev

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

Rev 29737 Rev 30601
Line 18... Line 18...
18
	}
18
	}
19
	.btn-primary:hover{
19
	.btn-primary:hover{
20
  		color: grey;
20
  		color: grey;
21
  		text-decoration: none;
21
  		text-decoration: none;
22
	}
22
	}
-
 
23
 
23
	.sale-details{
24
	.sale-details {
24
		cursor:pointer;
25
		cursor: pointer;
25
	}
26
	}
-
 
27
 
26
	.row-fluid {
28
	.row-fluid {
27
    	overflow: auto;
29
		overflow: auto;
28
    	white-space: nowrap;
30
		white-space: nowrap;
29
	}
31
	}
30
</style>
32
</style>
31
<script>
33
<script>
32
	$(function() {
34
	$(function () {
33
    	$('#reportrange').daterangepicker(getRangedDatePicker(), dateRangeCallback);
35
		$('#reportrange').daterangepicker(getRangedDatePicker());
34
	});
36
	});
35
</script>
37
</script>
36
 
38
 
37
<section class="wrapper">            
39
<section class="wrapper">
38
	<div class="row">
40
	<div class="row">
39
		<div class="col-lg-12">
41
		<div class="col-lg-12">
40
			<h3 class="page-header"><i class="icon_document_alt"></i>ITEM AGING</h3>
42
			<h3 class="page-header"><i class="icon_document_alt"></i>ITEM AGING</h3>
41
			<ol class="breadcrumb">
43
			<ol class="breadcrumb">
42
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>
44
				<li><i class="fa fa-home"></i><a href="${rc.contextPath}/dashboard">Home</a></li>