Sunteți pe pagina 1din 9

LEGACY BANKING

1. Introduction
A bank is a financial institution and a financial intermediary that accepts deposits and channels those deposits into lending activities, either directly or through capital markets. A bank connects customers that have capital deficits to customers with capital surpluses. Banks act as payment agents by conducting checking or current accounts for customers, paying checks drawn by customers on the bank, and collecting checks deposited to customers' current accounts. Banks also enable customer payments via other payment methods such as Automated Clearing House (ACH), Wire transfers or telegraphic transfer, EFTPOS, and automated teller machine (ATM). Banks borrow money by accepting funds deposited on current accounts, by accepting term deposits, and by issuing debt securities such as banknotes and bonds. Banks lend money by making advances to customers on current accounts, by making instalment loans, and by investing in marketable debt securities and other forms of money lending. Banks provide different payment services, and a bank account is considered indispensable by most businesses and individuals. Non-banks that provide payment services such as remittance companies are normally not considered as an adequate substitute for a bank account. Now a days, managing a bank is tedious job up to certain limit. So software that reduces the work is essential. Also todays world is a genuine computer world and is getting faster and faster day-by-day. Thus, considering above necessities, the software for bank management has became necessary which would be useful in managing the bank more efficiently. We aim to develop a software program for managing the entire bank process related to customer accounts, employee accounts and to keep each every track about their property and their various transaction processes efficiently. Hereby, our main objective is the customers satisfaction considering todays faster world.

1.1. Problem Definition


The aim of this module is to collect data from the user; he may a jobseeker or a job provider. Both of them are potential clients to our Resume Art. A user should be registered regardless of whether he is a job seeker or a provider. In this module we register the user and grab as many details as possible about the user. The aim of the module is to create a resume for all his job seekers asking the details about the experience, education, skills, affiliations and references for the project.

1 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

2.1. Existing System


The following are the drawbacks of the existing manual System. Time Delay: In the existing system, information related to all transactions is stored in different registers. Since all the transactions are stored in different registers it takes lot of time to prepare different reports. Redundancy: As the information passes through different registers, each register is consolidated and sent to next register. So the same information is being tabulated at each register, which involves lot of complication and duplication in work, thus it causes redundancy. Accuracy: Since the same data is compiled at different sections, the possibility of tabulating data wrongly increases. Also if the data is more, validations become difficult. This may result in loss of accuracy of data. Information Retrieval: As the information is stored in the particular Format, it can only be retrieved in the same format. But if it is to be retrieve in different format, it is not possible. Storage Media: In the existing system, data transaction being stored on too long registers it is very difficult to refer after some time. Reports: At the various reports are tabulated manually. They are not such Attractive and require more time. They do not provide adequate help in maintaining the accounts. Enquiry: Enquiry for different level of information is much moredifficult. Online enquiry of data is not possible.

2.2. Proposed System


Career Mart is a web application that provides a platform for candidates seeking job and the employers to share their needs. The candidates seeking job (referred as job seekers now onwards) can perform following operations: Register with the web site. Post their resume. Modify their resume. Search for job postings.

2 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

Browse searched job postings. Add job posting to their favourites list. Add frequently used searches to their favourites list. The employers can perform following operations: Register with the web site. Enter profile of their company. Post one or more job postings. Modify the job postings. Search the resume database. Browse searched resumes. Add resumes to their favourites list.

3 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

3.1. Hardware Configuration


Processor - Intel Pentium RAM 256 MB Hard Disk 40 GB Mouse Standard mouse Keyboard Standard keyboard

3.2. Software Configuration


Operating System Windows XP BlueJ

3.3. DBMS Description


Database Management System (DBMS) is a set of programs that enables you to store, modify, and extract information from a database, it also provides users with tools to add, delete, access, modify, and analyze data stored in one location. A group can access the data by using query and reporting tools that are part of the DBMS or by using application programs specifically written to access the data. DBMSs also provide the method for maintaining the integrity of stored data, running security and users access, and recovering information if the system fails. The information from a database can be presented in a variety of formats. Most DBMSs include a report writer program that enables you to output data in the form of a report. Many DBMSs also include a graphics component that enables you to output information in the form of graphs and charts. Database and database management system are essential to all areas of business, they must be carefully managed. There are many different types of DBMSs, ranging from small systems that run on personal computers to huge systems that run on mainframes. The following are examples of database applications: computerized library systems, flight reservation systems, and computerized parts inventory systems. It typically supports query languages, which are in fact high-level programming languages, dedicated database languages that considerably simplify writing database application programs. Database languages also simplify the database organization as well as retrieving and presenting information from it. A DBMS provides facilities for controlling data access, enforcing data integrity, managing concurrency control, and recovering the database after failures and restoring it from backup files, as well as maintaining database security.

