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

Calculate total taxable amount or tax applied on profit amount using Google sheets formula

Following to my previous question, thanks to @rockinfreakshow and @Martin I got the optimal solution which I was looking for. Now I need your expert opinion to confirm whether it is possible, so please bear with me due to my beginner skills in…
EagleEye
  • 240
  • 2
  • 8
0
votes
0 answers

Country based prices inclusive or exclusive of tax

In WooCommerce the prices can be set inclusive or exclusive of tax. This is set through the option under Tax settings. I have this set to "inclusive of tax" so that the customer pays only the product price (e.g. €100) including the tax (e.g. %20).…
Metin
  • 99
  • 1
  • 2
  • 11
0
votes
0 answers

Tax certificate resindency

We would need Mapbox' certificate of 2023' Tax residency Our TAx Authorities are requesting all of our providers to send us its certificate of tax residency (from anywhere outside Spain) Could I contact anyone in MapBox Finance to help me with that?
0
votes
0 answers

Add the price TTC and HT in my cart with WooCommerce WordPress

I can't add the HT in my cart. I have to have the TTC and HT displayed here. The TTC is 22,80 €. And the HT, it is 19 €. The VAT is 3,80€. I have this code // For Woocommerce 2.5+ (2.6.x and 3.0) add_action('woocommerce_cart_calculate_fees',…
maka
  • 39
  • 7
0
votes
1 answer

Google Sheets Financial Year Formula

Using the below formula to calculate the Financial Year from the Date (G) column: =IF(MONTH(G2)>4,YEAR(G2)&"-"&YEAR(G2)+1,YEAR(G2)-1&"-"&YEAR(G2)) It works for that specific cell - G2 but I'm wanting to apply the same formula to the entire 'Tax…
0
votes
0 answers

Does anyone know of a global tax rate API that includes all countries?

I was wondering if anyone can help me? I have been searching for an API for merchant tax rates that includes all countries. I need to be able to state and apply any and all tax rates from one country to another but am having some difficulty finding…
0
votes
0 answers

Problem swapping on uniswap: can swap only 0,001eth

I wrote this contract for a friend but i have an immense problem with taxations: i can only swap little amount or transaction does not trigger on metamask. I'm becoming mad. This is the code i wrote. // SPDX-License-Identifier: MIT pragma solidity…
0
votes
0 answers

Calculate Standard TAX Rate on all products in shopping bag if company name is filled in WooCommerce

Some of my products are sold without tax. This applies only to private customer(B2C) and not to business to business sales. Is there a way to set tax of ALL products in the shopping bag to standard tarif WHEN the billing_company field is set?
Leon
  • 17
  • 6
0
votes
0 answers

Woocommerce is tax rate is 0

In Woocommerce, I am keeping prices the same regardless of tax rate using the filter: add_filter('woocommerce_adjust_non_base_location_prices', '__return_false'); Now, I'd like to exclude a few countries that are exempt of tax. This function works…
0
votes
0 answers

WooCommerce override "Tax Included In Price" setting for user role?

We've got a custom user role called "Trade Customer." For normal customers, the price is set in the system as INCLUDING tax - so £59.99 is the price including tax. For Trade Customers, the price is imported from an external system and for example…
0
votes
1 answer

Can you require Stripe Connect accounts to be held by people in the US?

I'm integrating with Stripe Connect, and, for tax purposes, only want to support Connected Accounts for people in the US. I wasn't able to find anything about this in the documentation. Is there a mechanism for this? I'm using Firebase, so an…
Nathan
  • 73,987
  • 14
  • 40
  • 69
0
votes
1 answer

How to stop woocommerce from adding tax

commerce rest API to create orders, is there a way to send order amount inclusive of tax. i do not want woocomm to add tax to the order if the order amount is inclusive of tax, i have already tried sending "prices_include_tax" in the payload but…
0
votes
0 answers

Canadian Tax with Prestashop

i've a problem with ps admin. I need to insert specific tax for zipcode, ex: 10% on Ontario L7C but i can't insert just L7C cause (correctly) this provide me and error related to format. The problem is that i've tons of exception and zipcodes…
0
votes
0 answers

How to group total of same tax name in woocommerce

I have 2 tax classes one is GST 18 and another is GST 10 when i am applying it to the products and generating the pdf invoice it shows both the tax rate separately. I want to combine the total tax value of same tax name together like CSGT and SGST…
0
votes
0 answers

Custom TAX rule woocommerce

I have a question about setting up a tax enforcement under a particular condition. Now my ecommerce is set up to calculate taxes based on billing address. Therefore: If the customer is European, the taxes are calculated based on the percentage of…