Re: Will Pay US$500 for a Solution to a basic tax calculation issue

2007-04-27 Thread David E. Jones
This is something that needs to be fixed. One of the requirements that I modeled with the TaxAuthority stuff was a common VAT requirement of calculating tax to 3 decimals for each item/line in an order and then summing it all, and then rounding it to 2 decimals. It sounds like this has st

Re: PO Missing from ALL Enterred Orders

2007-04-27 Thread Scott Gray
Yes, it is definitely stored. Regards Scott On 28/04/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I noticed that in the demo system that there are no permissions to allow me to create a new order. So I can't try the PO function. Can someone verify that the PO number inserted during

Re: Will Pay US$500 for a Solution to a basic tax calculation issue

2007-04-27 Thread Scott Gray
From looking at the code, the tax is always calculated and rounded to 2 decimal places for each order (and invoice) line, so there is no way to get a grand total of $91.04 regardless of what settings you place in arithmetic.properties. Your only solution would be to refactor quite of lot of code

Re: control applet in 4.0

2007-04-27 Thread BJ Freeman
it was more where it was and I could not find it being used. I expected it to be under obiz.org.someting David E. Jones sent the following on 4/27/2007 7:16 AM: > > It's old code that may need to be updated to work properly, but other > than that why would it not belong in the release branch? >

Re: Possible race condition problem in login process?

2007-04-27 Thread David E. Jones
The real problem that I'm hoping to solve is why is OFBiz trying to create two UserLoginHistory records within one second in the first place? There is something not right there... -David On Apr 27, 2007, at 2:57 PM, Krzysztof Podejma wrote: go to party manager click logout (upper right c

Re: Company Name - Order Confirmation #${orderid}

2007-04-27 Thread David E. Jones
Where does the documentation say that? It looks like it is incorrect because the "i" in "orderid" should be a capital, ie "orderId". -David On Apr 27, 2007, at 9:05 PM, <[EMAIL PROTECTED]> wrote: Hi, In the 'Catalog Manager' in 'Stores' you can configure your 'email confirmation' detail

Company Name - Order Confirmation #${orderid}

2007-04-27 Thread peter
Hi, In the 'Catalog Manager' in 'Stores' you can configure your 'email confirmation' details, the documentation suggests using 'Company Name - Order Confirmation #${orderid}' However, when you use this syntax the E-Mail Subject comes out as 'Company Name - Order Confirmation #${orderid}' It se

Re: Will Pay US$500 for a Solution to a basic tax calculation issue

2007-04-27 Thread Chris Howe
For those interested in Peter's challenge, IIRC, his total was ending up at 91.03 or 91.05, depending on the arithmetic rules. he is expecting 91.04. If someone could verify the following behavior, you may claim his prize :) . (I don't have time at the moment to actually dig for this occurrence,

RE: PO Missing from ALL Enterred Orders

2007-04-27 Thread peter
Hi, I noticed that in the demo system that there are no permissions to allow me to create a new order. So I can't try the PO function. Can someone verify that the PO number inserted during the 'New Order' process in the 'Order' manager, retains the PO number to completion of the order. Thanks

Will Pay US$500 for a Solution to a basic tax calculation issue

2007-04-27 Thread peter
Hi, Ofbiz must be capable of calculating tax or vat correctly (the term vat is used in the UK to describe tax on goods, tax at a rate of 17.5%). TO BE CLEAR; THE CALCULATION OF TAX IS THE PROBLEM. THE CALCULATION OF PRODUCTS IS CORRECT. 'arithmetic.properties' is the file I have been working

Re: Possible race condition problem in login process?

2007-04-27 Thread Krzysztof Podejma
go to party manager click logout (upper right corner), click login in the middle, then logout (upper right), and login if You don't get error try it several times i think it is mysql timestamp issue, derby has milliseconds in timestamps, mysql not. see my comment in jira Krzysztof Podejma 2007

Re: Possible race condition problem in login process?

2007-04-27 Thread David E. Jones
I guess what I'm looking for is what do you do to make this problem happen? You mentioned a login twice in one second, but how do you do that? -David On Apr 27, 2007, at 2:45 PM, Krzysztof Podejma wrote: MySQL and firefox with savet login and password try to login twice in a one second

Re: Possible race condition problem in login process?

2007-04-27 Thread Krzysztof Podejma
MySQL and firefox with savet login and password try to login twice in a one second and You will get this error in console: (Duplicate entry 'admin-10011-2007-04-27 22:43:31' for key 1))). Rolling back transaction. Krzysztof Podejma 2007/4/27, David E. Jones <[EMAIL PROTECTED]>: What is your t

Re: Possible race condition problem in login process?

2007-04-27 Thread David E. Jones
What is your test case that is failing now? -David On Apr 27, 2007, at 2:17 PM, Krzysztof Podejma wrote: I showed possible workaround in https://issues.apache.org/jira/browse/OFBIZ-925 after revs 532993 and 532994 even with my modifications there are still this error in console log becaus

Re: Possible race condition problem in login process?

2007-04-27 Thread Krzysztof Podejma
I showed possible workaround in https://issues.apache.org/jira/browse/OFBIZ-925 after revs 532993 and 532994 even with my modifications there are still this error in console log because visitid doesn't increment anymore ... without changes in revs 532993 and 532994 worked well Regards Krzysztof P

Re: Documentation products

