Subversion Repositories SmartDukaan

Rev

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

Rev 34087 Rev 34384
Line 35... Line 35...
35
</style>
35
</style>
36
 
36
 
37
 
37
 
38
 
38
 
39
#if($brand != "undefined")
39
#if($brand != "undefined")
-
 
40
<div class="container-fluid">
40
 
41
 
41
<div class="row">
42
    <div class="row">
42
    <hr style="border-top: 2px solid #ccc">
43
        <hr style="border-top: 2px solid #ccc">
43
    <div class="col-lg-12">
44
        <div class="panel-group">
44
 
-
 
45
        <h5> In Stock </h5>
-
 
46
        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover" style="width:100%">
-
 
47
            <thead>
-
 
48
            <tr>
-
 
49
                <th>Item</th>
45
            <div class="panel panel-default">
50
                <th>Qty</th>
-
 
51
 
-
 
52
            </tr>
-
 
53
            </thead>
-
 
54
            <tbody>
-
 
55
 
-
 
56
                #foreach($inStock in $inStocks)
46
                <a href="#collapse1" data-toggle="collapse">
57
                <tr>
-
 
58
                    <td>$inStock.getItemDescription()</td>
47
                    <div class="panel-heading">
59
                    <td>$inStock.getQty()</td>
48
                        <h4 class="panel-title">In Stock</h4>
60
 
-
 
61
                </tr>
49
                    </div>
62
 
-
 
63
                #end
50
                </a>
64
 
-
 
65
            </tbody>
-
 
66
        </table>
-
 
67
 
-
 
68
    </div>
-
 
69
</div>
-
 
70
 
-
 
71
 
-
 
72
<div class="row">
-
 
73
    <div class="col-lg-12">
-
 
74
 
-
 
75
        <h5> Grn Pending </h5>
-
 
76
        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover" style="width:100%">
51
                <div id="collapse1" class="panel-collapse collapse">
77
            <thead>
-
 
78
            <tr>
-
 
79
                <th>Item</th>
-
 
80
                <th>Qty</th>
-
 
81
 
-
 
82
            </tr>
-
 
83
            </thead>
-
 
84
            <tbody>
-
 
85
 
52
 
86
                #foreach($grnPending in $grnPendings)
-
 
87
                <tr>
-
 
88
                    <td>$grnPending.getItemDescription()</td>
53
                    <div style="border-top: 1px solid rgba(204,204,204,0.81);">
89
                    <td>$grnPending.getQty()</td>
-
 
90
 
-
 
91
                </tr>
-
 
92
 
-
 
93
                #end
-
 
94
 
-
 
95
            </tbody>
-
 
96
        </table>
-
 
97
    </div>
-
 
98
</div>
-
 
99
 
-
 
100
 
-
 
101
<div class="row">
-
 
102
    <div class="col-lg-12">
-
 
103
 
-
 
104
        <h5> Pending Indent </h5>
-
 
105
        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover" style="width:100%">
54
                        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover"
106
            <thead>
-
 
107
            <tr>
-
 
108
                <th>Item</th>
55
                               style="width:100%">
109
                <th>Qty</th>
56
                            <thead>
110
 
-
 
111
            </tr>
-
 
112
            </thead>
-
 
113
            <tbody>
-
 
114
 
-
 
115
                #foreach($pendingIndent in $pendingIndents)
-
 
116
                <tr>
57
                            <tr>
117
                    <td>$pendingIndent.getItemDescription()</td>
58
                                <th>Item</th>
118
                    <td>$pendingIndent.getQty()</td>
59
                                <th>Qty</th>
119
 
60
 
120
                </tr>
61
                            </tr>
121
 
-
 
122
                #end
62
                            </thead>
123
 
-
 
124
            </tbody>
63
                            <tbody>
125
        </table>
-
 
126
    </div>
-
 
127
</div>
-
 
128
</div>
-
 
129
 
-
 
130
#else
-
 
131
 
-
 
132
 
64
 
133
<div class="row">
-
 
134
    <div class="col-lg-12">
-
 
135
        <h5> Focused Model </h5>
-
 
136
        <table class="table  table-advance" id="brand-focused">
-
 
137
            <tbody>
-
 
138
            <tr>
-
 
139
                <th>#</th>
-
 
140
                <th>Brand</th>
-
 
141
 
-
 
142
            </tr>
-
 
