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
1 answer

Magento 2: How can create different Tax rate for multiple store for same country

Is it possible to create multiple stores for the same country (to all states) and each store has assigned for different tax rules? Example for the country US I want to create three different stores. 1) US-store-1 2) US-store-2 3) US-store-3 And each…
irshad
  • 1
  • 2
0
votes
1 answer

Tax classes on WooCommerce with Dokan

I have a marketplace with Dokan Pro installed. I would like that when vendors create a product ,there is no tax. But, I need 20% VAT on the products I sell as an administrator. I mean for example that vendors can buy different products to promote…
0
votes
2 answers

How to Round to the nearest .05 in Java?

I got a little project that I had to complete for a job. I am sure you guys have seen this project on here. I am want two things, tip on how to get the correct answer and also a peer review on my solution so far. public class OrderMethod { …
0
votes
0 answers

Setting up GST invoice application report differs for item wise sales against total sales

We have set up GST application where I am getting difference between reports like monthly item wise sales report against monthly total sales report. Please suggest me any changes I need to make for following rules: We have 3 tables A. Order master…
0
votes
3 answers

How is it possible to add condition to this code that if the employee is below the age of 30, he only has to pay half of his taxable income?

income_input = {"Gerard": 120000, "Tom": 60000, "Roos": 40000} def calculate_tax(income_input): for item in income_input: income = income_input[item] # print(income) if (income <= 50000): tax =…
Roman
  • 3
  • 1
0
votes
1 answer

Calculating taxes before any promotion gets applied - SAP Hybris

We are using hybris 1811 version. B2C application. Tax calculation is done on the net amount i.e. after the promotion is applied. But we want the tax calculation to be done on the grosss amount i.e first tax should be calculated then promotion…
pa_One
  • 35
  • 1
  • 2
  • 11
0
votes
0 answers

Xero - Inclusive Tax Breakdown for invoice shows miscalculation

I'm testing out the Xero sales tax functionality and have run into an interesting issue with how inclusive taxes are being calculated. I built out a tax rate comprised of 3 tax components. One of these tax components is flagged as compound Rate AAA…
0
votes
1 answer

Add custom tax calculating using custom API in Shopify

Researched Shopify API reference but didn't get any solution yet. I am looking to add a custom Tax (calculated from third party API) in Shopify on checkout page. I knew that Shopify does not allow to customize checkout page and we have checked the…
0
votes
1 answer

How to integrate JavaScript into a HTML page

I am trying to make an HTML website that sells pens, pencils and erasers. My issue is integrating the JavaScript into my HTML page. Everything has been working properly up until the last couple chunks of JavaScript any thoughts on how I could fix…
user11517223
0
votes
1 answer

Is there a filter or hook t change the WC_Tax::get_rate_label( $key ) in woocommerce?

I am trying to change the Tax label on the cart, checkout order-review and email. I have tried to create a function with 'woocommerce_get_order_item_totals' and also with 'woocommerce_get_formatted_order_total' No luck. It either remove all or adds…
Jean Paul
  • 21
  • 3
0
votes
0 answers

Apply Different Tax Rate Based on Customer User Role

I have regular customers and regular and tier-level wholesalers. I live in Canada and with have two taxes to apply (GST & PST). We also have customers/wholesalers that get exempted from one tax (PST) only or both taxes. I have one regular wholesale…
Lyse
  • 53
  • 1
  • 8
0
votes
0 answers

How to write most efficient code for the following matching problem?

Need to match tax records from two Tables (A and B) each having a record with 10 type of values and classify them in 4 different buckets as follow: Match Mismatch (show where exactly is a mismatch and identify approximate mismatches as well for…
0
votes
1 answer

Taxable Sales Calculations (Tax Table)

I'm trying to wrap my head around taxable sales, non-taxable sales, and tax paid using only a view values our Point-of-Sale outputs each month. I have Order Total and Tax as the two figures I need to work with. The problem(s) I'm having are when…
BeardedSith
  • 129
  • 11
0
votes
1 answer

match the array from DB column with another DB table column in laravel

I'm getting data through the 2 table in form of array (like address) and one to find particular pin code in another table here is the 2 model that i'm using to find and match the result and perform the tax function eg. if one table have the array…
0
votes
0 answers

WooCommerce: Different "shop base address" for different products

In our project, we have a specific scenario. Basically, we need to set calculation of tax based on: Shop base address but that address should be different for each product. Product A = Address A Product B = address B So taxes and currency are then…
Ponk Imo
  • 1
  • 2