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.

389 lines
22 KiB

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PayReceipt.aspx.cs" Inherits="Swift.web.Remit.Transaction.PayTransaction.PayReceipt" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head id="Head1" runat="server">
  5. <title>BRN Payment Receipt</title>
  6. <link href="../../../../css/style.css" rel="stylesheet" type="text/css" />
  7. <script src="../../../../js/functions.js" type="text/javascript"></script>
  8. <link href="../../../../ui/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
  9. <link href="../../../../ui/css/waves.min.css" type="text/css" rel="stylesheet" />
  10. <link href="../../../../ui/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
  11. <link href="../../../../ui/css/style.css" rel="stylesheet" />
  12. <script src="../../../../ui/js/jquery.min.js"></script>
  13. <script src="../../../../ui/js/metisMenu.min.js" type="text/javascript"></script>
  14. <script src="../../../../ui/js/jquery-ui.min.js"></script>
  15. <script type="text/javascript" src="../../../../ui/js/custom.js"></script>
  16. <style>
  17. .mainTable {
  18. width: 600px;
  19. padding: 2px;
  20. font-size: 11px;
  21. vertical-align: top;
  22. }
  23. .innerTable {
  24. width: 300px;
  25. padding: 2px;
  26. font-size: 11px;
  27. vertical-align: top;
  28. }
  29. .innerTable td {
  30. text-align: left;
  31. width: 150px;
  32. vertical-align: top;
  33. }
  34. .innerTableHeader {
  35. width: 300px;
  36. padding: 2px;
  37. }
  38. .innerTableHeader td {
  39. text-align: right;
  40. }
  41. .highlightTextLeft {
  42. font-size: 11px;
  43. xcolor: #999999;
  44. color: Black;
  45. font-weight: bold;
  46. text-transform: uppercase;
  47. vertical-align: top;
  48. margin-left: 10px;
  49. }
  50. .highlightTextRight {
  51. font-size: 11px;
  52. xcolor: #999999;
  53. color: Black;
  54. font-weight: bold;
  55. text-transform: uppercase;
  56. vertical-align: top;
  57. margin-left: 10px;
  58. text-align: right;
  59. }
  60. .AmtCss {
  61. text-transform: uppercase;
  62. font-weight: bold;
  63. margin-left: 5px;
  64. }
  65. .hrRuller {
  66. text-align: left;
  67. width: 600px;
  68. margin-left: 5px;
  69. }
  70. .fontColor {
  71. color: Red;
  72. font-weight: bold;
  73. font-size: 13px;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <form id="form1" runat="server">
  79. <div class="page-wrapper">
  80. <div class="row">
  81. <div class="col-md-12">
  82. <div class="panel">
  83. <div id="Printreceiptdetail" runat="server">
  84. <table class="mainTable">
  85. <tr>
  86. <td valign="top">
  87. <span style="float: left">
  88. <img src="../../../../ui/Images/receipt_logo.png" />
  89. </span>
  90. <div id="headMsg" runat="server" style="text-align: right; margin-top: 5px; font-size: 11px; text-align: left;"></div>
  91. </td>
  92. <td valign="top">
  93. <table class="innerTableHeader">
  94. <tr>
  95. <td>
  96. <asp:Label ID="agentName" runat="server"></asp:Label>
  97. </td>
  98. </tr>
  99. <tr>
  100. <td>
  101. <asp:Label ID="branchName" runat="server"></asp:Label>
  102. </td>
  103. </tr>
  104. <tr>
  105. <td>
  106. <label>Address:</label>
  107. <asp:Label ID="agentLocation" runat="server"></asp:Label>,
  108. <asp:Label ID="agentCountry" runat="server"></asp:Label>
  109. </td>
  110. </tr>
  111. <tr>
  112. <td>
  113. <label>Contact No: </label>
  114. <asp:Label ID="agentContact" runat="server"></asp:Label>
  115. </td>
  116. </tr>
  117. </table>
  118. </td>
  119. </tr>
  120. <tr>
  121. <td nowrap="nowrap">
  122. <div align="left" class="highlightTextLeft">
  123. <asp:Label ID="lblControlNo" runat="server">Control No.</asp:Label>:
  124. <asp:Label ID="controlNo" runat="server" CssClass="fontColor"></asp:Label>&nbsp;&nbsp;
  125. Tran No:<asp:Label ID="tranNo" runat="server" CssClass="fontColor"></asp:Label>
  126. </div>
  127. </td>
  128. <td nowrap="nowrap">
  129. <div align="right" class="highlightTextRight">
  130. Paid Date:
  131. <asp:Label ID="lblDate" CssClass="fontColor" runat="server"></asp:Label>
  132. </div>
  133. </td>
  134. </tr>
  135. <tr>
  136. <td>
  137. <table class="innerTable">
  138. <tr>
  139. <td>
  140. <label>Sender's Name: </label>
  141. </td>
  142. <td>
  143. <asp:Label ID="sName" runat="server"></asp:Label>
  144. </td>
  145. </tr>
  146. <tr>
  147. <td>
  148. <label>Address:</label></td>
  149. <td>
  150. <asp:Label ID="sAddress" runat="server"></asp:Label>
  151. &nbsp; ,
  152. <asp:Label ID="sCountry" runat="server"></asp:Label>
  153. </td>
  154. </tr>
  155. <tr>
  156. <td>
  157. <label>Contact No:</label></td>
  158. <td>
  159. <asp:Label ID="sContactNo" runat="server"></asp:Label>
  160. </td>
  161. </tr>
  162. <tr>
  163. <td>
  164. <label>Relationship with sender:</label></td>
  165. <td>
  166. <asp:Label ID="relationship" runat="server"></asp:Label>
  167. </td>
  168. </tr>
  169. <tr>
  170. <td>
  171. <label>Amount:</label></td>
  172. <td>
  173. <asp:Label ID="payoutAmt" runat="server" CssClass="fontColor"></asp:Label>
  174. <asp:Label ID="payoutCurr" runat="server" CssClass="fontColor"></asp:Label>
  175. </td>
  176. </tr>
  177. </table>
  178. </td>
  179. <td>
  180. <table class="innerTable">
  181. <tr>
  182. <td>
  183. <label>Receiver's Name:</label></td>
  184. <td>
  185. <asp:Label ID="rName" runat="server"></asp:Label>
  186. </td>
  187. </tr>
  188. <tr>
  189. <td>
  190. <label>Address:</label></td>
  191. <td>
  192. <asp:Label ID="rAddress" runat="server"></asp:Label>
  193. &nbsp;,
  194. <asp:Label ID="rCountry" runat="server"></asp:Label>
  195. </td>
  196. </tr>
  197. <tr>
  198. <td>
  199. <label>Contact No:</label></td>
  200. <td>
  201. <asp:Label ID="rContactNo" runat="server"></asp:Label>
  202. </td>
  203. </tr>
  204. <tr>
  205. <td>
  206. <label>Id Type:</label></td>
  207. <td>
  208. <asp:Label ID="rIdType" runat="server"></asp:Label>
  209. &nbsp; &nbsp; No:<asp:Label ID="rIdNo" runat="server"></asp:Label>
  210. </td>
  211. </tr>
  212. <tr>
  213. <td>
  214. <label>Mode of Payment:</label></td>
  215. <td>
  216. <asp:Label ID="modeOfPayment" runat="server"></asp:Label>
  217. </td>
  218. </tr>
  219. <div id="trChequeNo" runat="server">
  220. <tr>
  221. <td>
  222. <label>Cheque No.:</label></td>
  223. <td>
  224. <asp:Label ID="chequeNo" runat="server"></asp:Label>
  225. </td>
  226. </tr>
  227. </div>
  228. <tr>
  229. <td>
  230. <label>Status:</label></td>
  231. <td>
  232. <asp:Label ID="paystatus" runat="server" CssClass="fontColor" Text="PAID"></asp:Label>
  233. </td>
  234. </tr>
  235. </table>
  236. </td>
  237. </tr>
  238. <tr>
  239. <td colspan="2">
  240. <label>Payout amount in words: </label>
  241. <asp:Label ID="payoutAmtFigure" runat="server" CssClass="fontColor"></asp:Label>
  242. </td>
  243. </tr>
  244. <tr>
  245. <td>
  246. <label>Authorized User</label>
  247. <br />
  248. Receiver's Signature
  249. </td>
  250. <td>
  251. <div align="right">
  252. <label>
  253. <asp:Label ID="userFullName" runat="server"></asp:Label></label>
  254. </div>
  255. <div align="right">
  256. <label>_______________</label>
  257. </div>
  258. </td>
  259. </tr>
  260. <div id="bankShowHide" runat="server" visible="false">
  261. <tr>
  262. <td colspan="2">
  263. <table>
  264. <tr>
  265. <td colspan="2">
  266. <table class="innerTable">
  267. <tr>
  268. <td nowrap="nowrap" align="right">Bank: </td>
  269. <td nowrap="nowrap" align="left">
  270. <asp:Label ID="pBankName" runat="server"></asp:Label></td>
  271. <td nowrap="nowrap" align="right">Branch: </td>
  272. <td nowrap="nowrap" align="left">
  273. <asp:Label ID="pBankBranchName" runat="server"></asp:Label>
  274. </td>
  275. </tr>
  276. <tr>
  277. <td nowrap="nowrap" align="right">Account No.: </td>
  278. <td nowrap="nowrap" align="left">
  279. <asp:Label ID="accNum" runat="server"></asp:Label></td>
  280. </tr>
  281. </table>
  282. </td>
  283. </tr>
  284. </table>
  285. </td>
  286. </tr>
  287. </div>
  288. <div id="divCompliance" runat="server" visible="false">
  289. <tr>
  290. <td colspan="2">
  291. <table>
  292. <tr>
  293. <td colspan="2">
  294. <fieldset>
  295. <legend>Bank/Cheque Information</legend>
  296. <table class="innerTable">
  297. <tr id="trRBank" runat="server" visible="false">
  298. <td nowrap="nowrap" align="right">Bank Name: </td>
  299. <td nowrap="nowrap" align="left">
  300. <asp:Label ID="rBank" runat="server"
  301. Style="font-weight: 700"></asp:Label></td>
  302. <td nowrap="nowrap" align="right">Branch: </td>
  303. <td nowrap="nowrap" align="left">
  304. <asp:Label ID="rBankBranch" runat="server"
  305. Style="font-weight: 700"></asp:Label>
  306. </td>
  307. <td nowrap="nowrap" align="right">Cheque No.: </td>
  308. <td nowrap="nowrap" align="left">
  309. <asp:Label ID="rChequeNo" runat="server"
  310. Style="font-weight: 700"></asp:Label></td>
  311. </tr>
  312. <tr id="trRBank1" runat="server" visible="false">
  313. <td nowrap="nowrap" align="right">Account No.: </td>
  314. <td nowrap="nowrap" align="left">
  315. <asp:Label ID="rAccountNo" runat="server"
  316. Style="font-weight: 700"></asp:Label></td>
  317. <td nowrap="nowrap" align="right">Cheque No.: </td>
  318. <td nowrap="nowrap" align="left">
  319. <asp:Label ID="rChqNo" runat="server"
  320. Style="font-weight: 700"></asp:Label></td>
  321. </tr>
  322. </table>
  323. </fieldset>
  324. </td>
  325. </tr>
  326. </table>
  327. </td>
  328. </tr>
  329. </div>
  330. <tr>
  331. <td colspan="2"></td>
  332. </tr>
  333. </table>
  334. </div>
  335. </div>
  336. </div>
  337. </div>
  338. <div class="row">
  339. <div class="col-md-12">
  340. <div id="multreceipt" runat="server"></div>
  341. </div>
  342. </div>
  343. </div>
  344. <%--<table class="mainTable" style="margin-top:-60px; padding:-2px;">
  345. <tr>
  346. <td colspan="2">
  347. <hr class="hrRuller" />
  348. <div align="center" style="font-weight: bold;">
  349. यदि तपाइलाई भुक्तानी लिदा वा दिदा कुनै समस्या भएमा बेष्ट रेमिट नेपाल प्रा.ली को ग्राहक सेवा केन्द्रको प्रत्यक्ष<br />
  350. फोन नं ०१–४२६४७१७ अथवा ०१–४२६५८४० र टोल फ्री नं १६६० – ०१ – ९९९८८ मा सम्पर्क गर्नुहोला ।
  351. धन्यवाद ।
  352. </div>
  353. <hr class="hrRuller" />
  354. </td>
  355. </tr>
  356. </table>--%>
  357. <div>
  358. <div id="countrySpecificMsg" runat="server" class="countrySpecificMsg"></div>
  359. <div id="commonMsg" runat="server" class="commonMsg">
  360. </div>
  361. </div>
  362. <a onclick="PrintFrame();" class="btn btn-primary print noPrint"><i class="fa fa-print"></i></a>
  363. </form>
  364. <script type="text/javascript">
  365. function PrintFrame() {
  366. window.parent.mainFrame.focus();
  367. window.print();
  368. }
  369. </script>
  370. </body>
  371. </html>