Re: Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-01 Thread Jacopo Cappellato
No problem for me... Please try the following steps 1) ant clean 2) ant build Also verify if you have old jars in the classpath (svn status may help you to spot them). Jacopo On Jul 2, 2008, at 7:05 AM, jazerb wrote: I received the following while trying to build the latest from trunk: [

Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-01 Thread jazerb
I received the following while trying to build the latest from trunk: [javac15] E:\OFBiz\latest\framework\geronimo\src\org\ofbiz\geronimo\GeronimoTr nsactionFactory.java:74: incompatible types [javac15] found : org.apache.geronimo.transaction.manager.GeronimoTransactio Manager [javac15] requ

Re: More Fixed Asset Maintenance Ideas

2008-07-01 Thread Adrian Crum
Adrian Crum wrote: 2. I'd like to add a field to Product that would be a productMaintTypeId - used to narrow down choices in Product Maintenance Type selection boxes. Basically, the ID in the field would be used as a constraint in the ProductMaintType entity (ProductMaintType.parentTypeId = "s

More Fixed Asset Maintenance Ideas

2008-07-01 Thread Adrian Crum
I'm working on building out the fixed asset maintenances and I need to get advice/suggestions on a few things. As was mentioned previously, I'm trying to set up two triggers for recurring maintenances - meter readings and time intervals. The meter reading trigger is finished. Now I'm trying to

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread BJ Freeman
to clarify I am only talking if the lon/lat is tied to a street address. BJ Freeman sent the following on 7/1/2008 2:56 PM: > to have accuracy for matching a street address it has to have a 10 meter > or better accuracy. > this requires .0xx. at the equator. > I don't think 6 places is suffic

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread BJ Freeman
How about address correction software that is certified by the USPS Their lon/lat is actually taken from walk routes. others use mapping data that is sometimes a guesstimate or extrapolated. Chris Howe sent the following on 7/1/2008 1:11 PM: > I would greatly urge you to look into storing this

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread BJ Freeman
to have accuracy for matching a street address it has to have a 10 meter or better accuracy. this requires .0xx. at the equator. I don't think 6 places is sufficient. also not that in the us Yahoo, USPS, and Google have different Lon/lat for a given address. David E Jones sent the following o

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread Chris Howe
Or, if you're wanting to go directly to a LGPL source...there is a plugin for GeoTools for geometryless databases. http://geotools.codehaus.org/Geometryless+JDBC+Data+Store Chris Howe <[EMAIL PROTECTED]> wrote: proj.4 should handle this. proj.4 is MIT license. I haven't gone looking for the l

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread Chris Howe
proj.4 should handle this. proj.4 is MIT license. I haven't gone looking for the license of the java port David E Jones <[EMAIL PROTECTED]> wrote: And what about running on databases that don't have any GIS support? -David On Jul 1, 2008, at 2:11 PM, Chris Howe wrote: > I would greatly urg

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread Jacques Le Roux
Cool, The debate is launched... I'm fine with either solutions as long as we create a new specialised entity. Pease gents furbish your arguments :o) Jacques From: "Chris Howe" <[EMAIL PROTECTED]> I would greatly urge you to look into storing this information in the Well Known Text or Well Kno

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread David E Jones
And what about running on databases that don't have any GIS support? -David On Jul 1, 2008, at 2:11 PM, Chris Howe wrote: I would greatly urge you to look into storing this information in the Well Known Text or Well Known Binary formats instead. Most of what will be useful in an ERP syst

Re: Meaning of PartyAcctgPreferences.useInvoiceIdForReturns

2008-07-01 Thread Jacopo Cappellato
David, thanks for your comment, that makes a lot of sense to me because Italy is a country in which a strict sequencing of invoices is required as well. However, as you mention, the sequence should be that of the invoice associated to the return (that in Italy is named "nota di credito"/"

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread Chris Howe
I would greatly urge you to look into storing this information in the Well Known Text or Well Known Binary formats instead. Most of what will be useful in an ERP system will contain polygons with hundreds (if not thousands) of verticies. Imagine the processing and communication between the data

Re: Meaning of PartyAcctgPreferences.useInvoiceIdForReturns

2008-07-01 Thread David E Jones
This came from a requirement where a certain country (I don't remember which...) requires strict sequencing and even registry with the govt of invoices. Skipping an invoice number was considered an audit trigger and a possible means for committing fraud (or tax evasion, or something). B

Re: Latitude, Longitude in PostalAdress

2008-07-01 Thread David E Jones
Thanks for your comments Roland. I agree now that using a floating point number is the best way to store them. Right now we kind of "hack" floating point numbers for most databases, ie we actually use a fixed-point number with only 6 decimal places. I'm guessing for something like lat/lon

[jira] Updated: (OFBIZ-1859) Implement Ajax.InPlaceEditor for display field in Form Widget

2008-07-01 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mridul Pathak updated OFBIZ-1859: - Attachment: AjaxInPlaceEditor.patch Here is the patch for this enhancement. Currently it support

[jira] Created: (OFBIZ-1859) Implement Ajax.InPlaceEditor for display field in Form Widget

2008-07-01 Thread Mridul Pathak (JIRA)
Implement Ajax.InPlaceEditor for display field in Form Widget - Key: OFBIZ-1859 URL: https://issues.apache.org/jira/browse/OFBIZ-1859 Project: OFBiz Issue Type: New Feature

Meaning of PartyAcctgPreferences.useInvoiceIdForReturns

2008-07-01 Thread Jacopo Cappellato
While cleaning up some code related to returns, I've noticed the PartyAcctgPreferences.useInvoiceIdForReturns flag: if set to Y then the returnId is generated using the id sequence of the invoices. Does this make sense? My guess is that this code is there as an hack to use the return as a "cr

[jira] Closed: (OFBIZ-1189) Cannot approve digital product orders

2008-07-01 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-1189. -- Resolution: Fixed After some tests, I can't see any reasons to keep this issue open. > Cannot

Re: Is javacc(BSD) compatible with ASL 2.0?

2008-07-01 Thread Jacques Le Roux
No issues with BSD(without advertising clause) http://docs.ofbiz.org/display/OFBIZ/About+Apache+Software+Fundation+Licence+and+more... Jacques From: "Tim Ruppert" <[EMAIL PROTECTED]> Just as an aside - I don't know the licenses (although I did think that BSD was compatible) - I love javacc - c

Re: Is javacc(BSD) compatible with ASL 2.0?

2008-07-01 Thread Tim Ruppert
Just as an aside - I don't know the licenses (although I did think that BSD was compatible) - I love javacc - can't wait to see what you're doing with it. Cheers, Tim -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Jun 30, 2008, at 11:22 PM, Adam Hea

[jira] Closed: (OFBIZ-1855) Proposal for new specialized component: MyPage?

2008-07-01 Thread Hans Bakker (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans Bakker closed OFBIZ-1855. -- Resolution: Fixed Committed revision 673043. > Proposal for new specialized component: MyPage? > -

Re: svn commit: r673019 - in /ofbiz/trunk/framework/entity/src/org/ofbiz/entity: GenericDelegator.java GenericEntity.java model/ModelEntityChecker.java

2008-07-01 Thread Jacques Le Roux
Thanks David, Those kind of efforts will certainly help not only users but support on user ML :D Jacques Author: jonesde Date: Tue Jul 1 01:03:44 2008 New Revision: 673019 URL: http://svn.apache.org/viewvc?rev=673019&view=rev Log: Improved error messages in a few places so that hopefully mo

Re: svn commit: r672191 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/GenericDAO.java

2008-07-01 Thread Jacques Le Roux
From: "David E Jones" <[EMAIL PROTECTED]> Thanks for the details Jacques. I was able to reproduce the problem, and discovered some interesting SQL quirks along the way. The biggest problem I had with this fix was that it was a serious hack and involved iterating over all of the results to co

Re: svn commit: r672191 - /ofbiz/trunk/framework/entity/src/org/ofbiz/entity/datasource/GenericDAO.java

2008-07-01 Thread David E Jones
Thanks for the details Jacques. I was able to reproduce the problem, and discovered some interesting SQL quirks along the way. The biggest problem I had with this fix was that it was a serious hack and involved iterating over all of the results to count them, which will not perform well f