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

How to add tax to PayPal Installment Button

I have a business PayPal account. I have added an installment button for a product on my website. On checkout, the tax is not calculated or added to total. My tax table in PayPal is correct. I notice that the Buy Now buttons have tax instructions…
Val
  • 1
  • 1
0
votes
2 answers

How to add an integer in a string, java and limit user input

Hi I needed help with doing a calculation in this right here. On the line where it has single, i want to add the number to the calculation but it just adds it as if im just writing the number itself in a sentence. How do i add it as if its a…
McDodger
  • 43
  • 1
  • 1
  • 7
0
votes
1 answer

How to add outputs in java?

I am writing this program that calculates total tax for different tax brackets and when sentinel data is input, I have to add up all the taxes. My question is how can I add all the taxes that were output by my program. Here is the code: import…
user5400828
  • 71
  • 1
  • 8
0
votes
1 answer

Why is my program rounding up wrong?

Here is my program to calculate tax from a bill Someone please explain to me what in my program is causing my program to round the tip higher then the master output which is inputed into my program by a auto grader. I cannot find the cause of my…
LEnc95
  • 58
  • 2
  • 10
0
votes
2 answers

How can I use computeTax method to calculate tax a variable defined in main and then call the value of tax later in main?

How can I use computeTax method to calculate tax a variable defined in main and then call the value of tax later in main? Any further assistance would be appreciated on any of the code you see below as well. import java.util.Scanner; // Date: Sep…
LEnc95
  • 58
  • 2
  • 10
0
votes
1 answer

charge tax if shipping address or billing is in California

We want to charge tax if shipping or billing address is in California. So to summarize, tax should be charged if: Shipping address is California Billing address is California Do NOT charge tax if shipping and billing address both are outside of…
vanurag
  • 297
  • 2
  • 19
0
votes
1 answer

How to differentiate tax code per SAP module?

Is there a way to make the same tax code percentage vary according to the sap module you use it in? like tax code vz 19% in module MM, tax code vz 0% in module SD. maybe there is a certain transaction that offers the respective settings? thanks
chrnit
  • 17
  • 2
  • 8
-1
votes
2 answers

Programmatically filing IRS 1099 documents without using FIRE

Is there a way to submit IRS 1099 document(https://www.irs.gov/forms-pubs/about-form-1099-nec) programmatically? 1099 documents can be submitted through FIRE https://fire.irs.gov/, but it requires a manual process to upload the files. I'm wondering…
tomoima525
  • 832
  • 10
  • 13
-1
votes
1 answer

Libreoffice Calc sum/merge rows by timestamp?

I have a spreadsheet similar to this, consisting of crypto transactions, with 5k+ entries. However the exchange has chopped each transaction into 3 separate entries (Rec,Sent,Fee). Sometimes the transaction is also split before the chop, resulting…
user15427282
-1
votes
1 answer

DAX - A couple of measures depending on each other

From POWER BI table containing a simple series of yearly results (profit or loss), I'm trying to calculate yearly taxable income. For that, losses from one or several previous years can be deducted from current profit if the amount of previous…
r.adler
  • 1
  • 4
-1
votes
4 answers

Calculating Percentage Python

Im building a basic income tax calculator but can't figure out how to do all the necessary calculations if income in range(120001, 180000): tax = income + 29467 tax = income / 0.37 The given income if in this range needs to be $29,467 plus…
bmo
  • 13
  • 3
-1
votes
1 answer

How do I multiply a HTML value on a page by a percentage (15%)

I am new to JavaScript and would appreciate some guidance, I am trying to take a HTML value from page without Tax and update that same value to be inclusive of Tax. Tax in my country is calculated at 15% of the value hence the 1.15 Javascript var x…
Lielow
  • 1
-1
votes
1 answer

Disable tax for tax exempt customers in WooCommerce

I have tax enabled for my WooCommerce installation. It calculates tax for all customer's who live in my state (based on their shipping address). This is the default setup for WooCommerce. Some customers are tax exempt and shouldn't be charged tax. I…
user1822824
  • 2,478
  • 6
  • 41
  • 65
-1
votes
1 answer

Tax is not showing on Checkout Page

My settings are set up to show price incl. VAT on Product Page, but excluding on Checkout page. VAT is not showing. By the way, I did test order where on order confirmation VAT is showing. I have run troubleshooting for theme conflict, but the same…
Nora
  • 1
-1
votes
1 answer

Odoo custom module fix taxes order line?

I'm a Odoo user (not developer). I have a custom module that have 2 bugs, I'm trying to understand how fix bugs, but I don't find solution. I think code interested is in model file. Module, by barcode scanning in a custom field, add product line in…
Dani
  • 39
  • 5