A bank account is a financial account maintained by a bank for a customer. A bank account can be a deposit account, a credit card account, a current account, or any other type of account offered by a financial institution, and represents the funds that a customer has entrusted to the financial institution and from which the customer can make withdrawals.
1. You need to add these files to make it work.
<script src="bank-account.js"></script>
<link rel="stylesheet" type="text/css" href="single-page.css">
2. Features you can perform in Accounts List.
- Add new Account
- View Account Details
- Search Account
- Edit and Delete Account
Refer following links for detailed documentation, configuration options, methods and examples:
Type | URL |
---|---|
Classic Account Details | https://demos.pixinvent.com/modern-html-admin-template/html/ltr/bank-menu-template/bank-accounts.html |
Material Account Details | https://demos.pixinvent.com/modern-html-admin-template/html/ltr/material-bank-menu-template/bank-accounts.html |
Classic Add New Account | https://demos.pixinvent.com/modern-html-admin-template/html/ltr/bank-menu-template/bank-add-account.html |
Material Add New Account | https://demos.pixinvent.com/modern-html-admin-template/html/ltr/material-bank-menu-template/bank-add-account.html |
A bank card is typically a plastic card issued by a bank to its clients that performs one or more of a number of services that relate to giving the client access to funds, either from the client's own bank account, or through a credit account. It can also be a smart card.
1. You need to add these files to make it work.
<script src="cards.js"></script>
<link rel="stylesheet" type="text/css" href="single-page.css">
2. Features you can perform in Cards List.
- View Card Transactions
- Delete Card Transactions
- Add New Card
- Search Card Transactions
Refer following links for detailed documentation, configuration options, methods and examples:
A payment is the trade of value from one party (such as a person or company) to another for goods, or services, or to fulfill a legal obligation
1. You need to add these pages to make it work.
<script src="payment.js"></script>
<link rel="stylesheet" type="text/css" href="single-page.css">
2. Features you can perform in Payments List.
- View Pending Transactions
- View Completed Transactions
- Delete Transactions
- Add New Payment
- Transfer Payments to other account
Refer following links for detailed documentation, configuration options, methods and examples:
A loan is the lending of money by one or more individuals, organizations, or other entities to other individuals, organizations etc.
1. You need to add these pages to make it work.
<script src="bank-account.js"></script>
<link rel="stylesheet" type="text/css" href="single-page.css">
2. Features you can perform in Payments List.
- View Loan Transactions
- Delete Loan Transactions
- Add New Loan Account
- Add New Payment
Refer following links for detailed documentation, configuration options, methods and examples: