Subversion Repositories SmartDukaan

Rev

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

Rev 9925 Rev 10324
Line 49... Line 49...
49
        #foreach($supplierId in $action.getSuppliers().keySet())
49
        #foreach($supplierId in $action.getSuppliers().keySet())
50
            <div id="lineitems-$supplierId" class="lineitems hidden" supplierId="$supplierId">
50
            <div id="lineitems-$supplierId" class="lineitems hidden" supplierId="$supplierId">
51
                <br />
51
                <br />
52
                <form class="create-purchase-order">
52
                <form class="create-purchase-order">
53
				<label>CForm Billing Required : </label> 
53
				<label>CForm Billing Required : </label> 
54
                <input type="checkbox" name="cForm">
54
                <input type="checkbox" name="cForm" id="cForm" class="cForm-class">
55
				<label>          Shipping Warehouse : </label> 
55
				<label>          Shipping Warehouse : </label> 
56
                <select name = "shippingWarehouseId" >
56
                <select name = "shippingWarehouseId" >
57
                    <option value = "0">Select</option>
57
                    <option value = "0">Select</option>
58
					<option value = "16">Amazon-Mumbai(Bhiwandi)</option>
58
					<option value = "16">Amazon-Mumbai(Bhiwandi)</option>
59
				</select>
59
				</select>
60
				<br/>
60
				<br/>
-
 
61
				<div id="cstCostTypeDiv" class="cstCostTypeDiv-class" hidden>
-
 
62
				<label>          CST Cost Borne : </label> 
-
 
63
				<select id="cstCostType" name="cstCostType" class="cstCostType-class">
-
 
64
					<option value="vendor">Vendor</option>
-
 
65
					<option value="ours" selected="selected">Ours</option>
-
 
66
					<option value="custom">Custom</option>
-
 
67
                </select>
-
 
68
				<br/>
-
 
69
				<div id="extraCstInputs" class="extraCstInputs-class" hidden>
-
 
70
					<label>CST Borne By Us: (Between 0.00 to 2.00) </label>
-
 
71
					<input type="text" class="cstBorneByUs-class" name="cstBorneByUs" id="cstBorneByUs">
-
 
72
				</div>
-
 
73
				</div>
-
 
74
				<br>
61
                <table class="lineitems">
75
                <table class="lineitems">
62
                    <thead >
76
                    <thead >
63
                        <tr >
77
                        <tr >
64
                            <th >Item Id</th>
78
                            <th >Item Id</th>
65
                            <th >Product Name</th>
79
                            <th >Product Name</th>