Subversion Repositories SmartDukaan

Rev

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

Rev 6694 Rev 6783
Line 56... Line 56...
56
            <h3>Upload Inventory/Vendor-Item Mapping for Any Vendor in A-B format</h3>
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">
57
			<form id ="inventory-uploader" enctype="multipart/form-data" method="post" action="/inventory/supplier-inventory!genericUpload">
58
                <span>Select Vendor : </span>
58
                <span>Select Vendor : </span>
59
				<select name = "warehouseId">
59
				<select name = "warehouseId">
60
					#foreach($warehouse in $action.getThirdPartyWarehouses())
60
					#foreach($warehouse in $action.getThirdPartyWarehouses())
-
 
61
						#if ($warehouse.getVendor().getId() != 1)
61
						<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
62
							<option value = $warehouse.getId()>$warehouse.getDisplayName()</option>
-
 
63
						#end
62
					#end
64
					#end
63
                </select>
65
                </select>
64
				<br />
66
				<br />
65
				<span>Upload Type :</span>
67
				<span>Upload Type :</span>
66
                <input type = "radio" name = "uploadVendorItemMapping" value = "true">Item Mapping</input>
68
                <input type = "radio" name = "uploadVendorItemMapping" value = "true">Item Mapping</input>