Subversion Repositories SmartDukaan

Rev

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

Rev 12531 Rev 17403
Line 26... Line 26...
26
		#if($action.getPurchaseOrder().getStatus().getValue()==1 || $action.getPurchaseOrder().getStatus().getValue()==2)
26
		#if($action.getPurchaseOrder().getStatus().getValue()==1 || $action.getPurchaseOrder().getStatus().getValue()==2)
27
    		<a href="/inventory/purchase/new/?poId=$action.getPurchaseOrder().getId()">Start a new Purchase</a>
27
    		<a href="/inventory/purchase/new/?poId=$action.getPurchaseOrder().getId()">Start a new Purchase</a>
28
		#end
28
		#end
29
		<br>
29
		<br>
30
		<a href="/inventory/check-grn-imei">Check IMEI Status</a>
30
		<a href="/inventory/check-grn-imei">Check IMEI Status</a>
-
 
31
		<span id = "productLabelLink" class = "link"> Generate Product Label </span>
-
 
32
		 <br />
-
 
33
		 <div id = 'productLabelDiv' class = "hidden">
-
 
34
			<form id = 'productLabelFrom'>
-
 
35
				<span> Item Id : </span>
-
 
36
				<input type = 'text' id = 'productLabelItemId' name = 'productLabelItemId'>
-
 
37
				<br>
-
 
38
					<span>Stock Link Feed</span>
-
 
39
				<input type='text' id = 'productLabelItemNo' name = 'productLabelItemNo'><br>
-
 
40
						
-
 
41
				<button type = "submit">Submit</button>
-
 
42
            </form>
-
 
43
        </div>
-
 
44
        <br>
31
        <div >
45
        <div >
32
            <br />
46
            <br />
33
            <div class="error">#set($messages = $action.getActionErrors())
47
            <div class="error">#set($messages = $action.getActionErrors())
34
                    #if($messages && $messages.size() != 0)
48
                    #if($messages && $messages.size() != 0)
35
                        #foreach($message in $messages)
49
                        #foreach($message in $messages)