Subversion Repositories SmartDukaan

Rev

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

Rev 31947 Rev 31948
Line 186... Line 186...
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)
191
                                <td class="text-success"> Normal < 1</td>
191
                                <td class="text-success"> Normal < 1 ($decimalFormatter.format($createdToBillingAverage) days)</td>
192
                                #else
192
                                #else
193
                                 <td class="text-danger"> High > 1</td>
193
                                 <td class="text-danger"> High > 1 ($decimalFormatter.format($createdToBillingAverage) days)</td>
194
                                #end
194
                                #end
195
                              #else
195
                              #else
196
                                 <td>-</td>
196
                                 <td>-</td>
197
                              #end
197
                              #end
198
                                
198
                                
Line 200... Line 200...
200
                            <tr>
200
                            <tr>
201
                               <th class="details">Billing to Delivery time</th>
201
                               <th class="details">Billing to Delivery time</th>
202
                              #if($billingToDeliverAverage)
202
                              #if($billingToDeliverAverage)
203
                        
203
                        
204
                                #if($billingToDeliverAverage < 1)
204
                                #if($billingToDeliverAverage < 1)
205
                                <td class="text-success"> Normal < 1</td>
205
                                <td class="text-success"> Normal < 1 ($decimalFormatter.format($billingToDeliverAverage) days)</td>
206
                                #else
206
                                #else
207
                                 <td class="text-danger"> High > 1</td>
207
                                 <td class="text-danger"> High > 1 ($decimalFormatter.format($billingToDeliverAverage) days)</td>
208
                                #end
208
                                #end
209
                             #else
209
                             #else
210
                               <td>-</td>
210
                               <td>-</td>
211
                             
211
                             
212
                             #end
212
                             #end