Cyfrifo Gweriniaeth Ddemocrataidd y Congo
Ychwanegu neu dynnu treth gwerthu, VAT neu GST o unrhyw bris.
Diweddaru canlyniadau wrth i chi deipio.
Am y cyfrifiadur hwn
Mae Gweriniaeth Ddemocrataidd y Congo yn gymwys i VAT am 20%. Rhowch bris i ychwanegu neu dynnu VAT o GBP. Mae'r 20% VAT yn berthnasol i'r pris net; newidiwch y modd i ychwanegu VAT at bris neu ei dynnu o gyfanswm GBP.
you want to add tax, you must first add the net amount by the rate and then add it on; to remove tax you must divide the gross amount by (1 + rate ÷ 100), because the gross figure already contains the tax. The default rate is pre-filled for your country and you can override it for any local or reduced rate. Set the quantity under advanced options to apply the tax across several items at once. This calculator adds sales tax, VAT or GST rate to a net price, or works backwards to strip the tax out of a gross price. Running itUse itUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it at the checkoutUse it
Cwestiynau a ofynnir yn aml
Sut ydw i'n tynnu VAT o bris?
Rhannwch y pris gros gan (1 + cyfradd/100). Am 20% o dreth, mae pris gros o £120 yn £120 ÷ 1.20 = £100 net, felly £20 yw'r dreth. Newid y cyfeiriad i "Tynnu" i wneud hyn.
Pa gyfradd ddylwn i ei defnyddio?
Rhagosodedig yw'r gyfradd safonol yn eich gwlad, ond mae gan lawer o nwyddau gyfradd leihau neu sero. Rhowch y gyfradd gywir sy'n berthnasol i'ch pryniant.
Beth yw'r gwahaniaeth rhwng treth gwerthu, treth gwerthu, a GST?
Mae pob un ohonynt yn drethi defnydd a ychwanegir at bris nwyddau a gwasanaethau. Ychwanegir treth gwerthu yr Unol Daleithiau yn unig ar y gwerthiant olaf; casglir VAT (Ewrop) a GST (Awstralia, Canada, India a rhai eraill) ar bob cam o'r cyflenwad. Ar gyfer prynwr, mae'r wyddoniaeth yr un fath - rhowch y gyfradd a'r cyfrifiannell yn trin hi.
Sut ydw i'n ychwanegu treth at bris net?
Lluosi'r pris net gan y gyfradd fel degol a'i ychwanegu. Mae pris 100 ar 20% yn ennill 100 × 0.20 = 20 o dreth, am gyfanswm gros o 120. Cadw'r cyfeiriad wedi'i osod i "Ychwanegu" i wneud hyn.
Sut ydw i'n cyfrifo treth ar nifer o eitemau?
Rhowch pris un eitem a gosodwch y faint o dan ddewisiadau uwch. Mae'r cyfrifiannell yn lluosi'r pris gan y faint yn gyntaf, ac yna'n ychwanegu neu dynnu'r treth ar y swm cyfan.
Pam nad yw tynnu treth yn defnyddio'r un canran?
Gan fod y dreth wedi ei chyfrifo ar y pris net isaf, nid ar y pris gros mwyaf. Nid yw tynnu 20% yn yr un peth â thynnu 20% oddi ar y ffigwr gros - rydych yn rhannu gan 1.20 yn lle hynny, sy'n golygu bod pris gros o 120 yn cynhyrchu 20, nid 24, o dreth.
API - defnyddio'r cyfrifiannell hwn o'r cod
Galw'r cyfrifiannell hwn fel diwedd-bwynt JSON rhad ac am ddim - nid oes angen allwedd. Anfonwch y gwerthoedd maes isod fel paramedrau ymholiad neu JSON. Anything you omit uses the same default this page is pre-filled with; an unknown parameter is a 400, never a silent zero. Darllen y dogfennaeth API lawn →
Diwedd
GET https://calculator.free/api/v1/sales-tax/?country=uk
curl
curl "https://calculator.free/api/v1/sales-tax/?amount=100&rate=20.0&mode=add"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/sales-tax/?" + new URLSearchParams({
"amount": "100",
"rate": "20.0",
"mode": "add"
}));
const data = await r.json();
console.log(data.results);
Mae'r canlyniadau yn amcangyfrifon ar gyfer cyfarwyddyd cyffredinol yn unig, nid cyngor ariannol, meddygol na thrafodion treth.