Subversion Repositories SmartDukaan

Rev

Rev 29707 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29707 Rev 32771
Line 53... Line 53...
53
				#else
53
				#else
54
					<h4>Wallet Amount:- NA</h4>
54
					<h4>Wallet Amount:- NA</h4>
55
				#end
55
				#end
56
    	</div>
56
    	</div>
57
	         <div class="row">
57
	         <div class="row">
58
	         
58
 
59
	    		<div class="col-lg-8" id="indent-container">
59
	    		<div class="col-lg-8" id="indent-container">
60
	    	
60
	    	
61
	    			<table class="table table-striped table-condensed table-bordered" id="entire-inventory-table">
61
	    			<table class="table table-striped table-condensed table-bordered" id="entire-inventory-table">
62
		    			<thead>
62
		    			<thead>
63
				            <tr>
63
				            <tr>
64
								<th>Id</th>
64
								<th>Id</th>
65
	    						<th style="width:30%">Description</th>
65
	    						<th style="width:30%">#springMessage("monthlyplanning.description")</th>
66
	    						<th style="width:12%">DP</th>
66
	    						<th style="width:12%">#springMessage("monthlyplanning.dp")</th>
67
	    						<th>MOP</th>
67
	    						<th>#springMessage("mop")</th>
68
	    						<th style="width:20%">Planned Qty</th>
68
	    						<th style="width:20%">#springMessage("plannedqty")</th>
69
	    						#if($previousMonth||$mtd)
69
	    						#if($previousMonth||$mtd)
70
	    						<th style="width:6%">Sale</th>
70
	    						<th style="width:6%">#springMessage("sale")</th>
71
	    						#else		
71
	    						#else		
72
	    						<th style="width:6%">15 days sale</th>
72
	    						<th style="width:6%">15 days sale</th>
73
	    						#end
73
	    						#end
74
	    						<th style="width:9%">In Stock</th>
74
	    						<th style="width:9%">#springMessage("instock")</th>
75
	    						<th style="width:9%">Our Stock</th>
75
	    						<th style="width:9%">#springMessage("ourstock")</th>
76
	    						<th style="width:9%">In Transit</th>
76
	    						<th style="width:9%">#springMessage("intransit")</th>
77
	    						<th style="width:3%">Recomm ended</th>
77
	    						<th style="width:3%">#springMessage("recommended")</th>
78
	    						<th style="width:3%">Mini mum</th>
78
	    						<th style="width:3%">#springMessage("minimum")</th>
79
	    						<th style="width:3%">Obv Recomm ended</th>
79
	    						<th style="width:3%">#springMessage("obvrecommended")</th>
80
	    						<th style="width:3%">Obv Mini mum</th>
80
	    						<th style="width:3%">#springMessage("obvminimum")</th>
81
	    						
81
	    						
82
	    						<th>Remaining</th>
82
	    						<th>#springMessage("remaining")</th>
83
	    						
83
	    						
84
	    						
84
	    						
85
				            </tr>
85
				            </tr>
86
				        </thead>
86
				        </thead>
87
	    				<tbody>
87
	    				<tbody>
Line 148... Line 148...
148
                	</div>
148
                	</div>
149
                	
149
                	
150
                	
150
                	
151
                
151
                
152
    	         	<div class="panel panel-default">
152
    	         	<div class="panel panel-default">
153
	                <div class="panel-heading">Brand Stock</div>
153
	                <div class="panel-heading">#springMessage("monthlyplanning.brandstock")</div>
154
	                  <div class="panel-content">
154
	                  <div class="panel-content">
155
		                 <table class="table table-sm" id="stock-table">
155
		                 <table class="table table-sm" id="stock-table">
156
	                  		  <thead>
156
	                  		  <thead>
157
							    <tr>
157
							    <tr>
158
							      <th>Brand</th>
158
							      <th>#springMessage("monthlyplanning.brand")</th>
159
							      <th>Qty(pc)</th>
159
							      <th>#springMessage("monthlyplanning.qty(pc)")</th>
160
							      <th>Value</th>
160
							      <th>#springMessage("monthlyplanning.value")</th>
161
							     
161
							     
162
							    </tr>
162
							    </tr>
163
							  </thead>
163
							  </thead>
164
							  <tbody>
164
							  <tbody>
165
							
165