From: Ed W <li...@wi...> - 2009-05-12 22:21:32
|
Alan Murrell wrote: > ----- "Paul Tammes" <pt...@wa...> wrote: > > >> Now for a customer to be able to buy all *three *sorts of goods and >> services >> for the respective tax %, *all* available boxes (0%, tax low 6% and >> tax >> high 20%) should be ticked. On invoicing everything should work out. >> > > So if I understand you correctly, what you are saying is this: > > - A Customer should always have all the available tax boxes checked > - When defining a product/service, only check the tax boxes that apply for that product (e.g., 20% VAT for whatever, 6% VAT for another product, etc.) > - When an item is added to an invoice, SQL-Ledger will apply the appropriate taxe(s) based on the product/service and what taxes apply to them > The point is that only the intersection of all options apply So if you have 4 taxes (a, b, c, d) then if your customer had a and b selected, and the product had b and c selected, then the invoice would use only tax b (the intersection) To solve the problem I sometimes duplicate my customer as vattable and non vattable, but more often I duplicate the product and make that vattable or non vattable. eg you could use two consultancy items, "Consultancy with deliverable" and "Consultancy work only" and that would give you control over whether or not to bill tax Good luck Ed W |