From 5d7d5178b595ca486cd6037d006dc1a587c1f2bc Mon Sep 17 00:00:00 2001 From: Juan Rozo Date: Wed, 7 Aug 2024 19:43:54 -0500 Subject: [PATCH] feat: Add beneficiary info page and remitter details component This commit adds a new beneficiary info page and a remitter details component. The beneficiary info page allows users to enter personal information for a beneficiary, while the remitter details component displays the details of the remitter. These changes are part of the ongoing development of the add remitter feature. --- .../remit-declaration/page.tsx | 30 +++++++++++++++++++ .../DocumentstoUpload/DocumentstoUpload.tsx | 29 ++++++++++++++++-- components/Button/Button.tsx | 13 ++++---- components/Switch/Switch.tsx | 22 ++++++++++++++ components/UploadFile/UploadFile.tsx | 24 +++++++++++++++ public/images/infoIcon.svg | 3 ++ 6 files changed, 112 insertions(+), 9 deletions(-) create mode 100644 app/transaction-details/remit-declaration/page.tsx create mode 100644 components/Switch/Switch.tsx create mode 100644 components/UploadFile/UploadFile.tsx create mode 100644 public/images/infoIcon.svg diff --git a/app/transaction-details/remit-declaration/page.tsx b/app/transaction-details/remit-declaration/page.tsx new file mode 100644 index 000000000..a42385792 --- /dev/null +++ b/app/transaction-details/remit-declaration/page.tsx @@ -0,0 +1,30 @@ +'use client' + +import { Button } from "components/Button/Button"; +import { Input } from "components/Input/Input"; +import Select from "components/Select/Select"; +import Switch from "components/Switch/Switch"; +import { useRouter } from "next/navigation"; + +export default function RemitDeclaration() { + const router = useRouter() + return ( +
+
+

Remit declaration

+

This is required by RBI for remittance regulation purpose Know more about yearly limitation

+

Total remittance processed by you with “MyBeacon Services Inc” this financial year (Apr 2024 - Mar 2025) ?

+ +
+

Have you processed any remittance this year through other financial institutions (Apr 2024 - Mar 2025)

+ +
+ +
+