2007-04-27 Thread Krzysztof Podejma
svn trunk of course ;] pls. answer my qusetion Krzysztof Podejma 2007/4/27, David E. Jones <[EMAIL PROTECTED]>: Which version of OFBiz are you using? I believe this was corrected recently. -David On Apr 27, 2007, at 1:41 PM, Krzysztof Podejma wrote: > Hello, > Where I can find documentat

Re: Documentation products

2007-04-27 Thread David E. Jones
Which version of OFBiz are you using? I believe this was corrected recently. -David On Apr 27, 2007, at 1:41 PM, Krzysztof Podejma wrote: Hello, Where I can find documentation or faq about differences between types of products and usage as well? I'm not sure how to use "SERVICE" produc

Documentation products

2007-04-27 Thread Krzysztof Podejma
Hello, Where I can find documentation or faq about differences between types of products and usage as well? I'm not sure how to use "SERVICE" product type. I'm always getting backorder with ordering "service" type products. i want to sell "application instalation/configuration at customer's offi

Re: New OFBiz Look Submitted

2007-04-27 Thread Richard Fleming
I think it look great! You got my vote. Rick Adrian Crum <[EMAIL PROTECTED]> wrote: If you subscribe to the dev mailing list, you can skip this message. I submitted a patch to Jira that gives the OFBiz back office apps a new look. You can see it here - https://issues.apache.org/jira/browse/OF

Re: Trouble Ticket/Support Forums

2007-04-27 Thread BJ Freeman
there was a brief Community folder that had Blogs and forums. was that totally integrated? David E. Jones sent the following on 4/26/2007 6:39 PM: > > Forums would be managed by the Content infrastructure, and there is an > example in ecommerce. > > Trouble tickets are called Requests in OFBiz

Re: control applet in 4.0

2007-04-27 Thread David E. Jones
It's old code that may need to be updated to work properly, but other than that why would it not belong in the release branch? -David On Apr 27, 2007, at 10:06 AM, BJ Freeman wrote: oops meant /applications/content/src/ControlApplet.java 5198584 3/18/07 lektran BJ Freeman sent the foll

New OFBiz Look Submitted

2007-04-27 Thread Adrian Crum
If you subscribe to the dev mailing list, you can skip this message. I submitted a patch to Jira that gives the OFBiz back office apps a new look. You can see it here - https://issues.apache.org/jira/browse/OFBIZ-918. If you like it, please vote for it, either in the Jira issue or on the mailin

Re: control applet in 4.0

2007-04-27 Thread BJ Freeman
oops meant /applications/content/src/ControlApplet.java 5198584 3/18/07 lektran BJ Freeman sent the following on 4/27/2007 8:03 AM: > does > application/ControlApplet.java 5198584 3/18/07 lektran > belong in the release? > > >

control applet in 4.0

2007-04-27 Thread BJ Freeman
does application/ControlApplet.java 5198584 3/18/07 lektran belong in the release?

Re: Trouble Ticket/Support Forums

2007-04-27 Thread Adrian Crum
David, Would it make sense to eventually separate the forums from eCommerce? I hope to add that to the back office collaboration suite I'm working on. I can use it now as-is, I was just thinking it would be nice to be able to use it without having to load the eCommerce component. -Adrian

Re: missing path for file form field

2007-04-27 Thread Jacques Le Roux
Hi Michael, I finally played with it this morning. To me it seems like a bug, or at least an undocumented feature. I tried to use the sub-hyperlink tag to override the default target-type. But in this tag the tag target is mandatory. I tried to put a empty string in it without any result. Though

RE: Branch Release 4.0

2007-04-27 Thread Vikrant.Rathore
Hi Jonathon, Thats exactly the thing I just do a sync with ofbiz svn once and then its just an incremental sync never a full sync and thats the beauty of setting up mirror with SVK. Moreover my merging and branching both are tracked along with revision and commits. regards, Vikrant -Or

Re: Branch Release 4.0

2007-04-27 Thread Jonathon -- Improov
Vikrant, Why would you need a blow-by-blow view of the OFBiz SVN? Personally, I find it more convenient to take out chunks of updates from OFBiz SVN (like Jacques' referenced documents suggest). The merge is the tricky part. Sometimes, the merge could have conflicts, but getting obvious conf

RE: Branch Release 4.0

2007-04-27 Thread Vikrant.Rathore
Hi Jacques, I am aware of the 2 documents. But this both doesn't actually fulfill my requirement of having all the comments and incremental commits from the upstream sources. In my local repository the changesets and revision of ofbiz are exact replica of the svn repository hosted on apache. If

Re: Branch Release 4.0

2007-04-27 Thread Jacques Le Roux
Vikrant, Are you aware of those documents ? http://docs.ofbiz.org/x/8gI http://docs.ofbiz.org/x/l Anyway, a good page to put you document should be http://docs.ofbiz.org/x/kg Thanks Jacques > Hi Vikrant, > > A published document about your merging strategy should be very > interesting for sur

Re: Possible race condition problem in login process?

2007-04-27 Thread David E. Jones
The funny logout/login problem should now be fixed (not the underlying timestamp resolution problem, but the logout/login loop) in revs 532993 and 532994. -David On Mar 16, 2007, at 9:06 AM, Jonathon -- Improov wrote: Found the problem. To reproduce problem: 1. Use MySQL 2. Enter a URL