Rev 7070 | Rev 20717 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>Saholic COD Reconciliation</title><link type = "text/css" href = "css/pincode.css" rel = "stylesheet"/><link type = "text/css" href = "css/colorbox.css" rel = "stylesheet"/><script type="text/javascript" src="js/jquery-1.4.2.js"></script><script type="text/javascript" src="js/jquery.colorbox-min.js"></script><script type = "text/javascript" src = "js/pincode.js"></script></head><body><h3>Saholic COD Reconciliation</h3>#set($errorMsg=$action.getErrorMsg())#if(!$errorMsg.isEmpty())<div style="color:red">$errorMsg</div>#end<form name="cod-reconciliation" action="$request.getContextPath()/cod-reconciliation/" method="post" enctype="multipart/form-data"><table><tr><td>Transferring Party:</td><td><select name="xferBy"><option value="BlueDart" selected>BlueDart</option><option value="RedExpress" selected>RedExpress</option><option value="Delhivery" selected>Delhivery</option></select></td></tr><tr><td>Transaction Id:</td><td><input name="xferTxnId" type="text"/></td></tr><tr><td>Transaction Date (dd/MM/YYYY):</td><td><input name="xferTxnDate" type="text"/></td></tr></tr><tr><td>Select File:</td><td><input type="file" name="codReport"/></td></tr><tr><td> </td><td><input type="submit" value="Process Settlement"/></td></tr></table></form><br /><br /><br /><br /><span id = "addPincodeLink" class = "link"> Add Pincode </span><br /><span id = "updatePincodeLink" class = "link"> Update/Disable Pincode </span><!-- Start:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 --><br /><span id = "multipleUpdatePincodeLink" ><a href="$request.getContextPath()/pincode/"> Multiple Pincode Updation </a></span><!-- End:- Added/Modified by Manish Sharma for Multiple Pincode Updation on 05-Jul-2013 --><div id = 'updatePincode' class = "hidden"><form id = 'updatePincodeForm'><span> Select Provider : </span><select id = 'provider' name = 'provider'><option value = '1'>BlueDart</option><option value = '6'>RedExpress</option><option value = '3'>Delhivery</option></select><br><span> Enter Pincode : </span><input type = 'text' id = 'pincode' name = 'pincode'><br><span> COD </span><input type = 'checkbox' id = 'cod' name = 'cod'><span> Prepaid </span><input type = 'checkbox' id = 'exp' name = 'exp'><span> On Time Guarantee </span><input type = 'checkbox' id = 'otg' name = 'otg'><br><br><button type = "submit">Submit</button></form></div><div id = 'addPincode' class = "hidden"><form id = 'addPincodeForm'><span> Select Provider : </span><select id = 'provider' name = 'provider'><option value = '1'>BlueDart</option><option value = '6'>RedExpress</option><option value = '3'>Delhivery</option></select><br><span> Enter Pincode : </span><input type = 'text' id = 'pincode' name = 'pincode'><br><span> Enter Dest Code : </span><input type = 'text' id = 'destCode' name = 'destCode'><br><span> COD </span><input type = 'checkbox' id = 'cod' name = 'cod'><span> Prepaid </span><input type = 'checkbox' id = 'exp' name = 'exp'><span> On Time Guarantee </span><input type = 'checkbox' id = 'otg' name = 'otg'><span> Self Station </span><input type = 'checkbox' id = 'stationType' name = 'stationType'><br><br><button type = "submit">Submit</button></form></div></body></html>