Subversion Repositories SmartDukaan

Rev

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

Rev 31946 Rev 31947
Line 180... Line 180...
180
                                 </div>  
180
                                 </div>  
181
            </div>
181
            </div>
182
            <div class="col">
182
            <div class="col">
183
                <div>
183
                <div>
184
                    <h6 class=" yellow p-1 m-0">Logistics</h6>
184
                    <h6 class=" yellow p-1 m-0">Logistics</h6>
185
                    <table class="table  table-sm">
185
                    <table class="table  table-sm raised">
186
                        <tbody>
186
                        <tbody>
187
                            <tr>
187
                            <tr>
188
                             <th class="details">Order to Billing time</th>
188
                             <th class="details">Order to Billing time</th>
189
                              #if($createdToBillingAverage)
189
                              #if($createdToBillingAverage)
190
                                #if($createdToBillingAverage < 1)
190
                                #if($createdToBillingAverage < 1)
Line 214... Line 214...
214
                        </tbody>
214
                        </tbody>
215
                    </table>
215
                    </table>
216
                </div>
216
                </div>
217
                <div>
217
                <div>
218
                    <h6 class=" yellow p-1 m-0">Stocking</h6>
218
                    <h6 class=" yellow p-1 m-0">Stocking</h6>
219
                    <table class="table  table-sm">
219
                    <table class="table  table-sm raised">
220
                        <tbody>
220
                        <tbody>
221
                            <tr>
221
                            <tr>
222
                                <th class="details">Stock Level</th>
222
                                <th class="details">Stock Level</th>
223
                                #if($oneFourthOfTertiary > $totalStock)
223
                                #if($oneFourthOfTertiary > $totalStock)
224
                                <td class="text-danger">Low</td>
224
                                <td class="text-danger">Low</td>
Line 249... Line 249...
249
                </div>
249
                </div>
250
 
250
 
251
 
251
 
252
                <div>
252
                <div>
253
                    <h6 class=" yellow p-1 m-0">Brands</h6>
253
                    <h6 class=" yellow p-1 m-0">Brands</h6>
254
                    <table class="table  table-sm">
254
                    <table class="table  table-sm raised">
255
                        <tbody>
255
                        <tbody>
256
                            <tr>
256
                            <tr>
257
                                <th class="details">Working Brands</th>
257
                                <th class="details">Working Brands</th>
258
                                
258
                                
259
                                
259