143
                #set($index = 0)
-
 
144
 
-
 
145
                #foreach($focused in $focusedModelShortageBrandMap.entrySet())
-
 
146
 
-
 
147
                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
148
                    href="#focused-$index">
-
 
149
                    <td class="expand-button"></td>
-
 
150
                    <td>$focused.getKey()</td>
-
 
151
 
-
 
152
                </tr>
-
 
153
 
-
 
154
 
-
 
155
                <tr class="hide-table-padding">
-
 
156
                    <td></td>
-
 
157
                    <td colspan="3">
-
 
158
                        <div class="collapse p-3" id="focused-$index">
-
 
159
                            <table class="table  table-advance">
65
                                #foreach($inStock in $inStocks)
160
                                <tbody>
-
 
161
                                <tr>
66
                                <tr>
162
                                    <th>Item</th>
-
 
163
                                    <th>Pending Indent</th>
67
                                    <td>$inStock.getItemDescription()</td>
164
                                    <th>In Stock</th>
-
 
165
                                    <th>Shortage Qty</th>
68
                                    <td>$inStock.getQty()</td>
166
                                    <th>Availability</th>
-
 
167
 
69
 
168
                                </tr>
70
                                </tr>
169
 
71
 
170
                                    #foreach($item in $focused.getValue())
-
 
171
 
-
 
172
 
-
 
173
                                    <tr>
-
 
174
                                        <td>$item.getBrandName() $item.getModelName()  $item.getModelNumber() </td>
-
 
175
                                        <td>$item.getPendingIndentQty()</td>
-
 
176
 
-
 
177
 
-
 
178
                                        #if($item.getShortageQty() > $item.getGrnStockQty())
-
 
179
                                            <td style="color:red">$item.getGrnStockQty()</td>
-
 
180
                                        #else
-
 
181
                                            <td>$item.getGrnStockQty()</td>
-
 
182
                                        #end
-
 
183
 
-
 
184
                                        #if($item.getShortageQty() > 0 )
-
 
185
                                            <td>$item.getShortageQty()</td>
-
 
186
                                        #else
-
 
187
                                            <td>0</td>
-
 
188
                                        #end
-
 
189
                                        <td>$item.getAvailabitiy()</td>
-
 
190
 
-
 
191
                                    </tr>
-
 
192
 
-
 
193
 
-
 
194
                                    #end
72
                                #end
195
 
-
 
196
 
-
 
197
                                </tbody>
-
 
198
                            </table>
-
 
199
                        </div>
-
 
200
                    </td>
-
 
201
 
-
 
202
 
-
 
203
                </tr>
-
 
204
                    #set($index=$index+1)
-
 
205
                #end
-
 
206
 
-
 
207
 
73
 
208
            </tbody>
74
                            </tbody>
209
        </table>
75
                        </table>
210
 
76
 
-
 
77
                    </div>
-
 
78
                </div>
-
 
79
            </div>
-
 
80
        </div>
211
    </div>
81
    </div>
212
</div>
82
</div>
-
 
83
    ##
-
 
84
    ##
-
 
85
    ##<div class="row">
-
 
86
    ##    <div class="col-lg-12">
-
 
87
    ##
-
 
88
    ##        <h5> Grn Pending </h5>
-
 
89
    ##        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover" style="width:100%">
-
 
90
    ##            <thead>
-
 
91
    ##            <tr>
-
 
92
    ##                <th>Item</th>
-
 
93
    ##                <th>Qty</th>
-
 
94
    ##
-
 
95
    ##            </tr>
-
 
96
    ##            </thead>
-
 
97
    ##            <tbody>
-
 
98
    ##
-
 
99
    ##                #foreach($grnPending in $grnPendings)
-
 
100
    ##                <tr>
-
 
101
    ##                    <td>$grnPending.getItemDescription()</td>
-
 
102
    ##                    <td>$grnPending.getQty()</td>
-
 
103
    ##
-
 
104
    ##                </tr>
-
 
105
    ##
-
 
106
    ##                #end
-
 
107
    ##
-
 
108
    ##            </tbody>
-
 
109
    ##        </table>
-
 
110
    ##    </div>
-
 
111
    ##</div>
-
 
112
 
-
 
113
 
-
 
114
    ##<div class="row">
-
 
115
    ##    <div class="col-lg-12">
-
 
116
    ##
-
 
