Questions tagged [tax]

a financial charge or other levy imposed upon a taxpayer (an individual or legal entity) by a state or the functional equivalent of a state to fund various public expenditures.

A Tax is a financial charge or other levy imposed upon a taxpayer (an individual or legal entity) by a state or the functional equivalent of a state to fund various public expenditures.

286 questions
0
votes
2 answers

Need help using California's tax rate API in C#

The state of California provides this CATaxRateAPI.cs file, some of which I will post the code for at the end of this message. Unfortunately, they do not provide any examples of how to use it that I can find, so I am struggling with how to…
Alan Denke
  • 67
  • 9
0
votes
1 answer

Set a Zero tax rate on a cart fee in WooCommerce

In woocommerce I am adding progressive fee based on product categories with the code below (from this answer thread) and it works well: add_action( 'woocommerce_cart_calculate_fees', 'wc_custom_surcharge', 20, 1 ); function wc_custom_surcharge(…
0
votes
2 answers

Tax Calculator in C# - How to Display debt over time

So id like to create a tax calculator in c# that does the following: Example 1: Input: 1200.0 - amount loaned 10 - tax in percentage 3 - number of years in debt Output: Growth of debt throughout 3 years: 1200.0 1320.0 …
Deny51853
  • 3
  • 3
0
votes
4 answers

Calculating tax using javascript

So my question is how do I add the function calculate() to the HTML code for the tax input to dynamically change. For example, if I'd write in 10'000 in the income field, the tax should show 3'500, and if I additionally added 10'000 in the wealth…
Ztoric
  • 21
  • 1
  • 1
  • 3
0
votes
0 answers

Acrobat GST Calculation

I have a preprinted government issued invoice template. I transferred it to Acrobat and made a form. The issue is I have only the following fields: Subtotal = subtotal GST Rate = gstrate Grand Total = where the calculation going to appear Thus I…
0
votes
0 answers

Woocommerce not showing price excluding tax on product detail page

I have 2 products on the site and using tax on them. One product has priced $38.00 and showing price excluding tax on product detail page that is $34.55. The other product has $88.00 price but on the detail page, it is showing $88.00 instead it…
dev tester
  • 327
  • 1
  • 10
  • 25
0
votes
0 answers

Woocommerce backend tax display

I building a Woocommerce shop. By default the prices on the backend products page are shown without TAX. The customer wants to show this price including the TAX. Is it possible to change this?
krb33
  • 1
  • 1
0
votes
1 answer

How to write a formula to calculate tax dynamically

I have an income statement projection sheet and I attached one part of it below. I have a question for the yellow line (Row 7). I try to find a formula to calculate the tax based on Row 5. The logic is: for any cell (cell X7) between H7 to R7, if…
emma12345
  • 107
  • 4
  • 10
0
votes
1 answer

Prestashop 1.7 need tax included in total only, not in product price

I know enough about programming to tinker a little, but MVC models are still baffling to me. I need a way to have the checkout total include the cost of taxes, but I do not want the product price to include the price of taxes. The tax amount already…
ws62003
  • 16
  • 1
0
votes
2 answers

Remove woocommerce cart (estimated by country) tax text

I'm building a site in wordpress and when I goto cart this keeps popping up "(estimated for Australia)" right after TAX then gives the value of the tax on the item/s. I checked out another question and answer on here for the same thing however they…
Alisha84
  • 13
  • 1
  • 3
0
votes
1 answer

Woocommerce Tax Calculation

South Africa's VAT just increased from 14% to 15% effective 1st April 2018. We have increased the Standard Tax rate in the settings to 15% like so: On the checkout page I'm adding a product worth R450 to the cart. It calculates to include VAT worth…
Marcus Christiansen
  • 3,017
  • 7
  • 49
  • 86
0
votes
1 answer

Rounding NSDecimalNumber HalfDown

As we all know, when calculating with a precise number (E.g. money), it's best to use NSDecimalNumber instead of basic float or double. Then, we have rounding options: public enum RoundingMode : UInt { case plain // Round up on a tie case…
Eddie
  • 1,903
  • 2
  • 21
  • 46
0
votes
1 answer

Set customer "exempt of vat" when order is created in backend in WooCommerce

I would like to add an action in woocommerce to remove the tax from orders when created in the backend and for special users as customers. This code is working for the normal order process on the website, but not on the backend add_action(…
Alex
  • 195
  • 12
0
votes
1 answer

Show Tax Amount but don't include in SubTotal & Grand Total

I need help regarding Magento 1.9.2, I want to show the Tax amount but don't want to include in SubTotal and in GrandTotal amount. i have already play around with Tax Settings admin-->System-->Configuration-->Sales-->Tax-->Shopping Cart Display…
Crumby
  • 23
  • 1
  • 10
0
votes
1 answer

Consolibyte Quickbooks use of an unknown class

I use quickbooks-php. If I want to get a Quickbooks tax rate (not in the online US account). I'm looking for error QuickBooks_Loader::load(): Failed opening required…