| 19248 |
kshitij.so |
1 |
<div id="content">
|
|
|
2 |
<ul style="list-style: none outside none; padding-left: 0px; color: red; margin-top: 0px; margin-bottom: 0px;">
|
|
|
3 |
<li>Virtual Warehouse Id is required</li>
|
|
|
4 |
<li>Item inventory will be added to existing inventory.</li>
|
|
|
5 |
<li>Xls format is required without any formatting</li>
|
|
|
6 |
</ul>
|
|
|
7 |
<p style="font-size: 14px;">Upload Virtual Inventory Sheet:</p>
|
|
|
8 |
<form id="uploadVirtualInventory" name="fileUpload" action="" enctype="multipart/form-data" method="post">
|
|
|
9 |
<label for="filePath" style="font-size: 14px;">Path : </label>
|
|
|
10 |
<input type="file" name="file" id="file">
|
|
|
11 |
<input type="submit" value="Upload" name="upload">
|
|
|
12 |
</form>
|
|
|
13 |
<hr/>
|
|
|
14 |
</div>
|