[go: up one dir, main page]

Skip to content

ashraful88/tax-calculator-bangladesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tax Calculator Bangladesh

Income Tax Calculator for salaried employees in Bangladesh

Need Help

Looking for contributors to help update with latest Tax rulings

Setup Your Income

Enter Salary of july to june

"salary": {
    "1": {
      "gross": 200000,
      "basic": 100000,
      "house_rent": 50000,
      "conveyance": 10000,
      "medical": 20000,
      "phone": 0,
      "other": 0
    },
    "2": {
      "gross": 200000,
      "basic": 100000,
      "house_rent": 50000,
      "conveyance": 10000,
      "medical": 20000,
      "phone": 0,
      "other": 0
    },
    .....
    .....
    .....
    }

here "1" => month july, "2" => month Aug ..... "12"=> June

Configure

Open Configuration file 'config.json' Update tex numbers base on National Board of Revenue (NBR), Bangladesh

  "medical_limit" = max limit of medical allowance.
  "conveyance_limit" = max limit of conveyance allowance.
  "house_rent_limit" = max limit of house rent allowance.
  "months_left" = number of month left till next june 
  "slab" => "inc" = Income slabs, "per" = % of tax applicable by slab

Run

Run below command from outside of tax-calculator-bangladesh directory in Mac Terminal or Ubuntu/Linux Terminal

php -S localhost:8000 -t tax-calculator-bangladesh 

Then open http://localhost:8000 in browser

tax_calc_demo

About

Income Tax Calculator for salaried employees in Bangladesh

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages