VAT Setup

2015-08-10 Thread Peter Arnold
100, i.e. the correct price with VAT tax included is USD 100 + 19% = USD 119. To me the indicate product price of USD 141,61 seems to be not correct since VAT was added, even though it was already included. I have also researched the user list and several related Jira issues and hav

RE: VAT Setup

2015-08-10 Thread Peter Arnold
The VAT tax seems to be added to the price because of following code in TaxAuthorityServices.java: TaxAuthorityServices.java // add up amounts from adjustments (amount OR exemptAmount, sourcePercentage) for (GenericValue taxAdjustment : taxAdustmentList) { if

Re: VAT Setup

2015-08-10 Thread Pierre Smits
Hi Peter, You might benefit from a book written by community member Sharan Foga on the subject of accounting with OFBiz. See: http://www.lulu.com/shop/sharan-foga/getting-started-with-apache-ofbiz-accounting/paperback/product-21841766.html Best regards, Pierre Op dinsdag 11 augustus 2015 heeft

Re: VAT Setup

2015-08-11 Thread Jacques Le Roux
Did you check how prices are created? It depends on parameters you pass You can read the createProductPrice description in its definition: <> HTH Jacques Le 11/08/2015 07:00, Peter Arnold a écrit : The VAT tax seems to be added to the price because of following code in TaxAuthor

Re: VAT Setup

2015-08-11 Thread Sharan-F
applied. (e.g. DemoCustomer has a US address so the US tax rates will be applied). I'm not sure why updating the Include Tax in Price flag at the store level doesn't achieve this too. Anyway I hope this helps. Thanks Sharan -- View this message in context: http://ofbiz.135035.n4.nabb

Re: VAT Setup

2015-08-11 Thread Jacques Le Roux
way I hope this helps. Thanks Sharan -- View this message in context: http://ofbiz.135035.n4.nabble.com/VAT-Setup-tp4671326p4671361.html Sent from the OFBiz - User mailing list archive at Nabble.com.

RE: VAT Setup

2015-08-11 Thread Peter Arnold
Hi Pierre, Sharan and Jaques, I have read all your comments. Thank you very much for helping. Pierre, Thanks for the hint, Sharan's book is already on my shelf and has brought me to where I am without too much troubles, however on the VAT-Tax setup I remain confused. Sharan, Thank you for repr

RE: VAT Setup

2015-08-11 Thread Peter Arnold
When pricing is added directly to variant products, the prices are indicated correctly in product screens, shopping cart and final order review. However prices are indicated with added sales tax when I apply pricing only to the virtual product. One of the reasons to use virtual-, variant- produc

Re: VAT Setup

2015-08-12 Thread Jacques Le Roux
Peter, Inline... Le 11/08/2015 16:50, Peter Arnold a écrit : Jaques, Thank you for this hint. With this description of course I would have succeeded earlier. Though the very important part would be to know how you track down such a problem and even get to know that the service "createProduct

Re: VAT Setup

2015-08-13 Thread Jacques Le Roux
Le 11/08/2015 17:52, Peter Arnold a écrit : When pricing is added directly to variant products, the prices are indicated correctly in product screens, shopping cart and final order review. However prices are indicated with added sales tax when I apply pricing only to the virtual product. Thi

RE: VAT Setup

2015-08-13 Thread Peter Arnold
Jaques, Thank you for the interesting insight on debugging and your interest in the problems I am describing here. In order to reproduce the prices with added sales tax on the variant product, even though set up as VAT and with "Tax in Price included" please follow the following steps. It's a

RE: VAT Setup

2015-08-14 Thread Sharan-F
s been reported before but I couldn't find anything so I think it would be good if you could create a Jira issue for this. Thanks Sharan -- View this message in context: http://ofbiz.135035.n4.nabble.com/VAT-Setup-tp4671326p4671388.html Sent from the OFBiz - User mailing list archive at Nabble.com.

RE: VAT Setup

2015-08-14 Thread Peter Arnold
Dear Sharan, Thank you for reproducing this setup and verifying its unexpected outcome. I agree with your conclusions and have opened a Jira. https://issues.apache.org/jira/browse/OFBIZ-6576 I hope I have done that well since it's the first one I have opened. Thank you and regards, Peter ---

Re: VAT Setup

2015-08-19 Thread Jacques Le Roux
Thanks Peter, I have just adjusted the concerned versions Jacques Le 14/08/2015 20:53, Peter Arnold a écrit : Dear Sharan, Thank you for reproducing this setup and verifying its unexpected outcome. I agree with your conclusions and have opened a Jira. https://issues.apache.org/jira/browse/OFB

VAT setup in ofbiz

2019-04-11 Thread wp . rauchholz
Is this the latest and accurate guide to setup VAT in ofbiz? Show prices with VAT included in eCommerce (B2C) For that you must : In your store, set the field "Show Prices With Vat Tax"=Y Set the field "Vat Tax Auth Geo Id" with the corresponding VAT Geo (it's a default value, remember

Re: VAT setup in ofbiz

2019-04-11 Thread Jacques Le Roux
Le 11/04/2019 à 15:19, wp.rauchh...@gmail.com a écrit : Show prices with VAT included in eCommerce (B2C) Where does that come from exactly? Have you an URL, something else? Jacques

Re: VAT setup in ofbiz

2019-04-11 Thread Wolfgang Paul Rauchholz
Here is the link: https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PricesWithVAT On Thu, Apr 11, 2019 at 19:50 Jacques Le Roux wrote: > Le 11/04/2019 à 15:19, wp.rauchh...@gmail.com a écrit : > > Show prices with VAT includ

Re: VAT setup in ofbiz

2019-04-12 Thread Jacques Le Roux
Thanks, Mmm, as I suspected this is a very old advice (more than 10 years). I'll have a look... Jacques Le 11/04/2019 à 20:33, Wolfgang Paul Rauchholz a écrit : Here is the link: https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-

Re: VAT setup in ofbiz

2019-04-12 Thread Jacques Le Roux
Ah sorry no, I confused with the advice below ("Certificate for RMI") I'll check anyway Le 12/04/2019 à 13:20, Jacques Le Roux a écrit : Thanks, Mmm, as I suspected this is a very old advice (more than 10 years). I'll have a look... Jacques Le 11/04/2019 à 20:33, Wolfgang Paul Rauchholz a é

Re: VAT setup in ofbiz

2019-04-13 Thread Jacques Le Roux
It works following this tip, I just moved the 2nd and 3rd line above the 1st. Else you get an explaining error. You need to set the fields "Vat Tax Auth Geo Id"and especially "Vat Tax Auth Party Id" before setting "Show Prices With Vat Tax"=Y. I used respectively FRA and FRA_TA For the point 4

Re: VAT setup in ofbiz

2019-04-14 Thread Wolfgang Paul Rauchholz
Thank you Jacques On Sat, Apr 13, 2019 at 6:10 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > It works following this tip, I just moved the 2nd and 3rd line above the > 1st. > > Else you get an explaining error. You need to set the fields "Vat Tax Auth > Geo Id"and especially "Vat Ta