Skip to main content

Online Income Tax payment using NetBanking


Read more about Tax filing @ http://tips4ufromsony.blogspot.com/2011/07/income-tax-process-and-e-filing.html .

Hello readers, this tip is about how to do the Online Income Tax payment using NetBanking. This is best suited for guys who didn’t pay some tax amount through their company.This might be helpful for those who joined a new company, not @ APRIL 01

Details about online tax payment are available @
https://onlineservices.tin.nsdl.com/etaxnew/tdsnontds.jsp
http://www.axisbank.com/personal/paymenttransfers/taxepayments/Tax-e-Payments.asp

Steps to be followed :

  1. Go to the Income Tax site above.
  2. Click on the “CHALLAN NO./ITNS 280 (payment of Income tax & Corporation Tax)”
  3. On this page choose Tax Applicable as “(0021)INCOME-TAX (OTHER THAN COMPANIES)”
  4. Give your details including “Permanent Account No”
  5. Choose “Assessment Year”, note that this is Assessment Year and not Financial Year
  6. “Type Of Payment”: (100)ADVANCE TAX  or (300)SELF ASSESSMENT TAX: This depends on for which year you are paying the tax. If you are paying tax for current Financial year select Advance Tax (for example, if you are paying before 31-MARCH-2011 for the FY 2010-11 or AY 2011-12). If you are paying tax for a previous Financial Year select Self Assessment Tax (for example, if you are paying after 31-MARCH-2011 for the FY 2010-11 or AY 2011-12)
  7. Choose your “Bank Name” where you have online banking, so that you can pay your taxes
  8. Click on Proceed (located at the bottom of the page)
  9. Once you have paid your taxes, Income tax department will issue you a receipt.

FAQs: https://tin.tin.nsdl.com/oltas/oltas-faqs.html


Comments

  1. This comment has been removed by a blog administrator.

    ReplyDelete

Post a Comment

Popular posts from this blog

Good features of Eclipse 3.6 (Eclipse Helios) JDT

Read the Eclipse Galileo features @  http://tips4ufromsony.blogspot.com/2011/10/good-features-of-eclipse35-eclipse.html New options in Open Resource dialog : The Open Resource dialog supports three new features: • Path patterns: If the pattern contains a /, the part before the last / is used to match a path in the workspace: • Relative paths: For example, "./T" matches all files starting with T in the folder of the active editor or selection: • Closer items on top: If the pattern matches many files with the same name, the files that are closer to the currently edited or selected resource are shown on top of the matching items list. MarketPlace :  Searching and adding new plugins for Eclipse have always been a challenge. The Eclipse Marketplace makes this much easier – it allows you to not only search a central location of all Eclipse plugins, but also allows you to find the most recent and the most popular plugins. Fix multiple proble...

ATG Product Catalog schema ER diagram

Check out the O rder schema ER-Diagram @   http://tips4ufromsony.blogspot.in/2012/02/atg-order-schema-er-diagram.html Check out the User Profile  schema ER-Diagram @ http://tips4ufromsony.blogspot.in/2012/03/atg-user-profile-schema-er-diagram.html If you would like to know the relationship between different Product Catalog tables, please find below screen shots of  Product Catalog schema ER Diagrams.

Eclipse plug-in to create Class and Sequence diagrams

ModelGoon is an Eclipse plug-in avaiable for UML diagram generation from Java code. It can be used to generate Package Dependencies Diagram, Class Diagram, Interaction Diagram and Sequence Diagram. You coud get it from http://marketplace.eclipse.org/content/modelgoon-uml4java Read more about it and see some vedios about how to create the class and sequence diagram @ http://www.modelgoon.org/?tag=eclipse-plugin Find some snapshots below which gives an idea about the diagram generation.

How to convert your Blogger Blog to PDF ?

You can use a website called "blogbooker" @  http://www.blogbooker.com/blogger.php   to convert your Blogger Blog to a PDF . Please find the steps below : 1. Save your blog as an xml using Blogger Settings - Other - Export Blog option 2. Go to the website " http://www.blogbooker.com/blogger.php " and select this XML , give your blog address and select the options like date range, page size, font, ... 3. Click the  "Create Your BlogBook" button to view and save your blog as PDF

ATG - basic concepts of ATG

This blog is for the ATG beginners to get some basic overview about ATG. I just given the ATG concepts as a list of numbered points for the ease of understanding. 1. At the framework level, ATG is a               java based application platform for hosting web-based applications, as well as RMI accessible business components,               with an ORM layer,               a component container,               an MVC framework,               and a set of tag libraries for JSP. 2. Art Technology Group(ATG)'s Dynamo Application Server (DAS) is a Java EE compliant application server. DAS is no longer actively developed as ATG recommends using other Java EE applications servers for its products such as BEA WebLogic, JBoss or IBM WebSphere. 3. Prior to ATG 2007, JHTML was used instead of JSP for view purpose. J...