Subversion Repositories SmartDukaan

Rev

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

Rev 5545 Rev 6693
Line 47... Line 47...
47
                        </tr>
47
                        </tr>
48
                    #end
48
                    #end
49
                </tbody>
49
                </tbody>
50
            </table>
50
            </table>
51
        </div>
51
        </div>
-
 
52
		
-
 
53
		<br/>
-
 
54
		<br/>
-
 
55
		<div id = "generic-vendor-inventory-uploader">
-
 
56
            <h3>Upload Inventory/Vendor-Item Mapping for Any Vendor in A-B format</h3>
-
 
57
			<form id ="inventory-uploader" enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory!genericUpload">
-
 
58
                <span>Select Vendor : </span>
-
 
59
				<select name = "warehouseId">
-
 
60
					#foreach($warehouse in $action.getThirdPartyWarehouses())
-
 
61
						<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
-
 
62
					#end
-
 
63
                </select>
-
 
64
                <input type = "radio" name = "uploadVendorItemMapping" value = "true">Item Mapping</input>
-
 
65
				<input type = "radio" name = "uploadVendorItemMapping" value = "false">Inventory</input>
-
 
66
				<br />
-
 
67
                <input type = "file" name = "file"></input>
-
 
68
				<br/>
-
 
69
				<input type = "submit" value = "Upload">
-
 
70
            </form>
-
 
71
			
-
 
72
        </div>
52
    </body>
73
    </body>
53
</html>
74
</html>