For kunal
Perfect, Kunal! Below are 1–3 short bullet points for each section in your finalized User Manual Table of Contents. You can copy-paste these under your screenshots for each section in the PDF.
---
✅ User Manual Content Description (Short Points for Each Section)
---
1. Introduction
Overview of the Bank Management System functionalities.
Describes roles: Employee (manage operations) & Customer (view transactions).
Built using Angular (frontend), Spring Boot (backend), H2 Database.
---
2. Employee Registration
Employees can register with name, email, mobile, and password.
Form validation ensures all fields are correctly filled.
On success, data is saved and user is redirected to login.
---
3. Login
Both employee and customer login interfaces are available.
Secure login using email/username and password.
Incorrect login shows error and prevents access.
---
4. Customer Registration
Employees can register new customers from the dashboard.
Fields include name, age, city, account type, initial balance.
Successful registration stores customer data in the database.
---
5. Customer Management
a. Add Customer
Opens a form for entering new customer details.
Required fields are validated before submission.
Adds customer to system and updates the list view.
b. Edit Customer
Allows employees to update customer info (e.g., city, account type).
Fetches current data and lets you edit selectively.
Saves changes and updates the customer database.
c. Delete Customer
Lets employees delete customer records.
Requires confirmation before permanent removal.
Updates the UI to reflect deleted entry.
---
6. Transaction Processing
Employees can deposit or withdraw funds for any customer.
Validates balance before withdrawal.
Each transaction is logged with timestamp and type.
---
7. Customer Portal
Customers can log in using their credentials.
View transaction history with date, type (credit/debit), and balance.
Read-only access for customers, ensuring security.
---
Let me know if you want a PDF template file with these headings in place (you just need to insert your screenshots), or if you’d like me to make the full PDF for you.
Comments
Post a Comment