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.

380 lines
14 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomerSoaReceipt.aspx.cs" Inherits="Swift.web.Remit.CustomerSOA.CustomerSoaReceipt" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head runat="server">
  5. <link href="/ui/css/style.css" rel="stylesheet" />
  6. <link href="/ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  7. <link href="/ui/css/waves.min.css" type="text/css" rel="stylesheet" />
  8. <link href="/ui/css/menu.css" type="text/css" rel="stylesheet" />
  9. <link href="/ui/css/style.css" type="text/css" rel="stylesheet" />
  10. <link href="/ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  11. <link href="/js/jQuery/jquery-ui.css" rel="stylesheet" type="text/css" />
  12. <script src="/ui/js/jquery.min.js"></script>
  13. <script src="/ui/bootstrap/js/bootstrap.min.js"></script>
  14. <script src="/js/Swift_grid.js" type="text/javascript"> </script>
  15. <script src="/js/functions.js" type="text/javascript"></script>
  16. <script src="/ui/js/jquery-ui.min.js"></script>
  17. <script src="/js/swift_autocomplete.js"></script>
  18. <script src="/js/swift_calendar.js"></script>
  19. <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.mask/1.14.15/jquery.mask.min.js" type="text/javascript"></script>
  20. <script type="text/javascript">
  21. $(document).keydown(function (event) {
  22. if (event.ctrlKey == true && (event.which == '80')) { //cntrl + p
  23. window.print();
  24. event.preventDefault();
  25. }
  26. });
  27. </script>
  28. <style>
  29. header {
  30. top: 0;
  31. height: 80px;
  32. width: 100%;
  33. }
  34. footer {
  35. width: 100%;
  36. height: 100px;
  37. bottom: 0;
  38. }
  39. .header-space {
  40. height: 50px;
  41. }
  42. tr.total td {
  43. background: #808080;
  44. color: #000;
  45. font-size: 11px;
  46. font-weight: 600;
  47. }
  48. .tright {
  49. white-space: nowrap;
  50. text-align: right;
  51. }
  52. label {
  53. # font-weight: 400;
  54. }
  55. .info {
  56. text-transform: uppercase;
  57. font-weight: 600;
  58. padding: 0px;
  59. margin: 3px 0;
  60. font-size: 14px;
  61. }
  62. table {
  63. border-collapse: collapse;
  64. width: 100%;
  65. }
  66. td {
  67. border: 0;
  68. white-space: nowrap;
  69. }
  70. thead {
  71. display: table-header-group;
  72. }
  73. tfoot {
  74. display: table-footer-group;
  75. }
  76. .page-content td {
  77. padding: 5px;
  78. font-size: 13px;
  79. line-height: 15px;
  80. border: 1px solid #cccccc !important;
  81. }
  82. .page-content tr:nth-child(even) {
  83. /*background-color: #87ceeb;*/
  84. }
  85. p {
  86. margin-bottom: 0px !important;
  87. }
  88. body {
  89. margin: 0;
  90. }
  91. @media print {
  92. tr.total td {
  93. -webkit-print-color-adjust: exact;
  94. background: #808080 !important;
  95. color: #000 !important;
  96. font-size: 11px !important;
  97. font-weight: 600 !important;
  98. }
  99. .page-content tr:nth-child(even) {
  100. -webkit-print-color-adjust: exact;
  101. /*background-color: #87ceeb !important;*/
  102. }
  103. body {
  104. margin: 0;
  105. padding: 0;
  106. }
  107. table thead {
  108. /*background: #1717b2;
  109. color: white;*/
  110. }
  111. table tr:nth-child(even) {
  112. /*background-color: #87ceeb;*/
  113. }
  114. td {
  115. white-space: nowrap;
  116. line-height: normal;
  117. }
  118. header {
  119. top: 0;
  120. height: 200px;
  121. position: fixed;
  122. width: 100%;
  123. min-height: 100px;
  124. }
  125. footer {
  126. width: 100%;
  127. height: 100px;
  128. bottom: 0;
  129. position: fixed;
  130. }
  131. .header-space {
  132. height: 125px;
  133. }
  134. .footer-space {
  135. height: 100px;
  136. }
  137. .footer {
  138. display: none;
  139. }
  140. p {
  141. margin-bottom: 0px !important;
  142. font-size: 10px;
  143. }
  144. body {
  145. margin: 0;
  146. }
  147. .headerClass {
  148. -webkit-print-color-adjust: exact;
  149. /*background: #1717b2 !important;*/
  150. /*color: #fff !important;*/
  151. text-align: center;
  152. }
  153. /*.page-content .headerClass td span {
  154. -webkit-print-color-adjust: exact;
  155. color: white !important;
  156. }*/
  157. }
  158. </style>
  159. <style type="text/css">
  160. .holderDiv {
  161. margin-top: 5px;
  162. }
  163. .auto-style1 {
  164. height: 24px;
  165. }
  166. .auto-style2 {
  167. height: 30px;
  168. }
  169. .auto-style3 {
  170. width: 737px;
  171. }
  172. .auto-style4 {
  173. float: left;
  174. height: 68px;
  175. width: 354px;
  176. }
  177. </style>
  178. </head>
  179. <body>
  180. <form id="form1" runat="server">
  181. <div class="holderDiv">
  182. <header>
  183. <table>
  184. <tr>
  185. <td>
  186. <table width="100%;" border="0">
  187. <tbody>
  188. <tr>
  189. <td class="auto-style3">
  190. <div class="logo">
  191. <img src="../../Images/ime-london-logo.png" class="auto-style4" />
  192. <%-- <img style="float: left;" width="190" src="/Images/jme.png">--%>
  193. </div>
  194. </td>
  195. <td width="20%;">
  196. <h2><span class="info" style="text-align: right;">Remittance History</span></h2>
  197. </td>
  198. </tr>
  199. </tbody>
  200. </table>
  201. </td>
  202. </tr>
  203. <tr>
  204. <td>
  205. <table width="100%;">
  206. <tbody>
  207. <tr>
  208. <td width="15%;" valign="top" class="auto-style2">
  209. <p style="margin-bottom: 5px; margin-top: 10px; font-size: 14px; float: left" class="tleft">
  210. <strong>Period </strong>
  211. </p>
  212. </td>
  213. <td width="50%;" valign="top" class="auto-style2">
  214. <p style="margin-bottom: 5px; margin-top: 10px; font-size: 14px; float: left" class="tleft">
  215. : <strong id="txtperiod" runat="server"></strong>
  216. </p>
  217. </td>
  218. <td width="15%;" valign="top" class="auto-style2">
  219. <p style="margin-bottom: 5px; margin-top: 10px; text-align: left; font-size: 14px" class="tleft">
  220. <strong>Print Date </strong>
  221. </p>
  222. </td>
  223. <td width="20%;" valign="top" class="auto-style2">
  224. <p style="margin-bottom: 5px; margin-top: 10px; text-align: left; font-size: 14px" class="tleft">
  225. : <strong id="txtPrintDate" runat="server"></strong>
  226. </p>
  227. </td>
  228. </tr>
  229. <tr>
  230. <td width="15%" valign="top" class="auto-style1">
  231. <label>Name</label></td>
  232. <td width="50%" valign="top" class="auto-style1"><span class="info">: <strong class="info"><strong id="txtName" runat="server"></strong></strong></span></td>
  233. <td width="15%" valign="top" class="auto-style1">
  234. <label>Customer Id</label></td>
  235. <td width="20%" valign="top" class="auto-style1"><span class="info">: <strong class="info"><strong id="txtCustomerId" runat="server"></strong></strong></span></td>
  236. </tr>
  237. </tbody>
  238. </table>
  239. </td>
  240. </tr>
  241. </table>
  242. </header>
  243. <table>
  244. <thead>
  245. <tr>
  246. <td>
  247. <div class="header-space">&nbsp;</div>
  248. </td>
  249. </tr>
  250. </thead>
  251. <tbody>
  252. <tr>
  253. <td>
  254. <table width="100%;">
  255. <tbody>
  256. <tr>
  257. <td width="15%" valign="top">
  258. <label>Address</label></td>
  259. <td width="50%" valign="top" style="white-space: normal"><span class="info">: <strong class="info"><strong id="txtAddress" runat="server"></strong> </strong></span></td>
  260. <td width="15%" valign="top">
  261. <label>DOB</label></td>
  262. <td width="30%" valign="top"><span class="info">: <strong class="info"><strong id="txtDob" runat="server"></strong></strong></span></td>
  263. </tr>
  264. </tbody>
  265. </table>
  266. </td>
  267. </tr>
  268. <tr>
  269. <td>
  270. <table class="page-content" cellspacing='0' cellpadding='0' border-spacing='0' style="width: 100%, border:0;">
  271. <thead>
  272. <tr class="headerClass" style="text-align: center">
  273. <td>SN</td>
  274. <td>
  275. <span style="white-space: nowrap;">Date
  276. <br>
  277. </span>
  278. </td>
  279. <td>
  280. <span style="white-space: nowrap">Receiver Name<br />
  281. </span>
  282. </td>
  283. <td>
  284. <span style="white-space: nowrap">Ref Number<br />
  285. </span>
  286. </td>
  287. <td>
  288. <span style="white-space: nowrap">Transfer Type<br />
  289. </span>
  290. </td>
  291. <td>
  292. <span style="white-space: nowrap">Service Charge<br />
  293. </span>
  294. </td>
  295. <td>
  296. <span style="white-space: nowrap">Transfer Amount<br />
  297. </span>
  298. </td>
  299. <td>
  300. <span style="white-space: nowrap">Collected Amount<br />
  301. </span>
  302. </td>
  303. </tr>
  304. </thead>
  305. <tbody>
  306. <div id="rpt_grid" runat="server" class="no-margin"></div>
  307. </tbody>
  308. </table>
  309. </td>
  310. </tr>
  311. </tbody>
  312. <tfoot>
  313. <tr>
  314. <td>
  315. <div class="footer-space">&nbsp;</div>
  316. </td>
  317. </tr>
  318. </tfoot>
  319. </table>
  320. <footer>
  321. <section>
  322. <div style="display: table; width: 100%; vertical-align: middle;">
  323. <div style="display: table-cell; z-index: 1; float: left; text-align: left; width: 40%; position: relative">
  324. <p>Registration No.: 6432399, FCA Registration No.: 576127 </p>
  325. <p>HMRC Registration No.: 12663526 </p>
  326. <img style="display:none" width="50" src="/css/images/watermarkNew.png" style="position: absolute; height: 78px; width: 73px; right: 100px; z-index: -2; top: 0;" />
  327. </div>
  328. <div style="display: table-cell; float: left; text-align: right; width: 57%;">
  329. <p>IME London (Subhida UK Ltd. Company)</p>
  330. <p>Pentax House South Hill Avenue, South Harrow, London, HA2 0DU</p>
  331. <p>Tel: +4402088660307, +4407984713677</p>
  332. <p>E-mail: info@imelondon.co.uk</p>
  333. </div>
  334. <div style="display: table-cell; float: left; text-align: right; width: 3%;">
  335. </div>
  336. </div>
  337. </section>
  338. </footer>
  339. </div>
  340. </form>
  341. </body>
  342. </html>