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

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.

Google Chrome shortcut keys

If you are a Google Chromey guy, please find below the list of shortcut keys for some of the most used features  :-) Find more shortcut keys @  http://www.google.com/support/chrome/bin/static.py?page=guide.cs&guide=25799&topic=28650

ATG Search - search engine tuning settings

In this blog, I am going to list the best tuning settings for ATG Search engine. The AESoapConfig.xml, AESoapWaspConfig.xml  and AEConfig.xml are the xmls referred below and you can find it @  <ATG_DIR>\<Searchx.x>\SearchEngine\<operating_system>\bin\ folder. (1)  Make sure that the AESoapConfig.xml's rwTimeout is less than or equal to routing's readTimeoutMs. You could find the routing's readTimeoutMs @ atg\search\routing\SearchEngineService component.               rwTimeout is the  length of time in seconds to wait before a read or write operation times out on an active connection. The number can be decreased to improve performance. However, a value that is too low could cause slow connections to be prematurely closed. (2)  Adjust the number of engine threads to match the number of CPUs available to the engine. Note that the minimal value for maxThreads and maxSpar...

Lucene, sample JAVA code to Search an indexed file folder

Please find below the Lucene sample JAVA code to search the files inside a folder. This code will search the indexed folder for a search query in an indexed field. This java code is expecting the index path ( where the index files were created ) , field which need to be searched and the query need be searched as program arguments like  "java SearchFiles [-index dir] [-field f] [-query string]" . import java.io.File; import java.util.ArrayList; import org.apache.lucene.analysis.Analyzer; import org.apache.lucene.analysis.standard.StandardAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.queryParser.QueryParser; import org.apache.lucene.search.IndexSearcher; import org.apache.lucene.search.Query; import org.apache.lucene.search.ScoreDoc; import org.apache.lucene.search.TopDocs; import org.apache.lucene.store.FSDirectory; import org.apache.lucene.util.Version; public class SearchFiles { public static void main(Stri...

Income Tax process and e-filing

http://financeminister.in/income_tax_calculator.php https://incometaxindiaefiling.gov.in Below I am listing the step-by-step activities of the Tax Process that a working professional need to do in a given Financial Year. Here FY refers to Financial Year  and  AY refers to Assesment Year. Each month we will pay the Tax (From APRIL 20xx to MARCH 20xx+1) through our Employer for the FY 20xx – 20xx+1. In the month April 20xx, we will give the investment details to the employer (in our employer specified portal) for the FY 20xx – 20xx+1. In the month January 20xx+1, we will give the investment proof details , Rent receipts… to the Employer Finance Department for the FY 20xx – 20xx+1. In the month MAY/JUNE 20xx+1, employer gives the Form 16 for the FY 20xx – 20xx+1 to us (The proof given by the employer to the employee for the tax paid by the employee). In the month July 20xx+1 (on or before July 31st of every year), we will fill the ITR forms (earlier it was NayaSaral f...