Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Income Tax Calculator

Navneet Ojha
September 07, 2013

Income Tax Calculator

This project was made by me for minor project.

Navneet Ojha

September 07, 2013
Tweet

More Decks by Navneet Ojha

Other Decks in Education

Transcript

  1. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope INCOME TAX CALCULATOR Desktop Application SUBMITTED BY:- Navneet Ojha 90370821192 Manik Virdi 90370821188 Disha Gupta 90370821145 2 NOV 2012, GURU NANAK DEV ENGG. COLLEGE 1GUIDE : MS.RANINDER KAUR 2CO-ORDINATOR:MS.KAMALPREET KAUR
  2. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Abstract This software will be very time saving and user friendly product. This software will save the paper work and in this data processing will be fast. This software will be atomic system which guarantee that the atomicity in each and every situation, including power failures, errors, and crashes, will maintain. It will maintain the consistency and in this there will be no data redundant problem. In this project we will use Core Java technology
  3. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Introduction Java applications are typically compiled to bytecode(class file) that can run on any Java virtual machine (JVM) regardless of computer architecture It‘s almost entirely object-oriented It has a vast library of predefined objects and operations It‘s more platform independent It‘s more secure
  4. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope JVM The .class files generated by the compiler are not executable binaries so Java combines compilation and interpretation Instead, they contain ‘byte-codes‘ to be executed by the Java Virtual Machine other languages have done this, e.g.UCSD Pascal This approach provides platform independence, and greater security
  5. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Simple JAVA program class HelloWorldApp { public static void main(String[] args) { System.out.println("Hello World!"); // Display the string. } }
  6. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Objectives Objectives To calculate the income tax in fast and efficient manner. To automate almost all of the processes to reduce the clerical labor of the staff and to reduce time wastage. Provides the effective tax calculating tools by avoiding manual errors etc. This software will manage all the records about the different items(person‘s age, income,gender). It be very time saving and user friendly product. There is consistency and there will be no data redundant problem.
  7. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Conclusion Conclusions It calculate tax according to the specifications given in income tax act 162. It provides effective tax calculating tool by avoiding manual errors. It reduces the problem of redundancy. It is used to calculate income tax in fast and efficient manner. It saves time.
  8. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: WELCOME PAGE
  9. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: MODULES FOR TAX CALCULATIONS
  10. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: SLAB
  11. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: CALCULATING INCOME OF FEMALE
  12. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: INCOME AS INDIVIDUAL
  13. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Figure: CALCULATING SALES TAX ON PRODUCTS
  14. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Current Status Current Status It is just limited to single organisation only. It has been configured to single user at this time.
  15. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Limitations Limitations The system is not configured for multi- users at this time. It is not a web based application at this time but can be web based.
  16. Title Abstract Introduction to JAVA Objectives Conclusion SnapShots of Project

    Current Status Limitations Future Scope Future Scope Future Scope This application can be modified from time to time as per the changing requirement of the user with lesser cost. The backend will be there as per the storage requirement of the application and to provide more security level features. The limitation with the application can also be looked into and enhancement can be made as per user requirement.