REVENUE APPRAISAL SYSTEM
By
KAMATCHI V.
730415621501
ERODE SENGUNTHAR ENGINEERING COLLEGE
THUDUPATHI, ERODE – 638057.
A PROJECT REPORT
Submitted to the
FACULTY OF INFORMATION AND COMMUNICATION
ENGINEERING
In partial fulfillment of the requirements
for the award of the degree
of
MASTER OF COMPUTER APPLICATIONS
ANNA UNIVERSITY::CHENNAI
JUNE 2018
i
ERODE SENGUNTHAR ENGINEERING COLLEGE
THUDUPATHI, ERODE-638057
Department of Computer Applications
PROJECT WORK
JUNE 2018
This is to certify that the project entitled
REVENUE APPRAISAL SYSTEM
is the bonafide record of project work done by
KAMATCHI V
730415621501
of Master of Computer Applications during the year 2017-2018.
Project Guide Head of the Department
Submitted for the Project Viva-Voce examination held on____________
Internal Examiner External Examiner
ii
DECLARATION
I affirm that the project work titled REVENUE APPRAISAL SYSTEM being
submitted in partial fulfillment for the award of MASTER OF COMPUTER APPLICATIONS
is the original work carried out by me. It has not formed the part of any other project work
submitted for award of any degree or diploma, either in this or any other University.
(Signature of the Candidate)
KAMATCHI V.
730415621501
I certify that the declaration made above by the candidate is true.
(Signature of the Guide)
Dr. J. VANDARKUZHALI
Associate Professor
iii
ACKNOWLEDGEMENT
At the very outset, I wish to thank all those who have helped me in some way or the other
and bestowed their blessings.
First of all I wish to convey our heartfelt thanks to our respected Founder,
UDYOG RATTAN Thiru. J. SUDHANANDHEN, who always blessed us to give best.
I am delighted to thank our esteemed President & Correspondent,
Thiru M. KAMALAMURUGAN, and Secretary, Thiru S. N. THANGARAJU, of Erode
Sengunthar Educational Trust who gave us full support for carrying out the project with full
satisfaction.
I would like to express my sincere thanks to our Principal,
Dr. V. VENKATACHALAM for forwarding me to do our project and offering adequate
duration in completing our project.
I express my profound gratitude to the Head of the Department Dr. M. THANGAVEL,
who gave me his valuable advice and wholehearted co-operation for completion of this project.
I am grateful to project Coordinator and guide, Dr. J. VANDARKUZHALI for her
excellent ideas and encouragement.
Last but not least, I also thank all our teaching, non-teaching faculties, my family
members and my friends for their help in the successful completion of this project work.
iv
TABLE OF CONTENTS
CHAPTER TITLE PAGENO
Abstract vii
List of Tables & Figures viii
1 Introduction 1
1.1 Company Profile 1
1.2 Objective 2
2 System Analysis 4
2.1 Existing System and Drawbacks 4
2.2 Proposed System 4
2.3 Feasibility Study 5
2.3.1 Economical Feasibility 5
2.3.2 Operational Feasibility 5
2.3.3 Technical Feasibility 6
3 System Specification 7
3.1 Hardware Requirements 7
3.2 Software Requirements 7
4 Software Description 8
4.1 Front End 8
4.2 Back End 13
5 Project Description 15
5.1 Problem Definition 15
5.2 Overview of Project 15
v
6 System Design 16
6.1 Modules Description 16
6.2 System Flow Diagram 18
6.3 Data Flow Diagram 19
6.4 Database Design 20
6.5 Table Structure 21
6.6 Input Design 24
6.7 Output Design 24
7 System testing 25
7.1 Unit Testing 25
7.2 Integration Testing 25
7.3 Validation Testing 26
7.4 User Acceptance Testing 26
8 System Implementation 27
9 Conclusion & Future Enhancements 30
9.1 Conclusion 30
9.2 Future Enhancements 30
10 Appendix 31
10.1 Source Code 31
10.2 Screen Shots 39
11 References 48
11.1 Book Reference 48
11.2 Website Reference 48
vi
ABSTRACT
Tax Information System is a professional financial services company established by
experienced CPA’s and chartered accounts to provide cost effective and efficient financial and
tax planning solutions to a wide range of clients across the globe. Tax information system is
providing single window tax service to the Indian software consultants having income from both
India and USA by minimizing the overall tax burden claiming foreign tax credits and other tax
planning strategies according to the US internal revenue code and India income tax Act,1961.
Present system is manual. The Project Metrics has to enter all the details of project, documents,
and tasks. It also maintenance the team information and also efforts estimation. It is time
consuming, It leads to error prone results , It consumes lot of manpower to better results , It
lacks of data security , Retrieval of data takes lot of time , Percentage of accuracy is less.
Present system is manual. The Project Metrics has to enter all the details of
project, documents, and tasks. It also maintenance the team information and also efforts
estimation. For this purpose the organization maintain the size of the document, source code and
update the information about team member’s details manually. Which is much of time
consuming process and more importantly it is error prone.
After understanding the existing system and understanding the need for developing a new
system different people involved in the related activities have been consulted. The data needed
for the study has been collected from company records. The computerization of this system
would avoid the wrong interpretation and bad calculation of data .The system help the user to see
any documents, source code, tasks, activities, team information with details at the click of a
button. The record data is maintained and backed up such a way that data is not loss. The speed
of the system could also increase.
vii
LIST OF TABLES
TABLE NO TITLE PAGE NO
6.5.1 Register Form 21
6.5.2 Bank Information 21
6.5.3 Tax Payment Information 22
LIST OF FIGURES
FIGURE NO TITLE PAGE NO
6.2.1 System Flow Diagram 18
6.3.2 Data Flow Diagram 23
viii