django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
813 stars 289 forks source link

adding PAN Card number in Indian local flavor #457

Closed vishalpandeynits closed 2 years ago

vishalpandeynits commented 2 years ago

Added permanent account number field in indian localflavor. PAN Cards are issued by the government of India to every taxpayer.

All Changes

New Fields Only

vishalpandeynits commented 2 years ago

A gentle request to review this pull request @benkonrath. You can visit these two websites for more information about Indian Permanent account number cards. Wikipedia: https://en.wikipedia.org/wiki/Permanent_account_number Income tax department, India: https://www.incometaxindia.gov.in/tutorials/1.permanent%20account%20number%20(pan).pdf

vishalpandeynits commented 2 years ago

Thank you @benkonrath for helping me in my baby steps of open source contribution.