Newbies kodeman Posted December 31, 2007 Newbies Posted December 31, 2007 Hi all, in a nut shell.. i need to be able to do the following example in an invoice which will not calculate the VAT/Tax in a field: example below of £31.00 should be exempt in part of the Invoice. MOT Charges £16.71 VAT/Tax £02.92 (Field calculates tax of £16.71 @ 0.175 Subtotal £19.63 MOT £31.00 ( Omit tax calculation here Total £50.63 ------------------------------------------------- So i need to omit the MOT field of £31.00 from being calculated with VAT or Tax? Does anyone know how to get around this or know a script/or calculation theory. Many Thanks Forum. Liam.
Søren Dyhr Posted December 31, 2007 Posted December 31, 2007 It could be in several ways, this is one of them.... The reason for Choose( is to exploit the undefined state when the pointervalue is less than 0 to avoid dangling zeros! --sd Invoice.zip
Newbies kodeman Posted January 8, 2008 Author Newbies Posted January 8, 2008 Hi there, many thanks for the solution your a genius... however in the solution you sent me could the VAT/Tax field be included to show the VAT amount, and below that a subtotal field as in the following to show only the MOT Charges and VAT added together? MOT Charges £16.71 ( Field 1 ) VAT/Tax £02.92 (Field calculates tax ( Field 2 ) of £16.71 @ 0.175 Subtotal £19.63 ( Field 3 ) MOT £31.00 ( Omit tax ( Field 4 ) calculation here Total £50.63 ( Field 5 ) Could you show me such a solution? Many Thanks Kodeman.
Søren Dyhr Posted January 8, 2008 Posted January 8, 2008 See if this is enough? One thing though, is that the Vat rate ought to be stored in a way the user can access it, in case of change! --sd InoviceVatShow.zip
Newbies kodeman Posted January 9, 2008 Author Newbies Posted January 9, 2008 Many thanks, your are great help...cheers...
jamesducker Posted November 24, 2008 Posted November 24, 2008 > See if this is enough? > One thing though, is > that the Vat rate ought > to be stored in a way the > user can access it, in case of change! Hear hear! Fortunately all our systems were designed to cope with the latest change in the UK VAT rate to 15%, announced today with only a week's notice - but many won't be. We can of course assist anyone whose system can't handle it... James
Recommended Posts
This topic is 5902 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now