Subversion Repositories SmartDukaan

Rev

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

Rev 17409 Rev 17423
Line 29... Line 29...
29
    		<a href="/inventory/purchase/new/?poId=$action.getPurchaseOrder().getId()">Start a new Purchase</a>
29
    		<a href="/inventory/purchase/new/?poId=$action.getPurchaseOrder().getId()">Start a new Purchase</a>
30
		#end
30
		#end
31
		<br>
31
		<br>
32
		<a href="/inventory/check-grn-imei">Check IMEI Status</a>
32
		<a href="/inventory/check-grn-imei">Check IMEI Status</a>
33
		<br />
33
		<br />
34
		<span id = "productLabelLink" class = "link"> Generate Product Label </span>
34
		<a class = "link-requiring-itemid-for-productlabel" href="/inventory/purchase-order!generateProductLabel">Generate Product Label</a>
35
		 <br />
35
		 <br>
36
		 <div id = 'productLabelDiv' class = "hidden">
-
 
37
			<form id = 'productLabelFrom'>
-
 
38
				<br>
-
 
39
				<span> Item Id : </span>
-
 
40
				<input type = 'text' id = 'productLabelItemId' name = 'productLabelItemId'>
-
 
41
				<br>
-
 
42
					<span>Item Number</span>
-
 
43
				<input type='text' id = 'productLabelItemNo' name = 'productLabelItemNo'><br>
-
 
44
				<br>		
-
 
45
				<button type = "submit">Submit</button>
-
 
46
            </form>
-
 
47
        </div>
-
 
48
        <br>
-
 
49
        <div >
36
        <div >
50
            <br />
37
            <br />
51
            <div class="error">#set($messages = $action.getActionErrors())
38
            <div class="error">#set($messages = $action.getActionErrors())
52
                    #if($messages && $messages.size() != 0)
39
                    #if($messages && $messages.size() != 0)
53
                        #foreach($message in $messages)
40
                        #foreach($message in $messages)