You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.3 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CancelReceipt.aspx.cs" Inherits="Swift.web.Remit.Transaction.Agent.ReprintReceipt.CancelReceipt" %>
  2. <%@ Import Namespace="Swift.web.Library" %>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head id="Head1" runat="server">
  6. <title> cancel Receipt</title>
  7. <base id="Base2" runat="server" target="_self" />
  8. <link href="../../../../css/style.css" rel="stylesheet" type="text/css" />
  9. <link href="../../../../css/TranStyle2.css" rel="stylesheet" type="text/css" />
  10. <script src="../../../../js/functions.js" type="text/javascript"> </script>
  11. </head>
  12. <body>
  13. <form id="form1" runat="server">
  14. <asp:ScriptManager ID="ScriptManager1" runat="server">
  15. </asp:ScriptManager>
  16. <div class="bredCrom" style="width: 90%">Cancel Receipt <asp:Label runat="server" ID="duplicate" Visible="False">[Duplicate]</asp:Label></div>
  17. <h3><span style="margin-left: 20px;"></span></h3>
  18. <span style="margin-left: 0px; background: red; font-size: 1.5em; font-weight: bold; color: White;">
  19. <%=GetStatic.GetTranNoName() %>:
  20. <asp:Label ID="controlNo" runat="server"></asp:Label>
  21. </span>
  22. <table class="panels2 tableForm" style="width: 500px;">
  23. <tr>
  24. <td class="label">Posted By:</td>
  25. <td>
  26. <asp:Label ID="postedBy" runat="server"></asp:Label>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td>Sender:</td>
  31. <td>
  32. <asp:Label ID="sender" runat="server"></asp:Label>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td>Receiver:</td>
  37. <td>
  38. <asp:Label ID="receiver" runat="server"></asp:Label>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td>Contact No:</td>
  43. <td>
  44. <asp:Label ID="rContactNo" runat="server"></asp:Label>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td>Collected Amount:</td>
  49. <td>
  50. <asp:Label ID="cAmt" runat="server"></asp:Label>
  51. [<asp:Label ID="collCurr" runat="server"></asp:Label>]
  52. </td>
  53. </tr>
  54. <tr>
  55. <td>Service Charge:</td>
  56. <td>
  57. <asp:Label ID="serviceCharge" runat="server"></asp:Label>
  58. </td>
  59. </tr>
  60. <tr>
  61. <td>Payout Amount:</td>
  62. <td>
  63. <asp:Label ID="pAmt" runat="server"></asp:Label>
  64. </td>
  65. </tr>
  66. <tr>
  67. <td>Cancellation Charge:</td>
  68. <td>
  69. <asp:Label ID="cancelCharge" runat="server"></asp:Label>
  70. </td>
  71. </tr>
  72. <tr>
  73. <td class="DisFond">Return Amount:</td>
  74. <td class="DisFond">
  75. <asp:Label ID="returnAmt" runat="server"></asp:Label>
  76. </td>
  77. </tr>
  78. <tr>
  79. <td>Send Date:</td>
  80. <td>
  81. <asp:Label ID="sendDate" runat="server"></asp:Label>
  82. </td>
  83. </tr>
  84. <tr>
  85. <td>Cancelled Date:</td>
  86. <td>
  87. <asp:Label ID="cancelDate" runat="server"></asp:Label>
  88. </td>
  89. </tr>
  90. </table>
  91. </form>
  92. </body>
  93. </html>