Subversion Repositories SmartDukaan

Rev

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

Rev 11351 Rev 11801
Line 33... Line 33...
33
		<span style="color:red">
33
		<span style="color:red">
34
			$action.getErrorMessage()
34
			$action.getErrorMessage()
35
		</span>
35
		</span>
36
		
36
		
37
		<br>
37
		<br>
38
		<a href="/inventory/bulk-purchase/!create?poId=$action.getPoId()&warehouseId=$action.getWarehouseId()&invoiceNumber=$action.getInvoiceNumber()&freightCharges=$action.getFreightCharges()">Start Bulk Purchase</a>
38
		<a href="/inventory/bulk-purchase/!create?poId=$action.getPoId()&warehouseId=$action.getWarehouseId()&invoiceNumber=$action.getInvoiceNumber()&freightCharges=$action.getFreightCharges()&purchaseComments=$action.getPurchaseComments()">Start Bulk Purchase</a>
39
		<br>
39
		<br>
40
		
40
		
41
 
41
 
42
		<form id="scanItem" name="newPurchase" action="/inventory/purchase/$action.getId()" method="post">
42
		<form id="scanItem" name="newPurchase" action="/inventory/purchase/$action.getId()" method="post" >
43
			<input type="hidden" name="poId" value="$action.getPoId()"/>
43
			<input type="hidden" name="poId" value="$action.getPoId()"/>
44
			#if($action.getTransferLotId())
44
			#if($action.getTransferLotId())
45
				<input type="hidden" name="transferLotId" value="$action.getTransferLotId()"/>
45
				<input type="hidden" name="transferLotId" value="$action.getTransferLotId()"/>
46
			#end
46
			#end
47
			<input type="hidden" name="invoiceNumber" value="$action.getInvoiceNumber()"/>
47
			<input type="hidden" name="invoiceNumber" value="$action.getInvoiceNumber()"/>
48
			<input type="hidden" name="freightCharges" value="$action.getFreightCharges()"/>
48
			<input type="hidden" name="freightCharges" value="$action.getFreightCharges()"/>
-
 
49
			<input type="hidden" name="purchaseComments" value="$action.getPurchaseComments()"/>
49
			<input type="hidden" name="_method" value="put"/>
50
			<input type="hidden" name="_method" value="put"/>
50
            <a href="/inventory/purchase!itemNumberMappingEditNew?id=0" target="_blank">Create item number mapping</a>
51
            <a href="/inventory/purchase!itemNumberMappingEditNew?id=0" target="_blank">Create item number mapping</a>
51
			
52
			
52
			##if ($action.isTransferAllowedFromWarehouse($action.getWarehouseId()))
53
			##if ($action.isTransferAllowedFromWarehouse($action.getWarehouseId()))
53
			<div id = "item-transfer-warehouse-selector">
54
			<div id = "item-transfer-warehouse-selector">