Subversion Repositories SmartDukaan

Rev

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

Rev 5437 Rev 5458
Line 21... Line 21...
21
            <br />
21
            <br />
22
            <table >
22
            <table >
23
                <thead >
23
                <thead >
24
                    <tr >
24
                    <tr >
25
                        <th >Supplier Warehouse</th>
25
                        <th >Supplier Warehouse</th>
-
 
26
                        <th >Last successful update</th>
26
                        <th ></th>
27
                        <th ></th>
27
                </thead>
28
                </thead>
28
                <tbody >
29
                <tbody >
29
                    #foreach($warehouseId in $action.getConfig().keySet())
30
                    #foreach($warehouseId in $action.getConfig().keySet())
30
                        <tr >
31
                        <tr >
31
                            <td >$action.getWarehouse($warehouseId).getDisplayName()</td>
32
                            <td >$action.getWarehouse($warehouseId).getDisplayName()</td>
-
 
33
                            <td >$action.getWarehouse($warehouseId).getVendorString()</td>
32
                            <td >
34
                            <td >
33
                                <form enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory">
35
                                <form enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory">
34
                                    <div >
36
                                    <div >
35
                                        <input type="hidden" name="warehouseId" value="$warehouseId"/>
37
                                        <input type="hidden" name="warehouseId" value="$warehouseId"/>
36
                                        <input type="radio" name="uploadVendorItemMapping" value="true"/>Item mapping
38
                                        <input type="radio" name="uploadVendorItemMapping" value="true"/>Item mapping