Subversion Repositories SmartDukaan

Rev

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

Rev 31281 Rev 31286
Line 109... Line 109...
109
                    #end
109
                    #end
110
 
110
 
111
                </tbody>
111
                </tbody>
112
                <tfoot>
112
                <tfoot>
113
                <tr>
113
                <tr>
114
                    <td>Total</td>
114
                    <th>Total</th>
115
                    <td>-</td>
115
                    <th>-</th>
116
                    <td id="purchase-total" class="currency"></td>
116
                    <th id="purchase-total"></th>
117
 
117
 
118
                    <td>-</td>
118
                    <th>-</th>
119
                    <td id="sale-total" class="currency"></td>
119
                    <th id="sale-total"></th>
120
                    <td id="pending-total" class="currency"></td>
120
                    <th id="pending-total"></th>
121
 
121
 
122
                    <td id="sum-total" class="currency"></td>
122
                    <th id="sum-total"></th>
123
 
123
 
124
                </tr>
124
                </tr>
125
                </tfoot>
125
                </tfoot>
126
 
126
 
127
 
127