Subversion Repositories SmartDukaan

Rev

Rev 7465 | Rev 7716 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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"))
71
            <a href="/inventory/inventory-age">Inventory Age report</a>
72
            <br />
6322 amar.kumar 73
			#end
74
			#if($action.isPermitted("inventory:read"))
75
			<a href="/inventory/scan-record">Scan Records for Item</a>
76
            <br />
6467 amar.kumar 77
			#end
6548 amar.kumar 78
			#if($action.isPermitted("inventory:read"))
7676 amar.kumar 79
			<a class = "link-requiring-warehouse-selection" href="/inventory/inventory-reader!downloadInventory">Saholic Inventory</a>
6548 amar.kumar 80
            <br />
81
			#end
6467 amar.kumar 82
			#if($action.isPermitted("purchase-return:read"))
83
			<a href="/inventory/purchase-return">Purchase Return</a>
84
            <br />
6880 amar.kumar 85
			#end
86
			#if($action.isPermitted("movement-report:read"))
87
			<a href="/inventory/movement-report">Movement Report</a>
88
            <br />
7150 amar.kumar 89
			#end
90
			#if($action.isPermitted("hotspot-indent:create"))
91
			<a href="/inventory/hotspot-indent">Create Hotspot Indent</a>
92
            <br />
7410 amar.kumar 93
			#end
94
			#if($action.isPermitted("transfer-lot:view"))
95
			<a href="/inventory/transfer-lot">Transfer-Lot</a>
96
            <br />
97
			#end
98
			#if($action.isPermitted("transfer-lot:create"))
99
			<a href="/inventory/transfer-lot/new">Create New Transfer-Lot</a>
100
            <br />
101
			#end
102
			#if($action.isPermitted("po:receive"))
103
			<a href="/inventory/transfer-lot-receive/0">Receive Inventory From Amazon</a>
104
            <br />
105
			#end
4687 mandeep.dh 106
        </div>
7410 amar.kumar 107
 
108
		<div id = "warehouse-selector-po-creation" class = "hidden" style = "text-align:center">
109
			<form>
110
    			<input type = "radio" name = "warehouse" value = "7">Mahipalpur</input>
111
    			<input type = "radio" name = "warehouse" value = "12">Goregaon</input>
112
				<input type = "radio" name = "warehouse" value = "13">Biwandi</input>
7465 amar.kumar 113
				<input type = "radio" name = "warehouse" value = "16">Mum-Amazon</input>
7410 amar.kumar 114
			</form>
115
            <input type = "button" onclick = "openPOCreationPage()" value = "Open PO Creation Dashboard"/>
116
			<label class = "warehouse-selection-error"></label>
117
		</div>
118
 
119
		<div id = "warehouse-selector-po-recieve" class = "hidden" style = "text-align:center">
120
			<form>
121
    			<input type = "radio" name = "warehouse" value = "7">Mahipalpur</input>
122
    			<input type = "radio" name = "warehouse" value = "12">Goregaon</input>
123
				<input type = "radio" name = "warehouse" value = "13">Biwandi</input>
7465 amar.kumar 124
				<input type = "radio" name = "warehouse" value = "16">Mum-Amazon</input>
7410 amar.kumar 125
			</form>
126
            <input type = "button" onclick = "showOpenPOpage()" value = "Show Open PO(s)"/>
127
			<label class = "warehouse-selection-error"></label>
128
		</div>
4687 mandeep.dh 129
    </body>
130
</html>