Advertisement

1 - 10 of 14 containing alltags:("vat") (0 seconds)
Hi Im trying to write a program that would calculate the amount of VAT to be paid on certain amounts of cash (that would be stated by the user).  I have a program that calculates Interest, would...
Zones: JavaDate Answered: 07/15/2003 Grade: A Views: 0
Hi I have a form that calculates the total cost of a product based on the options selected. The Total cost (excl VAT & delivery) is displayed in a text field "total". I would like to write a ...
Zones: JavaScriptDate Answered: 08/18/2003 Grade: A Views: 0
Hi there, I'm looking to create a variable for VAT in a webpage which calls from a db. The itemPrice is the the plain value, then I wanted a vat value which calculates the UK VAT value (17.5%) a...
Zones: ASP.Net ProgrammingDate Answered: 03/10/2005 Grade: A Views: 0
Hi, I am running Oracle DB 10g on Windows, and I am writing a trigger to apply various conditions to the staff expense details table (expense_line) on a before insert or update trigger. This wil...
Zones: OracleDate Answered: 04/12/2005 Grade: A Views: 8
Hello, I often get files with a column for price, but it is usually excluding VAT.  So I need to manually calculate the VAT for each row, item. i.e. -------------------------------------- ...
Zones: MS ExcelDate Answered: 04/17/2006 Grade: A Views: 0
In sql server 2000 I have the following query in a stored procedure: select  amount,       amount * VAT / 100 as vatsum,       amount + (amount * VAT / 100) as total from table1 1. if the value of VA...
Zones: MS SQL ServerDate Answered: 06/21/2006 Grade: B Views: 0
Does anyone know VAT formula or can tell me where i can find Access/VBA library for  VAT formula. In Europe and Canada, they use VATand can be up to 10 VATs. Let say, given: qty=1, Price=$100.00, ...
Zones: Ms Office SuiteDate Answered: 10/11/1997 Grade: C Views: 65
Hi there. I have a slight problem which I need answering fairly urgently. I have this: 1  <ItemTemplate> 2  <br><h3><%#Container.DataItem("itemName")%></h3> 3  <font align=justify><%#Con...
Zones: ASPDate Answered: 01/04/2006 Grade: A Views: 0
Hi Its been a long time since I used Visual Basic in Access and I cannot remenber how to write the following code. Private Sub ExpenseVatAmount_AfterUpdate() ExpenseGrossAmount * 17.5/117.5 ...
Zones: MS Access, Microsoft ProgrammingDate Answered: 01/09/2006 Grade: A Views: 0
Hello, I'm developing a site to sell internationally from U.K.  Should I display VAT during checkout, (assuming that it's meaningless outside the UK (?) or is it?) or just state that all pri...
Zones: Internet MarketingDate Answered: 01/28/2006 Grade: A Views: 0