Organisms
Last updated
Was this helpful?
Last updated
Was this helpful?
Component used for the congratulation screen once the user has successfully entered.
Component used to list a customer's accounts.
Contains the following UI action items:
Uses the MainMenu component to send extra items to the core menu.
Account
Personal Details
This action item should implement the module. Go to to see how this functionality is linked.
Bank Account Actions
Configure Payroll
Settings
Notifications
Help
Logout: This action item should implement the module logout implementation.
Receives a card data object and handles the fetch and display of the extended information of that card, such as the available balance and the card image.
It renders the neccessary fields to create an "Scheduled Transfer" recurrent or single.
Fields:
Transfer name
Frequency: Monthly, Single
Send on: the list of days of a month from 1
to 31
First transfer date: Send now, Set date
If the transfer is Single then this field is set by default to Set date
First transfer preferred date: If the first transfer date
is Set date
then the user should specify a date.
Duration: No ending date, Number of transfers.
If the transfer is Single then this field is set by default to Numnber of transfers
Number of transfers: if the duration
is set to Number of transfers
then the user should specify the number of type Number
.
If the transfer is Single then this field is set by default to 1
List of scheduled transfers
data
RecurringTransfer[]
Array with the list of transfers obtained and stored in the redux
isLoading
boolean
Boolean that determines if transfers are being charged
loadMoreTransfer
()=>void
Function that is executed when requesting to load more data
onPressEdit
(itemTransfer: GetRecurrentTransferDetails) => void (optional)
onPressDeleteRecurrentTransfer
(itemTransfer: GetRecurrentTransferDetails) => void
Event that to eliminate the transfers, receives the transfer id as a parameter
onPressUpdateRecurrentTransfer
()=>void (optional)
Event that works to edit the data of a transfer
onRefreshList
()=>void (optional)
Method that is executed when a request is made to refresh the view
isRefreshing
boolean (optional)
Boolean that determines if a refresh of the view was requested
List of transfers that are executed in a number of days after the current date
data
RecurrentTransferJobs[]
Array with the list of transfers obtained and stored in the redux
isLoading
boolean
Boolean that determines if transfers are being charged
loadMoreTransfer
()=>void
Function that is executed when requesting to load more data
onPressCancelRecurringTransfer
(TransferId: string) => void
Form used to create a recurring transfer
updateRecurrentTransfer
(values: RecurrentTransfer) => void
Method that updates the state where the information that the user enters to schedule a transfer is stored
recurrentTransferValues
RecurrentTransfer
Object with the values that the user selects to schedule a transfer
It receives a transaction array from to render