Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
aopps5@adobeforums.com #1
Java script to add vat /sales tax calculation
Hi,
I have designed a form for contractor’s invoices and I would like some help with the java script to work out this calculation.
The calculation needs to times the stores value by the VAT rate % (sales tax)
i.e. 100 x 17.5% = 17.50
Can this be done and what is the custom calculation script?
Any help would be most welcome.
I can provide a copy of the form if required.
aopps5@adobeforums.com Guest
-
help with java script
Hi, can someone please help me. on my page http://www.watersportsproducts.com/store2/test.htm - I can not get the java script to return the right... -
CF Grid / Java Script / Action Script
Hi, Does anyone know of a good reference for the attributes CFgrid exposes in a flash form? eg. I would like to select the first row on load. ... -
Calculation script not running.
You can downloaded from here: <http://www11.brinkster.com/ispace/xml/90FL(01-02).pdf> -
Mac and Java Script?
Hello. I have an asp page with java script that calls a clicked event on some radio buttons. It works as expected except for Mac users. They are... -
Do you need to use Java script in ASP .Net?
Hi, Experts, With the great functionalities in ASP .net, do we still need to use JavaScript? Thanks Jerry -
jabba40@adobeforums.com #2
Re: Java script to add vat /sales tax calculation
Hi,
Please provide a copy.
Paul Hughes
jabba40@adobeforums.com Guest
-
Larry_Tilley@adobeforums.com #3
Re: Java script to add vat /sales tax calculation
var a = this.getField("SubTtl");
var b = this.getField("Shipping");
var c = this.getField("Installation");
var d = this.getField("tax");
event.value = (a.value + b.value + c.value)* d.value;
I think this might be of assistance. I use this in a PO
Simple but it works
Larry_Tilley@adobeforums.com Guest
-
W_T_Allen@adobeforums.com #4
Re: Java script to add vat /sales tax calculation
You have to pay tax on shipping and installation?
W_T_Allen@adobeforums.com Guest
-
Larry_Tilley@adobeforums.com #5
Re: Java script to add vat /sales tax calculation
Welcome to Texas.
Larry_Tilley@adobeforums.com Guest
-
aopps5@adobeforums.com #6
Re: Java script to add vat /sales tax calculation
what is your email jabba40 so I can send you the form
aopps5@adobeforums.com Guest
-
jabba40@adobeforums.com #7
Re: Java script to add vat /sales tax calculation
Hi,
It's [email]paul.hughes@symphony-group.co.uk[/email]
Paul Hughes
jabba40@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #8
Re: Java script to add vat /sales tax calculation
>You have to pay tax on shipping and installation?
In the UK, certainly. It's a legal requirement to charge it.
Aandi Inston
Aandi_Inston@adobeforums.com Guest



Reply With Quote

