GST Calculator
Inclusive: GST removed from total price
Result
Base Amount: ₹0
GST Amount: ₹0
Total Amount: ₹0
CGST (Half): ₹0
SGST (Half): ₹0
GST Calculator – எளிய விளக்கம் (தமிழில்)
இந்த GST Calculator என்பது எந்த ஒரு தொகையில் (Amount) எவ்வளவு GST சேரும்? அல்லது GST உட்பட்ட (Inclusive) தொகையிலிருந்து GST-ஐ கழித்து base price எவ்வளவு? என்பதை எளிமையாக கணக்கிட்டு காட்டும் கருவி. இந்தியாவில் GST (Goods and Services Tax) என்பது பொருட்கள் மற்றும் சேவைகளுக்கு விதிக்கப்படும் ஒருங்கிணைந்த மறைமுக வரி. Business-ல் billing செய்யும்போது invoice-ல் GST amount சரியாக கணக்கிடுவது அவசியம். அதேபோல் customer side-ல் “இந்த மொத்த தொகையில் உண்மையான base price எவ்வளவு?” என்று தெரிந்துகொள்ளவும் உதவும்.
இந்த calculator இரண்டு modes-ல் வேலை செய்கிறது:
1) Add GST (Exclusive) – நீங்கள் கொடுக்கும் amount என்பது base amount; அதில் GST சேர்த்து total amount கணக்கிடும்.
2) Remove GST (Inclusive) – நீங்கள் கொடுக்கும் amount என்பது GST உட்பட்ட total amount; அதிலிருந்து base price & GST amount பிரிக்கும்.
கூடுதலாக, intra-state transactions-ல் பொதுவாக GST amount இரண்டு பகுதிகளாக பிரிக்கப்படும்:
CGST (Central GST) + SGST (State GST) – இரண்டும் half-half ஆகும்.
இந்த calculator GST amount-ஐ 2-ஆ பிரித்து CGST மற்றும் SGST காட்டுகிறது.
1) GST-ல் Exclusive vs Inclusive – வித்தியாசம் என்ன?
Exclusive (GST Added to Base) என்றால்:
நீங்கள் கொடுக்கும் amount “வரி இல்லாத” base price.
அதன் மீது GST rate apply செய்து GST amount சேர்த்து final total உருவாகும்.
Example:
Base price = ₹10,000
GST rate = 18%
GST amount = ₹1,800
Total = ₹11,800
Inclusive (GST Included in Total) என்றால்:
நீங்கள் கொடுக்கும் amount “வரி உட்பட்ட” total price.
அதிலிருந்து GST-ஐ reverse-calculate செய்து base amount-ஐ வெளியே எடுக்க வேண்டும்.
Example:
Total (inclusive) = ₹11,800
GST rate = 18%
Base = 11,800 ÷ 1.18 = ₹10,000
GST = 11,800 − 10,000 = ₹1,800
இதனால் billing-ல் confusion avoid ஆகும்:
• “₹10,000 + GST” என்றால் Exclusive
• “₹11,800 inclusive of GST” என்றால் Inclusive
2) Inputs – ஒவ்வொரு input என்ன அர்த்தம்?
Amount (₹)
நீங்கள் கணக்கிட வேண்டிய தொகை.
இது mode அடிப்படையில் இரண்டு அர்த்தம் கொள்ளும்:
• Exclusive mode-ல்: base amount
• Inclusive mode-ல்: total amount (GST உட்பட்ட)
amount <= 0 என்றால் calculator alert கொடுக்கும்.
காரணம்: GST கணக்கிட positive amount தேவை.
GST Rate (%)
GST percentage. இந்த calculator-ல் பொதுவாக பயன்படும் slabs கொடுக்கப்பட்டுள்ளது:
5%, 12%, 18%, 28%.
Note: சில products/servicesக்கு 0% அல்லது special rates இருக்கலாம். இந்த calculator demo-வில் common slabs மட்டும்.
Rate change செய்தால் GST amount மற்றும் total automatically change ஆகும்.
Calculation Type
இரண்டு options:
• Add GST (Exclusive) – base-க்கு GST add
• Remove GST (Inclusive) – total-லிருந்து GST remove
இந்த selection தான் calculator-ன் முக்கிய switch.
3) Calculator எப்படி கணக்கிடுகிறது? (Step-by-step)
“Calculate GST” button click செய்ததும் calculateGST() function run ஆகும். முதலில் amount validation (amount > 0). பிறகு rate (%), type read பண்ணி கீழ்கண்ட logic:
A) Exclusive Mode (Add GST)
Base = amount
GST Amount = Base × (rate/100)
Total = Base + GST Amount
இதன் பொருள்: நீங்கள் கொடுத்த amount “base”, அதை untouched வைத்து GST மட்டும் சேர்க்கிறது.
B) Inclusive Mode (Remove GST)
Total = amount
Base = Total ÷ (1 + rate/100)
GST Amount = Total − Base
இது reverse calculation. ஏன் division? Total-ல் base + GST இரண்டும் சேர்ந்து இருக்கிறது. GST rate “base-க்கு” apply ஆகிறது, total-க்கு அல்ல. அதனால் base = total / (1 + rate). இந்த formula-ஐ பயன்படுத்தினால் base-ஐ accurate-ஆ எடுத்துக்கொள்ள முடியும்.
CGST & SGST calculation
GST amount கிடைத்த பிறகு:
CGST = GST Amount ÷ 2
SGST = GST Amount ÷ 2
இந்த split பொதுவாக intra-state (ஒரே மாநிலத்துக்குள்) supply-க்கு பொருந்தும். Inter-state supply-க்கு IGST (Integrated GST) முழு GST amount ஆக இருக்கும். இந்த calculator-ல் IGST output இல்லை; CGST/SGST half-half split மட்டும் காட்டுகிறது.
4) Output – Result பகுதியில் என்ன காட்டுகிறது?
Result box-ல் 5 விஷயங்கள்:
• Base Amount – GST இல்லாத அடிப்படை தொகை
• GST Amount – GST தொகை
• Total Amount – final payable amount
• CGST (Half) – GST தொகையின் பாதி
• SGST (Half) – GST தொகையின் பாதி
Exclusive mode-ல் total amount base-ஐ விட அதிகமாகும். Inclusive mode-ல் base amount total-ஐ விட குறைவாக இருக்கும். GST amount என்பது இரண்டிலும் same logic-ஆ தான், ஆனால் input meaning மாறுகிறது.
5) Default values கொண்டு Example
Default:
Amount = ₹10,000
GST rate = 18%
Type = Exclusive (Add GST)
Exclusive:
Base = 10,000
GST = 10,000 × 18% = 1,800
Total = 11,800
CGST = 900, SGST = 900
இதே total ₹11,800-ஐ amount ஆக வைத்து type = Inclusive என்றால்:
Total = 11,800
Base = 11,800 ÷ 1.18 = 10,000
GST = 1,800
CGST = 900, SGST = 900
இதனால் invoice reading easy: “₹11,800 inclusive of 18% GST” என்றால் base ₹10,000 தான் என்று உடனே கண்டுபிடிக்க முடியும்.
6) Practical Use Cases (எங்கே பயன்படுத்தலாம்?)
- Billing / Invoice preparation: base price-க்கு GST சேர்த்து customer invoice total கணக்கிட.
- Quotation preparation: “₹X + GST” quote செய்தால் total payable என்ன என்று காட்ட.
- Inclusive price analysis: MRP inclusive of GST இருக்கும்போது base & GST breakdown தெரிந்து கொள்ள.
- Cost comparison: vendors inclusive pricing கொடுத்தால் base price compare செய்ய.
- Small business learning: GST basics புரிந்துகொள்ள simple tool.
7) கவனிக்க வேண்டிய முக்கிய குறிப்புகள்
1) CGST/SGST split intra-state supply-க்கு தான். Inter-state supply-க்கு IGST வரும் (split இல்லை).
2) GST rate product/service வகைக்கு ஏற்ப மாறும். 0%, 3%, 5%, 12%, 18%, 28% + cess போன்ற variations இருக்கலாம்.
3) Rounding rules invoice-ல் paisa rounding policy/vendor system-க்கு ஏற்ப மாறலாம்.
இந்த calculator 2 decimals காட்டுகிறது; actual invoice rounding slightly differ ஆகலாம்.
4) Discounts இருந்தால் GST base change ஆகும் (taxable value).
Discount before GST applied என்றால் GST amount குறையும்.
இந்த calculator discount logic include செய்யவில்லை; amount நேரடியாக base/total ஆக consider செய்கிறது.
8) Limitations (Estimate-only)
இந்த calculator GST calculation-ஐ simplified-ஆ செய்கிறது.
Real GST compliance-ல்:
• place of supply rules (CGST/SGST vs IGST)
• HSN/SAC classification
• cess applicability
• taxable value adjustments (discounts, freight, packaging)
• reverse charge mechanism (RCM)
• input tax credit (ITC) effects
போன்றவை இருக்கும்.
எனவே இது invoice/budget estimate காக நல்லது; statutory filing & compliance காக official guidance/CA consultation தேவையாகலாம்.
✅ 2-line Disclaimer (Estimate Only)
Disclaimer: This GST calculator provides an approximate breakdown using simplified inclusive/exclusive formulas and selected GST rates.
Actual GST amounts may vary due to IGST rules, cess, discounts, rounding policies, and applicable tax regulations for specific goods/services.