117
    ##        <h5> Pending Indent </h5>
-
 
118
    ##        <table id="itemwiseshortagestock" class="table table-striped table-advance table-hover" style="width:100%">
-
 
119
    ##            <thead>
-
 
120
    ##            <tr>
-
 
121
    ##                <th>Item</th>
-
 
122
    ##                <th>Qty</th>
-
 
123
    ##
-
 
124
    ##            </tr>
-
 
125
    ##            </thead>
-
 
126
    ##            <tbody>
-
 
127
    ##
-
 
128
    ##                #foreach($pendingIndent in $pendingIndents)
-
 
129
    ##                <tr>
-
 
130
    ##                    <td>$pendingIndent.getItemDescription()</td>
-
 
131
    ##                    <td>$pendingIndent.getQty()</td>
-
 
132
    ##
-
 
133
    ##                </tr>
-
 
134
    ##
-
 
135
    ##                #end
-
 
136
    ##
-
 
137
    ##            </tbody>
-
 
138
    ##        </table>
-
 
139
    ##    </div>
-
 
140
    ##</div>
-
 
141
    ##</div>
213
 
142
 
214
<div class="row">
-
 
215
    <div class="col-lg-12">
-
 
216
        <h5> In Stock </h5>
-
 
217
        <table class="table  table-advance" id="brand-instock">
-
 
218
            <tbody>
-
 
219
            <tr>
-
 
220
                <th>#</th>
-
 
221
                <th>Brand</th>
-
 
222
 
-
 
223
            </tr>
-
 
224
                #set($index = 0)
-
 
225
 
-
 
226
                #foreach($brand in $inStockBrandMap.entrySet())
-
 
227
 
-
 
228
                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
229
                    href="#brand-$index">
-
 
230
                    <td class="expand-button"></td>
-
 
231
                    <td>$brand.getKey()</td>
-
 
232
 
-
 
233
                </tr>
-
 
234
 
-
 
235
 
-
 
236
                <tr class="hide-table-padding">
-
 
237
                    <td></td>
-
 
238
                    <td colspan="3">
-
 
239
                        <div class="collapse p-3" id="brand-$index">
-
 
240
                            <table class="table  table-advance">
-
 
241
                                <tbody>
-
 
242
                                <tr>
-
 
243
                                    <th width="36%">Item</th>
-
 
244
                                    <th>Quantity</th>
-
 
245
 
-
 
246
                                </tr>
-
 
247
 
-
 
248
                                    #foreach($items in $brand.getValue())
-
 
249
 
-
 
250
                                    <tr>
-
 
251
                                        <td>$items.getItemDescription()</td>
-
 
252
                                        <td>$items.getQty()</td>
-
 
253
 
-
 
254
                                    </tr>
-
 
255
                                    #end
-
 
256
 
-
 
257
 
-
 
258
                                </tbody>
-
 
259
                            </table>
-
 
260
                        </div>
-
 
261
                    </td>
-
 
262
 
-
 
263
 
-
 
264
                </tr>
-
 
265
                    #set($index=$index+1)
-
 
266
                #end
-
 
267
 
-
 
268
 
143
#else
269
            </tbody>
-
 
270
        </table>
-
 
271
 
144
 
272
    </div>
-
 
273
</div>
-
 
274
 
145
 
-
 
146
    ##<div class="row">
-
 
147
    ##    <div class="col-lg-12">
-
 
148
    ##        <h5> Focused Model </h5>
-
 
149
    ##        <table class="table  table-advance" id="brand-focused">
-
 
150
    ##            <tbody>
-
 
151
    ##            <tr>
-
 
152
    ##                <th>#</th>
-
 
153
    ##                <th>Brand</th>
-
 
154
    ##
-
 
155
    ##            </tr>
-
 
156
    ##                #set($index = 0)
-
 
157
    ##
-
 
158
    ##                #foreach($focused in $focusedModelShortageBrandMap.entrySet())
-
 
159
    ##
-
 
160
    ##                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
161
    ##                    href="#focused-$index">
-
 
162
    ##                    <td class="expand-button"></td>
-
 
163
    ##                    <td>$focused.getKey()</td>
-
 
164
    ##
-
 
165
    ##                </tr>
-
 
166
    ##
-
 
167
    ##
-
 
168
    ##                <tr class="hide-table-padding">
-
 
169
    ##                    <td></td>
