Subversion Repositories SmartDukaan

Rev

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

Rev 33273 Rev 33283
Line 49... Line 49...
49
                                #set($agingModelValueMap = $agingModel.getValue())
49
                                #set($agingModelValueMap = $agingModel.getValue())
50
                                #set($counter = 0)
50
                                #set($counter = 0)
51
                                #foreach ($aging in $agingModelValueMap.entrySet())
51
                                #foreach ($aging in $agingModelValueMap.entrySet())
52
                                    #if($agingModelValueMap)
52
                                    #if($agingModelValueMap)
53
                                    <tr>
53
                                    <tr>
54
                                        <td colspan="6">
54
                                        <td colspan="7">
55
                                            <table class="table table-responsive table-bordered"
55
                                            <table class="table table-responsive table-bordered"
56
                                                   style="margin-bottom: 0;">
56
                                                   style="margin-bottom: 0;">
57
                                                <tbody>
57
                                                <tbody>
58
 
58
 
59
                                                <tr>
59
                                                <tr>
Line 104... Line 104...
104
                            Change
104
                            Change
105
                        </button>
105
                        </button>
106
                    </td>
106
                    </td>
107
                </tr>
107
                </tr>
108
                <tr>
108
                <tr>
109
                    <td colspan="6">Available Quantity :
109
                    <td colspan="7">Available Quantity :
110
                        $orderIdStockAvailabilityMap.getOrDefault($order.getId(),0)</td>
110
                        $orderIdStockAvailabilityMap.getOrDefault($order.getId(),0)</td>
111
                </tr>
111
                </tr>
112
                #end
112
                #end
113
            #end
113
            #end
114
            #if($inStockOrdersSerialized.isEmpty() && $inStockOrdersNonSerialized.isEmpty())
114
            #if($inStockOrdersSerialized.isEmpty() && $inStockOrdersNonSerialized.isEmpty())
115
            <tr>
115
            <tr>
116
                <td colspan="6"> No Order Found</td>
116
                <td colspan="7"> No Order Found</td>
117
            </tr>
117
            </tr>
118
            #end
118
            #end
119
        </tbody>
119
        </tbody>
120
    </table>
120
    </table>
121
    #if(!$inStockOrdersSerialized.isEmpty() || !$inStockOrdersNonSerialized.isEmpty())
121
    #if(!$inStockOrdersSerialized.isEmpty() || !$inStockOrdersNonSerialized.isEmpty())