madrecha / portal

Tax notice management tool. An automated tool to fetch data from Income tax website.
https://portal.jamku.app/
8 stars 1 forks source link

Fetch Refund status from TIN NSDL #17

Closed adarshmadrecha closed 2 years ago

adarshmadrecha commented 2 years ago

Many a times, refund is adjusted for the previous assessment year outstanding demand. In this case, the details of adjustment is available on TIN NSDL Refund Status App.

image

Suggested by Shreyans Bhandari

adarshmadrecha commented 2 years ago

Since there is Captcha For fetching this information, we will have to think about 2 models

  1. Provide user Captcha. The users will solve and based on this, we fetch data.
  2. Use Captcha solving service. In this case, users will not have to solve captcha, but there will be cost involved. Can think of a credit system where offices can purchase credits for solving captcha.
adarshmadrecha commented 2 years ago

Implemented in v1.7

adarshmadrecha commented 2 years ago

View how to enable and use this feature

https://user-images.githubusercontent.com/11911938/178013886-b61f32eb-0d7e-4bd8-8dfc-ffca86625699.mp4