Subversion Repositories SmartDukaan

Rev

Rev 23809 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23809 Rev 23812
Line 45... Line 45...
45
		<option value="0">0%</option>
45
		<option value="0">0%</option>
46
		<option value="1">1%</option>
46
		<option value="1">1%</option>
47
	</select>
47
	</select>
48
	<label for="transactionType">Transaction Type</label>
48
	<label for="transactionType">Transaction Type</label>
49
	<select name="transactionType">
49
	<select name="transactionType">
50
		<option value="ADVANCE">Advance</option>
50
		<option value="ADVANCE_AMOUNT">Advance</option>
51
		<option value="ADVANCE_REVERSAL">Advance Reversal</option>
51
		<option value="ADVANCE_REVERSAL">Advance Reversal</option>
52
	</select>
52
	</select>
53
	<label for="description">Short Description:</label>
53
	<label for="description">Short Description:</label>
54
	<input id="shortDescription" name="description" />
54
	<input id="shortDescription" name="description" />
55
	<button type="submit" style="margin:5px;">Submit</button>
55
	<button type="submit" style="margin:5px;">Submit</button>