Re: POS problems

2007-04-04 Thread Jacques Le Roux
Vikrant, Did you download jpos191.jar and jpos191-controls.jar from http://www.javapos.com/downloads/JavaPOS-1.9.1-Dist.zip an copy them in specialpurpose/pos/lib ? Jacques Hi Jacques, Please download the ADK from https://mail.inopi.com.cn/JavaPOS_ADK_Ver192W.zip, once you finish please let

RE: POS problems

2007-04-04 Thread Vikrant.Rathore
Hi Jacques, I am still getting the following error: -Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 3:57 PM To: user@ofbiz.apache.org Cc: Rathore, Vikrant, RHQ, Bertelsmann China Subject: Re: POS problems Vikrant, Did you download

Re: OFBiz as windows service

2007-04-04 Thread Cameron Smith
Hmmm. I deleted the (must have been a present from confluence) but still no joy. Even in a different browser. But the last paragraph you quote is correct, if everyone else but me can see it then that's OK!! kind of like a write-only filesystem ;-) - Original Message From:

Re: OFBiz as windows service

2007-04-04 Thread Jacques Le Roux
Cameron, Can you try please ? I made a modification using Wiki Markup mode. Strange anyway that it was ok for me and not for you ! Jacques Hmmm. I deleted the (must have been a present from confluence) but still no joy. Even in a different browser. But the last paragraph you quote is

Re: ShipmentScaleApplet.java

2007-04-04 Thread Walter Vaughan
David E. Jones wrote: 3. will someone please write up how this works? Yes. Please. I guess I should have been clearer. It looks like Andy developed this in 2003 http://svn.ofbiz.org/viewcvs?rev=404view=rev I can't find any documents about it how to use/troubleshoot it. It seems to use the

Re: ShipmentScaleApplet.java

2007-04-04 Thread David E. Jones
Good question Walter... and I'm not sure if it is in use by anyone today. It was originally created for a custom set of packing screens, but that project was derailed a bit not long after that and was never finished. I guess in a way this is an unfinished feature looking for some love.

Problem Paypal IPN in PaypalEvents

2007-04-04 Thread Vamsi Gmail!
hi, Can anybody post information regarding paypalIPN in paypal events when I activated this service I am receiving IPN for credit card transaction whose paymet method id CREDIT_CARD and occasionally receiving iPN for paypal external payment regards Vamsi

Re: POS problems

2007-04-04 Thread Jacques Le Roux
Vikrant, Forget about 1.91, it was a quick answer and dead end (AFAIK). Here are my investigations so far using my Epson TM-T88III on Windows XP Sp2 (I did some tests also on Ubuntu 6.06 LTS but things are complicated enough only on Windows ;o) : If I use the current OOTB setting (ADK 1.8) with

Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi, Has anyone run into the problem of having Purchases not calculated accurately? These are the figures calculated by traditional means; Product 1: 35.74 Product 2: 35.74 Shipping : 6.00 Total: 77.48 Tax : 13.56 - Total: 91.04 These are the figures calculated

Re: Inaccurate Calculation of Order

2007-04-04 Thread Scott Gray
Also what are the applicable tax rates being applied? Regards Scott On 05/04/07, David E. Jones [EMAIL PROTECTED] wrote: What do you mean by traditional means here? -David On Apr 4, 2007, at 5:15 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Has anyone run into the problem of

RE: Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi David, Thanks for responding. An excel spreadsheet that our account had verified. Thanks Regards, Peter -Original Message- From: David E. Jones [mailto:[EMAIL PROTECTED] Sent: 04 April 2007 22:39 To: user@ofbiz.apache.org Subject: Re: Inaccurate Calculation of Order

RE: Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi, Thanks for getting in touch Scott. I did check that, the tax rates in both are exactly the same (17.5%). Thanks Regards, Peter -Original Message- From: Scott Gray [mailto:[EMAIL PROTECTED] Sent: 04 April 2007 22:42 To: user@ofbiz.apache.org Subject: Re: Inaccurate

Candy Store POS/inventory system

2007-04-04 Thread Kendal
Greeting -- I just joined this list as I attempt to get my feet wet with this hitherto daunting project. Ofbiz's potential intrigues me; however, my immediate need/interest is to get a simple POS system going for a friend's retail candy store. My first inclination has been to rebuild the

Re: Inaccurate Calculation of Order

2007-04-04 Thread David E. Jones
U need more details. There are variations in rounding modes, precision rules etc. For example with VAT in pretty much ALL countries that use VAT you must calculate line item tax amounts with 3 digits of precision, add them up, then round to 2 digits. -David On Apr 4, 2007, at

RE: Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi, Rather strikes me that the calculations used here always stay accurate to 2 digits, we never use 3 digits in the calculation at all. May I ask where you got the algorithm of 3 digits per entry then 2 digits to complete the total? Thanks David, Peter -Original Message- From:

Re: Inaccurate Calculation of Order

2007-04-04 Thread Scott Gray
The only way I can get 13.57 tax is to round the tax for each line item up to 2 decimals before totaling. I think I've send some rounding rules in a config file somewhere but I'm not sure on that. On 05/04/07, Adrian Crum [EMAIL PROTECTED] wrote: David, I just calculated the tax on each line

RE: Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi, Whichever way I work it out the Order Entry system does seem to be slightly out. From Excel... Price tax 2 digits tax 3 digitstax 9 digits Product 1 35.74 6.25 6.255 6.25450 Product 2 35.74 6.25 6.255

Re: Candy Store POS/inventory system

2007-04-04 Thread David E. Jones
In general, if you want to reduce effort then change as little as possible. Everything you change you end up maintaining. OFBiz isn't designed to be a simple easy to use OOTB type of system. If that's what you are looking for chances are QuickBooks POS or something will work much better

RE: Inaccurate Calculation of Order

2007-04-04 Thread peter
Hi, There must be something we are missing here. This can't be a bug, someone would have noticed already. Especially something so fundimental. Thanks Regards, Peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 05 April 2007 00:11 To:

RE: Candy Store POS/inventory system

2007-04-04 Thread Vikrant.Rathore
Hi Kendal, For a simple POS would recommend you to use Tinapos. It has a simple inventory module and easy to work with. Ofbiz is like killing a fly with a sword for a small candy store. Its another issue if you want an online portal for a candy store though. Thanks With best regards, Vikrant

Re: Inaccurate Calculation of Order

2007-04-04 Thread Walter Vaughan
[EMAIL PROTECTED] wrote: From Excel... Would appreciated any feedback. Just because you set Excel to display a certain number of digits, that means nothing. You can get it to behave closer with the setting Precision As Displayed, but using Excel as a reference when dealing with floating