• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Create exact tax forms using Java

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello..

I want to create tax forms which are exactly same as the tax forms provided by the U.S. govt using Java. The size of the form created by my program should be exactly same as that of the form printed from website of U.S. government. Can anybody help me as how can I do this??


Thanks in advance..!!!

Disha
 
Ranch Hand
Posts: 426
Eclipse IDE Fedora Linux
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
US Gov't publishes tax forms in PDF format, which are fillable.

However, if you are thinking of offering a tax service, no tax service today uses forms to submit tax returns (a few exceptions exist). Tax services like TurboTax , H&R Block, and others submit tax payer's tax returns electronically using a US Gov't-specified transcript format. In other words, the only information that goes back to the government is just the numbers, not any of the forms.

The IRS must certify your software e-file process in order for you to be able to sell your software to prepare taxes. You just can't write a bunch of Java code and start selling it. There is a certification process that your software must go through which includes rigorous quality milestones, and most software companies spend more than one year getting their software e-file process certified.

http://www.irs.gov/Tax-Professionals/e-File-Providers-&-Partners/Become-an-Authorized-e-file-Provider

http://www.irs.gov/Tax-Professionals/e-File-Providers-&-Partners/e-file-for-Software-Developers-Transmitters

XML Schemas for transcript submissions :

http://www.irs.gov/Tax-Professionals/e-File-Providers-&-Partners/e-file-for-Business-Software-Developers-&-Transmitters
 
Hang a left on main. Then read this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic