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.
- 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.
- HTML
- CSS
- JavaScript
- Bootstrap
- Font Awesome
- XLSX (for Excel export)
- jsPDF (for PDF export)
- Enter Total Billed Amount: Input the total billed amount in the provided field.
- Enter Total Received Amount: Input the total received amount in the provided field.
- Calculate: Click the "Calculate" button to compute the deductions.
- Clear: Click the "Clear" button to reset the fields.
- Add Bill: Click the "+ Add Bill" button to add a new bill entry.
- Export to Excel: Click the "Export to Excel" button to download the bill data as an Excel file.
- Export to PDF: Click the "Export to PDF" button to download the bill data as a PDF file.
- Print: Click the "Print" button to print the bill data.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/SubhanRaj/TDS-Deduction-Calculator
- Open the project folder:
cd TDS-Deduction-Calculator
- Open the
index.html
file in your browser.
This project is licensed under the MIT License. See the LICENSE file for more information.