-
 
170
    ##                    <td colspan="3">
-
 
171
    ##                        <div class="collapse p-3" id="focused-$index">
-
 
172
    ##                            <table class="table  table-advance">
-
 
173
    ##                                <tbody>
-
 
174
    ##                                <tr>
-
 
175
    ##                                    <th>Item</th>
-
 
176
    ##                                    <th>Pending Indent</th>
-
 
177
    ##                                    <th>In Stock</th>
-
 
178
    ##                                    <th>Shortage Qty</th>
-
 
179
    ##                                    <th>Availability</th>
-
 
180
    ##
-
 
181
    ##                                </tr>
-
 
182
    ##
-
 
183
    ##                                    #foreach($item in $focused.getValue())
-
 
184
    ##
-
 
185
    ##
-
 
186
    ##                                    <tr>
-
 
187
    ##                                        <td>$item.getBrandName() $item.getModelName()  $item.getModelNumber() </td>
-
 
188
    ##                                        <td>$item.getPendingIndentQty()</td>
-
 
189
    ##
-
 
190
    ##
-
 
191
    ##                                        #if($item.getShortageQty() > $item.getGrnStockQty())
-
 
192
    ##                                            <td style="color:red">$item.getGrnStockQty()</td>
-
 
193
    ##                                        #else
-
 
194
    ##                                            <td>$item.getGrnStockQty()</td>
-
 
195
    ##                                        #end
-
 
196
    ##
-
 
197
    ##                                        #if($item.getShortageQty() > 0 )
-
 
198
    ##                                            <td>$item.getShortageQty()</td>
-
 
199
    ##                                        #else
-
 
200
    ##                                            <td>0</td>
-
 
201
    ##                                        #end
-
 
202
    ##                                        <td>$item.getAvailabitiy()</td>
-
 
203
    ##
-
 
204
    ##                                    </tr>
-
 
205
    ##
-
 
206
    ##
-
 
207
    ##                                    #end
-
 
208
    ##
-
 
209
    ##
-
 
210
    ##                                </tbody>
-
 
211
    ##                            </table>
-
 
212
    ##                        </div>
-
 
213
    ##                    </td>
-
 
214
    ##
-
 
215
    ##
-
 
216
    ##                </tr>
-
 
217
    ##                    #set($index=$index+1)
-
 
218
    ##                #end
-
 
219
    ##
-
 
220
    ##
-
 
221
    ##            </tbody>
-
 
222
    ##        </table>
-
 
223
    ##
-
 
224
    ##    </div>
-
 
225
    ##</div>
275
 
226
 
276
<div class="row">
227
<div class="row">
277
    <div class="col-lg-12">
228
    <div class="col-lg-12">
278
        <h5> Grn Pending </h5>
229
        <h5>
279
        <table class="table  table-advance" id="brand-grn">
230
            <a data-toggle="collapse" href="#inStockCollapse" role="button" aria-expanded="false"
280
            <tbody>
231
               aria-controls="inStockCollapse">
281
            <tr>
-
 
282
                <th>#</th>
232
                In Stock
283
                <th>Brand</th>
233
            </a>
284
 
-
 
285
            </tr>
234
        </h5>
286
                #set($index = 0)
-
 
287
 
235
 
288
                #foreach($grnpending in $grnPendingBrandMap.entrySet())
236
        <div class="collapse" id="inStockCollapse">
289
 
-
 
290
                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
237
            <table class="table table-advance" id="brand-instock">
291
                    href="#grn-$index">
238
                <tbody>
-
 
239
                <tr>
292
                    <td class="expand-button"></td>
240
                    <th>#</th>
293
                    <td>$grnpending.getKey()</td>
241
                    <th>Brand</th>
294
 
-
 
295
                </tr>
242
                </tr>
296
 
-
 
297
 
-
 
298
                <tr class="hide-table-padding">
-
 
299
                    <td></td>
243
                    #set($index = 0)
300
                    <td colspan="3">
244
                    #foreach($brand in $inStockBrandMap.entrySet())
301
                        <div class="collapse p-3" id="grn-$index">
245
                    <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse"
302
                            <table class="table  table-advance">
246
                        data-parent="#accordion1"
303
                                <tbody>
247
                        href="#brand-$index">
304
                                <tr>
248
                        <td class="expand-button"></td>
305
                                    <th width="36%">Item</th>
