Online Banking System .Net Project Abstract, Report and Source Code

ABSTRACT

Online Banking is one of the most important financial activities which will be carried out by any person who holds a bank account. There are various activities that can be carried out once you log in to your bank account. Once a user logs in he or she can check the bank balance, check bank account transaction history or account summary, add beneficiary accounts, transfer funds to another account, download account summary. Whenever we deal with a banking system main concern should be the security related to banking transactions and account login activity.

Existing System:

The Online Banking System as of now deals with a single sign-in log on and it will not be secure as expected. If a customer logs on from an unknown system outside the usual access device there are chances that it can be hacked easily and this might end up with a lot of issues. There are chances that if the user forgets the password and supposedly changes it and writes down the same somewhere and forgets to erase it or scramble it, there are chances that anyone can misuse the login.

Proposed System:

Once a customer logs in he or she has to generate a transaction password for online banking transactions. It will be an additional password apart from the login username and password credentials. The third security system can be provided by adding a graphical password generator which needs to be punched in before confirming an online transaction. This will involve password strength meter also.

Authentication is an activity of linking an independent or an individual process on the basis of username and password which basically consists of characters, numbers, alphanumeric values, special characters etc. Most of the authentications are complex, though they seem to be boring to the users and are very hard to remember. Every one of us, use the simple textual passwords which can be easily guessed by the attacker.

Let us try a New methodology to improve the authentication process using graphical password generation by making the user selects his/her own set of password as a series of clicks on the image which we will store it as a pattern and for each click the strength of the password is calculated and can be used to classify the password as Low/Medium/High .

Our Online Banking approach will be a click-based graphical passwords authentication system that works by having the user select from images, in a specific order, presented in a graphical user interface (GUI). For this reason, the graphical-password approach is sometimes called graphical user authentication (GUA).

A graphical password is easier than a text-based password for most people to remember. Suppose an 8-character password is necessary to gain entry into a particular computer network. Instead of w8KiJ72c, for example, a user might select images of the earth (from among a screen full of real and fictitious planets), the country of France (from a map of the world), the city of Nice (from a map of France), a white stucco house with arched doorways and red tiles on the roof, a green plastic cooler with a white lid, a package of Gouda cheese, a bottle of grape juice, and a pink paper cup with little green stars around its upper edge and three red bands around the middle.

Administrator Sequence diagram
User Sequence diagram

Approach:

We will implement the strength indicator in a web environment using Html, CSS, Javascript, and Java to run my application. Like unlocking methodologies currently present in Smartphones, graphical passwords may act as a next-generation locking mechanism in which my design of the graphical password strength meter can be induced to suggest the strength of the graphical password which is being set.

In our assumption, we have noted the following two points:

1. The segment size of specific smaller objects (like the eyeballs of a selfie) is small which gives any attacker a clue on where the click might be.

2. The segment size of large spaces in the image (like the sky in the background) gives minimal clue on where the click mostly be.

3. Every pixel in the image belongs to a segment, so choosing a pixel anywhere in the image can give strength to the password.

Based on these two points we will give less weight to smaller/specific objects and more weight to larger objects.

Output Screenshot

Number of Modules:

We will go with below modules:

1. Customer
2. Registration module
3. Security and Authentication
4. Accounts summary
5. Transfer Funds
6. Profile
7. Admin

Specification requirements:

Software requirements:

● Front End : HTML, Css, Javascript
● Data Base : SQL Server 2005 / MySQL
● Technology : Java and Framework

Hardware Requirements:

● Hard disk : 80GB Min.
● RAM : 2 GB Min. & Above
● Processor : Intel Pentium-IV and above

Online Flight Reservation System .Net Project Report

Existing System

An extensive study of the existing Online Flight Reservation System was carried out. There is an existing flight booking system available in branch. The system is run manually by the database. It is difficult to run efficiently by manpower, and difficult to respond every user within a short period. Thus we came to know the essential need to make its web application.

Drawbacks of Existing System:

  • It is difficult to run efficiently by man power.
  • The system is run manually by the database.
  • It is difficult to respond every user within a short period.
  • The danger of losing the information in some cases.
  • The problem of maintaining the information of registered users.

Proposed System

The airline reservation system makes finding information about any ticket quick and easier, booking any ticket with a click of a mouse, also cancellation of ticket. It also maintains a record of regular passengers, their names, addresses, tickets issued, date of return, etc.

Advantages of Proposed System

  • No possibility of the missing database.
  • The request will help users to ask for new bookings.
  • All the information about the users and bookings can be maintained in an effective and efficient manner.
  • Saves a lot of time in searching, requesting and issuing.
  • The system contains all the up-to-date information and stores information.

Module List

The Online Flight Reservation System can be differentiated into the following modules which are closely integrated together.

Admin:

This module provides all the information of agent, passengers and flight details. He has the privileges add the agent, add the flight details, edit the flight details, delete the flight details, maintain the bookings, delete tickets according to the request of the customer.

Agent

This module provides all the information regarding flights.i.e Arrival and departure time of flights. Each agent has some group of airlines associated with him. He has to maintain all the details about the flights and bookings. He can add flight details, delete flight details, edit flight details, view the flight details and maintain the bookings.

User

In this module, User registers and can book the ticket for the desired flight and can even cancel his ticket.He can change his password. Send requests for booking and cancellation. View the flight details to book or cancel the tickets.