3.4. Features of Operating System


Windows XP is an operating system produced by Microsoft for use on personal computers, including home and business desktops, laptops and media centers. First released to computer manufacturers on August 24, 2001, it is the second most popular version of Windows, based on installed user base. The name "XP" is short for "eXPerience", highlighting the enhanced user experience.
4 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

Windows XP, the successor to Windows 2000 and Windows Me, was the first consumer-oriented operating system produced by Microsoft to be built on the Windows NT kernel. Windows XP was released worldwide for retail sale on October 25, 2001, and over 400 million copies were in use in January 2006. It was succeeded by Windows Vista in January 2007. Direct OEM and retail sales of Windows XP ceased on June 30, 2008. Microsoft continued to sell Windows XP through their System Builders (smaller OEMs who sell assembled computers) program until January 31, 2009. On April 10, 2012, Microsoft reaffirmed that extended support for Windows XP and Office 2003 would end on April 8, 2014 and suggested that administrators begin preparing to migrate to a newer OS. The NT-based versions of Windows, which are programmed in C, C++, and assembly, are known for their improved stability and efficiency over the 9x versions of Microsoft Windows. Windows XP presented a significantly redesigned graphical user interface, a change Microsoft promoted as more user-friendly than previous versions of Windows. A new software management facility called Side-by-Side Assembly was introduced to ameliorate the "DLL hell" that plagued 9x versions of Windows. It is also the first version of Windows to use product activation to combat illegal copying. During Windows XP's development, the project was codenamed "Whistler", after Whistler, British Columbia, as many Microsoft employees skied at the WhistlerBlackcomb ski resort. According to web analytics data generated by W3Schools, from September 2003 to July 2011, Windows XP was the most widely used operating system for accessing the w3schools website, which they claim is consistent with statistics from other websites. As of May 2012, Windows XP market share is at 26.8% after having peaked at 76.1% in January 2007.

3.5. Language Overview


Java is a computer programming language. It enables programmers to write computer instructions using English based commands, instead of having to write in numeric codes. Its known as a high-level language because it can be read and written easily by humans. Like English, Java has a set of rules that determine how the instructions are written. These rules are known as its syntax. Once a program has been written, the high-level instructions are translated into numeric codes that computers can understand and execute. Java was started as a project called "Oak" by James Gosling in 1991. The first public implementation was Java 1.0 in 1995. The pluses to this new language were:

It promised the ability to "Write Once, Run Anywhere" (WORA), providing no cost runtimes on popular platforms, and Its security was configurable, allowing network and file access to be restricted.

Java quickly became a popular programming language. Newer versions of the java programming language had multiple configurations built for different platforms. For example, J2EE for enterprise applications and J2ME for mobile applications.
5 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

In the early nineties, Java was created by a team led by James Gosling for Sun Microsystems. It was originally designed for use on digital mobile devices, such as cell phones. However, when Java 1.0 was released to the public in 1996, its main focus had shifted to use on the Internet. It provided more interactivity with users by giving developers a way to produce animated webpages . Over the years it has evolved as a successful language for use both on and off the Internet. A decade later, its still an extremely popular language with over 6.5million developers worldwide.

6 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

4.1. System Specification


System requirements are expressed in a system document. The software requirement specification is the official statement of what is required of the system developers. This requirement document includes the requirements definition and the requirement specification. The software requirement document is not a designed document. It should set out what the system should do without specifying how it should be done. The requirement set out in this document is complete and consistent.

4.2. Programming Code


Output

7 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING

The program Career Mart is done with great effort. The program has been developed and has been found working successfully. There may be some disadvantages in this program. In future, I think I may find an answer to this problem.

8 RANI MATHA PUBLIC SCHOOL EKM

LEGACY BANKING Total Computer Applications 10 ICSE, Morning Star Publishers Wikipedia: Features of OS [Internet] Wikipedia: Features of Java [Internet]

9 RANI MATHA PUBLIC SCHOOL EKM

S-ar putea să vă placă și