| 4687 |
mandeep.dh |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<title>
|
|
|
5 |
Inventory and Warehouse Management
|
|
|
6 |
</title>
|
| 5110 |
mandeep.dh |
7 |
<link rel="stylesheet" href="/inventory/css/common.css" type="text/css" />
|
| 7410 |
amar.kumar |
8 |
<link rel="stylesheet" href="/inventory/css/colorbox.css" type="text/css" />
|
|
|
9 |
<script type="text/javascript" src="/inventory/js/jquery-1.4.2.js"></script>
|
|
|
10 |
<script type="text/javascript" src="/inventory/js/common.js"></script>
|
|
|
11 |
<script type="text/javascript" src="/inventory/js/jquery.colorbox-min.js"></script>
|
| 4687 |
mandeep.dh |
12 |
</head>
|
|
|
13 |
<body>
|
| 5110 |
mandeep.dh |
14 |
<div class="right">
|
|
|
15 |
<br />
|
|
|
16 |
<a href="/inventory/change-password.html">
|
|
|
17 |
Change Password
|
|
|
18 |
</a>
|
|
|
19 |
<br />
|
|
|
20 |
<a href="/inventory/login!logout">
|
|
|
21 |
Logout
|
|
|
22 |
</a>
|
|
|
23 |
</div>
|
| 4687 |
mandeep.dh |
24 |
<div >
|
|
|
25 |
<h1 >Welcome to Saholic Inventory and Warehouse Management System</h1>
|
| 4754 |
mandeep.dh |
26 |
#if($action.isPermitted("po:create"))
|
| 7410 |
amar.kumar |
27 |
<a href="/inventory/purchase-order/new" onclick="selectWarehouseForPOCreation()">Create new PO</a>
|
| 4687 |
mandeep.dh |
28 |
<br />
|
| 4754 |
mandeep.dh |
29 |
#end
|
|
|
30 |
#if($action.isPermitted("po:amend"))
|
|
|
31 |
<a href="/inventory/purchase-order">Amend existing PO</a>
|
| 4687 |
mandeep.dh |
32 |
<br />
|
| 4754 |
mandeep.dh |
33 |
#end
|
| 5443 |
mandeep.dh |
34 |
#if($action.isPermitted("invoice:read"))
|
|
|
35 |
<a href="/inventory/invoice">Invoices</a>
|
|
|
36 |
<br />
|
|
|
37 |
#end
|
|
|
38 |
#if($action.isPermitted("invoice:receive"))
|
|
|
39 |
<a href="/inventory/invoice/new">Receive new Invoice</a>
|
|
|
40 |
<br />
|
|
|
41 |
#end
|
| 4754 |
mandeep.dh |
42 |
#if($action.isPermitted("po:receive"))
|
| 7410 |
amar.kumar |
43 |
<a href="/inventory/purchase-order" onclick="selectWarehouseForListingPO()">Receive unfulfilled PO</a>
|
| 4687 |
mandeep.dh |
44 |
<br />
|
| 5185 |
mandeep.dh |
45 |
<a href="/inventory/doa-in">DOA items in warehouses</a>
|
|
|
46 |
<br />
|
|
|
47 |
<a href="/inventory/doa-out">DOA items awaiting replacement</a>
|
|
|
48 |
<br />
|
| 4754 |
mandeep.dh |
49 |
#end
|
|
|
50 |
#if($action.isPermitted("inventory:read"))
|
| 4687 |
mandeep.dh |
51 |
<a href="/inventory/current-inventory">Current inventory in warehouses</a>
|
| 5110 |
mandeep.dh |
52 |
<br />
|
| 4754 |
mandeep.dh |
53 |
#end
|
| 5110 |
mandeep.dh |
54 |
#if($action.isPermitted("inventory:ignoreditemmapping:read"))
|
|
|
55 |
<a href="/inventory/ignored-item-mapping">Ignored Vendor Item key mismatches</a>
|
| 5372 |
mandeep.dh |
56 |
<br />
|
| 5110 |
mandeep.dh |
57 |
#end
|
| 5437 |
mandeep.dh |
58 |
#if($action.isPermitted("supplier-inventory:edit"))
|
|
|
59 |
<a href="/inventory/supplier-inventory">Supplier Inventory</a>
|
| 5443 |
mandeep.dh |
60 |
<br />
|
| 5591 |
mandeep.dh |
61 |
#end
|
| 5372 |
mandeep.dh |
62 |
#if($action.isPermitted("accounting-reports:read"))
|
|
|
63 |
<a href="/inventory/accounting-reports">Accounting Reports</a>
|
| 5591 |
mandeep.dh |
64 |
<br />
|
| 5372 |
mandeep.dh |
65 |
#end
|
| 5591 |
mandeep.dh |
66 |
#if($action.isPermitted("supplier:read"))
|
|
|
67 |
<a href="/inventory/supplier">Suppliers</a>
|
|
|
68 |
<br />
|
|
|
69 |
#end
|
| 5711 |
mandeep.dh |
70 |
#if($action.isPermitted("inventory-age:read"))
|
| 10689 |
manish.sha |
71 |
<a href="/inventory/inventory-age">Total Inventory Age report</a>
|
| 5711 |
mandeep.dh |
72 |
<br />
|
| 6322 |
amar.kumar |
73 |
#end
|
| 10689 |
manish.sha |
74 |
#if($action.isPermitted("inventory-age:read"))
|
|
|
75 |
<a href="/inventory/inventory-age!downloadSaholicInventoryAge">Saholic Inventory Age report</a>
|
|
|
76 |
<br />
|
|
|
77 |
#end
|
|
|
78 |
#if($action.isPermitted("inventory-age:read"))
|
|
|
79 |
<a href="/inventory/inventory-age!downloadAmazonInventoryAge">Third Party Inventory Age report</a>
|
|
|
80 |
<br />
|
|
|
81 |
#end
|
| 6322 |
amar.kumar |
82 |
#if($action.isPermitted("inventory:read"))
|
|
|
83 |
<a href="/inventory/scan-record">Scan Records for Item</a>
|
|
|
84 |
<br />
|
| 6467 |
amar.kumar |
85 |
#end
|
| 6548 |
amar.kumar |
86 |
#if($action.isPermitted("inventory:read"))
|
| 7676 |
amar.kumar |
87 |
<a class = "link-requiring-warehouse-selection" href="/inventory/inventory-reader!downloadInventory">Saholic Inventory</a>
|
| 6548 |
amar.kumar |
88 |
<br />
|
|
|
89 |
#end
|
| 6467 |
amar.kumar |
90 |
#if($action.isPermitted("purchase-return:read"))
|
|
|
91 |
<a href="/inventory/purchase-return">Purchase Return</a>
|
|
|
92 |
<br />
|
| 6880 |
amar.kumar |
93 |
#end
|
|
|
94 |
#if($action.isPermitted("movement-report:read"))
|
|
|
95 |
<a href="/inventory/movement-report">Movement Report</a>
|
|
|
96 |
<br />
|
| 7150 |
amar.kumar |
97 |
#end
|
|
|
98 |
#if($action.isPermitted("hotspot-indent:create"))
|
|
|
99 |
<a href="/inventory/hotspot-indent">Create Hotspot Indent</a>
|
|
|
100 |
<br />
|
| 7410 |
amar.kumar |
101 |
#end
|
|
|
102 |
#if($action.isPermitted("transfer-lot:view"))
|
|
|
103 |
<a href="/inventory/transfer-lot">Transfer-Lot</a>
|
|
|
104 |
<br />
|
|
|
105 |
#end
|
|
|
106 |
#if($action.isPermitted("transfer-lot:create"))
|
|
|
107 |
<a href="/inventory/transfer-lot/new">Create New Transfer-Lot</a>
|
|
|
108 |
<br />
|
|
|
109 |
#end
|
|
|
110 |
#if($action.isPermitted("po:receive"))
|
| 7716 |
amar.kumar |
111 |
<a href="/inventory/transfer-lot-receive/">Receive Inventory From Amazon</a>
|
| 7410 |
amar.kumar |
112 |
<br />
|
|
|
113 |
#end
|
| 9446 |
manish.sha |
114 |
#if($action.isPermitted("feeds:send"))
|
|
|
115 |
<a href="/inventory/product-feeds">Product Feeds Submission</a>
|
|
|
116 |
<br />
|
|
|
117 |
#end
|
| 18041 |
manish.sha |
118 |
#if($action.isPermitted("order:changewh"))
|
|
|
119 |
<a class="warehousechangeprocess" href="#">Change Warehouse for Orders</a>
|
|
|
120 |
<div id="warehousechangeprocess" hidden>Orders Warehouse Change Process Have been started</div>
|
|
|
121 |
<br />
|
|
|
122 |
#end
|
| 18510 |
manish.sha |
123 |
#if($action.isPermitted("po:pendingPo"))
|
|
|
124 |
<a class="pendingPoReport" href="#">Pending Purchase Order Report</a>
|
|
|
125 |
<div id="pendingPoReport" hidden>Pending Purchase Order Report Process Have been started</div>
|
|
|
126 |
<br />
|
|
|
127 |
#end
|
| 23069 |
amit.gupta |
128 |
#if($action.isPermitted("pricedrop:create"))
|
| 23070 |
amit.gupta |
129 |
<a class="pendingPoReport" href="/inventory/price-drop">Price Drop</a>
|
| 23069 |
amit.gupta |
130 |
<br />
|
|
|
131 |
#end
|
| 4687 |
mandeep.dh |
132 |
</div>
|
| 7410 |
amar.kumar |
133 |
|
|
|
134 |
<div id = "warehouse-selector-po-creation" class = "hidden" style = "text-align:center">
|
|
|
135 |
<form>
|
| 25493 |
amit.gupta |
136 |
<input type = "radio" name = "warehouse" value = "7573">DL-NSSPL/Delhi</input><br>
|
| 32312 |
amit.gupta |
137 |
<input type = "radio" name = "warehouse" value = "7720">DL-NSSPL/Delhi-HR</input><br>
|
|
|
138 |
<input type = "radio" name = "warehouse" value = "9514">DL-NSSPL/Delhi-Noida</input><br>
|
| 32862 |
amit.gupta |
139 |
<input type = "radio" name = "warehouse" value = "9213">DL-NSSPL/Delhi-UK</input><br>
|
| 33389 |
amit.gupta |
140 |
<input type = "radio" name = "warehouse" value = "10010">DL-NSSPL/Delhi-PB</input><br>
|
| 32312 |
amit.gupta |
141 |
<input type = "radio" name = "warehouse" value = "8468">UP-NSSPL/Lucknow</input><br>
|
|
|
142 |
<input type = "radio" name = "warehouse" value = "9349">UP-NSSPL/Sahranpur</input><br>
|
|
|
143 |
<input type = "radio" name = "warehouse" value = "9513">UP-NSSPL/Bareilly</input>
|
| 25493 |
amit.gupta |
144 |
<input type = "radio" name = "warehouse" value = "7678">UP-NSSPL/Noida</input><br>
|
|
|
145 |
<input type = "radio" name = "warehouse" value = "7681">HR-NSSPL/Gurgaon</input><br>
|
| 28609 |
amit.gupta |
146 |
<input type = "radio" name = "warehouse" value = "8889">PB-NSSPL/Ludhiana</input><br>
|
| 31125 |
amit.gupta |
147 |
<input type = "radio" name = "warehouse" value = "8947">RJ-NSSPL/Jaipur</input><br>
|
|
|
148 |
<input type = "radio" name = "warehouse" value = "9203">UK-NSSPL/Dehradun</input><br>
|
| 32168 |
amit.gupta |
149 |
<input type = "radio" name = "warehouse" value = "9470">UK-NSSPL/Rudrapur</input>
|
| 7410 |
amar.kumar |
150 |
</form>
|
|
|
151 |
<input type = "button" onclick = "openPOCreationPage()" value = "Open PO Creation Dashboard"/>
|
|
|
152 |
<label class = "warehouse-selection-error"></label>
|
|
|
153 |
</div>
|
|
|
154 |
|
|
|
155 |
<div id = "warehouse-selector-po-recieve" class = "hidden" style = "text-align:center">
|
|
|
156 |
<form>
|
| 21846 |
amit.gupta |
157 |
<input type = "radio" name = "warehouse" value = "7573">DL-NSSPL/Delhi</input><br>
|
| 32312 |
amit.gupta |
158 |
<input type = "radio" name = "warehouse" value = "7720">DL-NSSPL/Delhi-HR</input><br>
|
| 32316 |
amit.gupta |
159 |
<input type = "radio" name = "warehouse" value = "9514">DL-NSSPL/Delhi-Noida</input><br>
|
| 32862 |
amit.gupta |
160 |
<input type = "radio" name = "warehouse" value = "9213">DL-NSSPL/Delhi-UK</input><br>
|
| 33389 |
amit.gupta |
161 |
<input type = "radio" name = "warehouse" value = "10010">DL-NSSPL/Delhi-PB</input><br>
|
| 32312 |
amit.gupta |
162 |
<input type = "radio" name = "warehouse" value = "8468">UP-NSSPL/LCK</input><br>
|
|
|
163 |
<input type = "radio" name = "warehouse" value = "9349">UP-NSSPL/Saharanpur</input><br>
|
| 32316 |
amit.gupta |
164 |
<input type = "radio" name = "warehouse" value = "9513">UP-NSSPL/Bareilly</input><br>
|
| 23926 |
amit.gupta |
165 |
<input type = "radio" name = "warehouse" value = "7678">UP-NSSPL/Noida</input><br>
|
| 23030 |
amit.gupta |
166 |
<input type = "radio" name = "warehouse" value = "7681">HR-NSSPL/Gurgaon</input><br>
|
| 28609 |
amit.gupta |
167 |
<input type = "radio" name = "warehouse" value = "8889">PB-NSSPL/Ludhiana</input><br>
|
| 31125 |
amit.gupta |
168 |
<input type = "radio" name = "warehouse" value = "8947">RJ-NSSPL/Jaipur</input><br>
|
|
|
169 |
<input type = "radio" name = "warehouse" value = "9203">UK-NSSPL/Dehradun</input><br>
|
| 32168 |
amit.gupta |
170 |
<input type = "radio" name = "warehouse" value = "9470">UK-NSSPL/Rudrapur</input>
|
| 32312 |
amit.gupta |
171 |
|
| 7410 |
amar.kumar |
172 |
</form>
|
|
|
173 |
<input type = "button" onclick = "showOpenPOpage()" value = "Show Open PO(s)"/>
|
|
|
174 |
<label class = "warehouse-selection-error"></label>
|
|
|
175 |
</div>
|
| 4687 |
mandeep.dh |
176 |
</body>
|
|
|
177 |
</html>
|