Skip to content

SubhanRaj/TDS-Deduction-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDS & GST Deduction Calculator

This is a simple tool to calculate TDS (Tax Deducted at Source) and GST (Goods and Services Tax) deduction from the payments received from the payments made by government or private companies which are subject to TDS and GST deduction. You can add multiple bills and calculate the total deduction and received amount as well as the individual deduction for each bill.

Features

  • Calculate TDS and GST deductions based on billed or received amounts.
  • Add multiple bills and calculate individual and total deductions.
  • Export bill data to Excel or PDF.
  • Save and load bill data from local storage.
  • Responsive design for mobile and desktop views.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • Bootstrap
  • Font Awesome
  • XLSX (for Excel export)
  • jsPDF (for PDF export)

How to Use

  1. Enter Total Billed Amount: Input the total billed amount in the provided field.
  2. Enter Total Received Amount: Input the total received amount in the provided field.
  3. Calculate: Click the "Calculate" button to compute the deductions.
  4. Clear: Click the "Clear" button to reset the fields.
  5. Add Bill: Click the "+ Add Bill" button to add a new bill entry.
  6. Export to Excel: Click the "Export to Excel" button to download the bill data as an Excel file.
  7. Export to PDF: Click the "Export to PDF" button to download the bill data as a PDF file.
  8. Print: Click the "Print" button to print the bill data.

Local Development

To run this project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/SubhanRaj/TDS-Deduction-Calculator
  2. Open the project folder:
    cd TDS-Deduction-Calculator
  3. Open the index.html file in your browser.

License

This project is licensed under the MIT License. See the LICENSE file for more information.