249
                        <td>$brand.getKey()</td>
306
                                    <th>Quantity</th>
250
                    </tr>
307
 
251
 
-
 
252
                    <tr class="hide-table-padding">
308
                                </tr>
253
                        <td></td>
309
 
-
 
-
 
254
                        <td colspan="3">
-
 
255
                            <div class="collapse p-3" id="brand-$index">
310
                                    #foreach($items in $grnpending.getValue())
256
                                <table class="table table-advance">
311
 
-
 
-
 
257
                                    <tbody>
312
                                    <tr>
258
                                    <tr>
313
                                        <td>$items.getItemDescription()</td>
259
                                        <th width="36%">Item</th>
314
                                        <td>$items.getQty()</td>
260
                                        <th>Quantity</th>
315
 
-
 
316
                                    </tr>
261
                                    </tr>
-
 
262
                                        #foreach($items in $brand.getValue())
-
 
263
                                        <tr>
-
 
264
                                            <td>$items.getItemDescription()</td>
-
 
265
                                            <td>$items.getQty()</td>
-
 
266
                                        </tr>
317
                                    #end
267
                                        #end
318
 
-
 
319
 
-
 
320
                                </tbody>
268
                                    </tbody>
321
                            </table>
269
                                </table>
322
                        </div>
270
                            </div>
323
                    </td>
271
                        </td>
324
 
-
 
325
 
-
 
326
                </tr>
272
                    </tr>
327
                    #set($index=$index+1)
273
                        #set($index = $index + 1)
328
                #end
274
                    #end
329
 
-
 
330
 
-
 
331
            </tbody>
275
                </tbody>
332
        </table>
276
            </table>
333
 
277
        </div>
334
    </div>
278
    </div>
335
</div>
279
</div>
336
 
280
 
337
 
281
 
338
<div class="row">
-
 
339
    <div class="col-lg-12">
-
 
340
        <h5> Pending Indent </h5>
-
 
341
        <table class="table  table-advance" id="brand-pending">
-
 
342
            <tbody>
-
 
343
            <tr>
-
 
344
                <th>#</th>
-
 
345
                <th>Brand</th>
-
 
346
 
-
 
347
            </tr>
-
 
348
                #set($index = 0)
-
 
349
 
-
 
350
                #foreach($pendingIndent in $pendingIndentBrandMap.entrySet())
-
 
351
 
-
 
352
                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
353
                    href="#pending-$index">
-
 
354
                    <td class="expand-button"></td>
-
 
355
                    <td>$pendingIndent.getKey()</td>
-
 
356
 
-
 
357
                </tr>
-
 
358
 
-
 
359
 
-
 
360
                <tr class="hide-table-padding">
-
 
361
                    <td></td>
-
 
362
                    <td colspan="3">
-
 
363
                        <div class="collapse p-3" id="pending-$index">
-
 
364
                            <table class="table  table-advance">
-
 
365
                                <tbody>
-
 
366
                                <tr>
-
 
367
                                    <th width="36%">Item</th>
-
 
368
                                    <th>Quantity</th>
-
 
369
 
282
 
-
 
283
    ##<div class="row">
-
 
284
    ##    <div class="col-lg-12">
-
 
285
    ##        <h5> Grn Pending </h5>
-
 
286
    ##        <table class="table  table-advance" id="brand-grn">
-
 
287
    ##            <tbody>
-
 
288
    ##            <tr>
-
 
289
    ##                <th>#</th>
-
 
290
    ##                <th>Brand</th>
-
 
291
    ##
-
 
292
    ##            </tr>
-
 
293
    ##                #set($index = 0)
-
 
294
    ##
-
 
295
    ##                #foreach($grnpending in $grnPendingBrandMap.entrySet())
-
 
296
    ##
-
 
297
    ##                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
298
    ##                    href="#grn-$index">
-
 
299
    ##                    <td class="expand-button"></td>
-
 
300
    ##                    <td>$grnpending.getKey()</td>
-
 
301
    ##
-
 
302
    ##                </tr>
-
 
303
    ##
-
 
304
    ##
-
 
305
    ##                <tr class="hide-table-padding">
-
 
306
    ##                    <td></td>
-
 
307
    ##                    <td colspan="3">
-
 
308
    ##                        <div class="collapse p-3" id="grn-$index">
-
 
309
    ##                            <table class="table  table-advance">
