Need help to design a same prototype of an Taxation Form

sujitsoni

New member
Joined
Jul 5, 2013
Messages
2
Programming Experience
Beginner
Hi ,
I have to create my academic project regarding taxation domain. So i decided to create an auto forms filled up system , but i am confused where to start..??

My question is that m there is an online form available (From 16A) , generally user download that form and take a printout and filled up that form manually and submit to required center . This a basic concept which they followed , .

What my idea is to provide an user a application where all the field present in that form are filled from front end , so that user no need to download and filled all thing manually .

My problem is that i don't know how to generate a report from front end value input by the user to required field in that form and set same alignment that pre-defined in this form .

Please can someone guide me where to start.

I had attached the sample FORM 16A , I want same prototype of this form and all the asked field are input from front -end .

please Help me out.
 

Attachments

Hi,

It sounds like you have a lot to do and learn. To get started then, follow these simple guidelines:-

1) Create a Form and add controls to that Form to represent all the components on the Taxation Document.
2) Add validation code to each of the controls to ensure that the user enters the correct information based on the expectations of the Taxation Document
3) Create a Report to take the validated information entered by the user and then either print that or send it via other means to where ever you want.

Hope that helps.

Cheers,

Ian
 
Thnaks for your quick reply..

I am not able to undertand , which tool i use to design same prototyoe of taxation form.
In crystal report . I am not able to design all feild which is present in taxation document.

Please provide me a sample so that i can get started asap.

Thnaks
 
Back
Top