LIST OF Output Screens Pages:

  • Home Page
  • Login Page
  • Admin Login Page
  • Admin Home Page
  • Admin Profile
  • Admin View Profile
  • Output of Admin View Profile
  • Admin Change Password
  • Output of Admin Change Password
  • Admin Flight
  • Admin Add Flight
  • Output of Admin Add Flight
  • Admin Edit Flight
  • View of Admin Edit Flight
  • Output of Admin Edit Flight
  • Admin View Flight
  • Outputs of Admin View Flight
  • Delete Admin Flight
  • Output of Delete Admin Flight
  • Admin Agent Page
  • Admin Add Agent
  • Output of Admin Add Agent
  • Admin View Agent
  • Outputs of Admin View Agent
  • Admin View Agent Flight
  • Output of Admin View Agent Flight
  • Delete Admin Agent
  • Output of Delete Admin Agent
  • Admin Customer
  • Admin View Customer
  • Outputs of Admin View Customer
  • Admin Booking
  • Output of Admin View Booking
  • Output of View Cancellation
  • Admin Ticket Cancellation
  • the output of Admin Ticket Cancellation
  • Admin Logout Page
  • Agent Login Page
  • Agent Home Page
  • Agent Profile
  • Agent View profile
  • Outputs of Agent View Profile
  • Agent Change password
  • Output of Agent Change Password
  • Add Agent Flight
  • Output of Add Agent Flight
  • Agent View Flight
  • Outputs of Agent View Flight
  • Agent Edit Flight
  • View of Edit Agent Flight
  • Output of Edit Agent Flight
  • Delete Agent Flight
  • Output of Delete Agent Flight
  • Agent Booking
  • Output of Agent View Booking
  • Agent Logout Page
  • Customer Login Page
  • Customer Home Page
  • Customer Profile
  • Customer View Profile
  • Output of Customer View Profile
  • Customer Change Password
  • Output of Customer Change Password
  • Customer Booking
  • Customer Search for Flight
  • Output of Customer Search for Flight
  • Customer Ticket Details
  • Customer View Ticket
  • Output of Customer View Ticket
  • Customer Ticket Cancellation
  • Output of Customer Ticket Cancellation
  • Customer Logout Page
  • Customer Register Page
  • Output of Customer Register Page
  • About Us Page
  • Contact Us Page

Asset Management System .Net Project Report

OVERVIEW:

This project aims at creating an Asset Management System, which can be used to maintenance, the machineries, shares, project assets, insurances. The Administrator of the system can create an Item for sale providing the item name, description, an image of the item, minimum bid prize and insurance etc.

Sequence Diagram

PROJECT MODULES

  • Administrator
  • Users

MODULE DESCRIPTION

Name of the module-1: Administrator

Description: This module Administrator maintains the industry information.

Sub modules:

  • Project Asset.

Machinery Asset: Admin Add machine category and Add machines, machine name, machine description, cost, no of  items, machine insurances, Damaged Machinery information,  Display information of machineries.

Shares: This module contains Partner details, if partner involves in other business that business details partner business type, percentage and profit of in business displays, share percentage in Company, partner information.                      

Project assets:  This module consists Project details, required Configuration about projects, Profit details, Display   Project details.

Output Screen

Insurance: This module describes about Company details and Issuing of insurances.

Name of the module-2: USERS

Description: This module user only view the industry information.

Partner Information: User can view the partner information.

Machinery Information: Available information on machineries.

Project Details: Includes details of project like investments and profits. 

Insurance: Includes company details and insurance for goods.

PowerBuilder Online & Offline Training

We provide Power builder online training and  offline training for students and employees.  We cover all power builder topics which are listed below.  Our tutor is expert in power builder who has 10 years experience in MNC company who is working 0n real time projects.

Introduction to PowerBuilder

Power Script Language

  •             Language basics
  •             data types
  •             Declarations
  •             Operators and expressions
  •             structures and objects
  •             calling functions and events
  •             power script statements
  •             sql statements
  •             powerscript events

Datawindows

  •             Datawindow objects
  •             child datawindows
  •             Datawindow controls
  •             types of datawindows
  •             data stores
  •             Datawindow Events

Other objects and controls

  •             application object
  •             check box control
  •             command button
  •             connection object
  •             tab control
  •             tree view control
  •             and other controls

Windows

  •             Events
  •             Window functions
  •             Inheritance
  •             controls

Menus

User objects

Structures

Database Connectivity

Connecting database stored procedures and use in events 

System Functions 

Creating a sample application 

  •             creating application object
  •             creating a main window
  •             creating menu and associate with main window
  •             opening windows from menu

Run and debug the applications 

Libraries and generating run time libraries(PBL’s and PBD’s) 

Generating EXE file from the applications

Part Time and Full Time Jobs in 1000projects

Careers @ 1000Projects

1000projects.org is providing part time and full time job opportunity for students and freshers. We are looking for employees who can write unique total project documentations.

Job Title: Part Time Content writers

Part Time / Full Time:  (Part Time) Work from home

SkillsGood at English writing skills

Salary: 7000/ month


Job Title:  Full Time Content Writers 

Part Time / Full Time:  (Full Time) Work from Office

Skills: Good at English writing skills

Location: Hyderabad

Salary: 10,000/month

Education: B.E (all branches), BCA, MCA, MSC, MBA, Pharmacy.


Job Title: Data Entry Operators

Part Time / Full Time:  Full Time (Work from Office)

Skills: Good Typing Skills

Location: Hyderabad

Salary:  5,000/-


For detailed information on job opportunity send your updated resume and contact us at: