Subversion Repositories SmartDukaan

Rev

Rev 3956 | Rev 5376 | 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>
        </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="Aramex" selected>Aramex</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>&nbsp;</td>
                                        <td><input type="submit" value="Process Settlement"/></td>
                                </tr>
            </table>
                </form>
        </body>
</html>