-
 
310
    ##                                <tbody>
-
 
311
    ##                                <tr>
-
 
312
    ##                                    <th width="36%">Item</th>
-
 
313
    ##                                    <th>Quantity</th>
-
 
314
    ##
370
                                </tr>
315
    ##                                </tr>
371
 
316
    ##
372
                                    #foreach($items in $pendingIndent.getValue())
317
    ##                                    #foreach($items in $grnpending.getValue())
373
 
318
    ##
374
                                    <tr>
319
    ##                                    <tr>
375
                                        <td>$items.getItemDescription()</td>
320
    ##                                        <td>$items.getItemDescription()</td>
376
                                        <td>$items.getQty()</td>
321
    ##                                        <td>$items.getQty()</td>
377
 
322
    ##
378
                                    </tr>
323
    ##                                    </tr>
379
                                    #end
324
    ##                                    #end
380
 
325
    ##
381
 
326
    ##
382
                                </tbody>
327
    ##                                </tbody>
383
                            </table>
328
    ##                            </table>
-
 
329
    ##                        </div>
384
                        </div>
330
    ##                    </td>
-
 
331
    ##
-
 
332
    ##
385
                    </td>
333
    ##                </tr>
-
 
334
    ##                    #set($index=$index+1)
-
 
335
    ##                #end
-
 
336
    ##
-
 
337
    ##
-
 
338
    ##            </tbody>
-
 
339
    ##        </table>
-
 
340
    ##
-
 
341
    ##    </div>
-
 
342
    ##</div>
386
 
343
 
387
 
344
 
-
 
345
    ##<div class="row">
-
 
346
    ##    <div class="col-lg-12">
-
 
347
    ##        <h5> Pending Indent </h5>
-
 
348
    ##        <table class="table  table-advance" id="brand-pending">
-
 
349
    ##            <tbody>
-
 
350
    ##            <tr>
-
 
351
    ##                <th>#</th>
-
 
352
    ##                <th>Brand</th>
-
 
353
    ##
388
                </tr>
354
    ##            </tr>
-
 
355
    ##                #set($index = 0)
-
 
356
    ##
-
 
357
    ##                #foreach($pendingIndent in $pendingIndentBrandMap.entrySet())
-
 
358
    ##
-
 
359
    ##                <tr class="accordion-toggle collapsed" id="accordion1" data-toggle="collapse" data-parent="#accordion1"
-
 
360
    ##                    href="#pending-$index">
-
 
361
    ##                    <td class="expand-button"></td>
-
 
362
    ##                    <td>$pendingIndent.getKey()</td>
-
 
363
    ##
-
 
364
    ##                </tr>
-
 
365
    ##
-
 
366
    ##
-
 
367
    ##                <tr class="hide-table-padding">
-
 
368
    ##                    <td></td>
-
 
369
    ##                    <td colspan="3">
-
 
370
    ##                        <div class="collapse p-3" id="pending-$index">
-
 
371
    ##                            <table class="table  table-advance">
-
 
372
    ##                                <tbody>
-
 
373
    ##                                <tr>
-
 
374
    ##                                    <th width="36%">Item</th>
-
 
375
    ##                                    <th>Quantity</th>
-
 
376
    ##
-
 
377
    ##                                </tr>
-
 
378
    ##
-
 
379
    ##                                    #foreach($items in $pendingIndent.getValue())
-
 
380
    ##
-
 
381
    ##                                    <tr>
-
 
382
    ##                                        <td>$items.getItemDescription()</td>
-
 
383
    ##                                        <td>$items.getQty()</td>
-
 
384
    ##
-
 
385
    ##                                    </tr>
-
 
386
    ##                                    #end
-
 
387
    ##
-
 
388
    ##
-
 
389
    ##                                </tbody>
-
 
390
    ##                            </table>
-
 
391
    ##                        </div>
-
 
392
    ##                    </td>
-
 
393
    ##
-
 
394
    ##
-
 
395
    ##                </tr>
389
                    #set($index=$index+1)
396
    ##                    #set($index=$index+1)
390
                #end
397
    ##                #end
391
 
398
    ##
392
 
399
    ##
393
            </tbody>
400
    ##            </tbody>
394
        </table>
401
    ##        </table>
395
 
402
    ##
396
    </div>
403
    ##    </div>
397
</div>
404
    ##</div>
398
#end
405
#end