Build Error

2021-12-07 Thread Jeremy Olmstead
I can't figure out what has changed, but I am now getting a compilation error during the task 'test' when I try to build. Does anybody have any insights as to what may have happened? The error I get is below. I am running a heavily customized 18.12 on a Windows 11 development machine. After this

Re: Pagination Controls

2020-05-29 Thread Jeremy Olmstead
acques Le Roux a écrit : > > I think we crossed that already but I can't yet clearly remember when > and where > > > > Jacques > > > > Le 27/05/2020 à 15:43, Jeremy Olmstead a écrit : > >> I have a screen that includes two list forms. Both forms use

Pagination Controls

2020-05-27 Thread Jeremy Olmstead
I have a screen that includes two list forms. Both forms use the built in pagination automation. My problem is that both forms will duplicate any paging actions. Is there something built into OFBiz that allows for each form to have its own unique pagination controls? Thanks, Jeremy Olmstead

Re: UnsupportedClassVersionError

2020-04-20 Thread Jeremy Olmstead
I changed the build.gradle file dependency from classpath 'at.bxm.gradleplugins:gradle-svntools-plugin:latest.release' to classpath 'at.bxm.gradleplugins:gradle-svntools-plugin:2.2.1' and that allowed me to compile. On Mon, Apr 20, 2020 at 10:30 AM Jeremy Olmstead wrote: > When I

UnsupportedClassVersionError

2020-04-20 Thread Jeremy Olmstead
ime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0 I haven't changed anything that I am aware of and this just popped up this morning, but it has been working fine for years. Any idea what the problem could be? Thanks, Jeremy Olmstead

Re: Problem with description field

2017-05-10 Thread Jeremy Olmstead
This is a long shot but, in your statement below, description is spelled incorrectly... Looking at the table with pgAdmin (I am using postgres), I find the field DESCRITPTION as expected, but it is empty. On Tue, May 9, 2017 at 7:33 PM, Skip wrote: > I have a problem with a

Re: Ofbiz Development

2016-04-13 Thread Jeremy Olmstead
It probably depends on your system, but when I restart, it is back up and running in about 15 seconds. On Apr 13, 2016 2:11 PM, "anon" wrote: > Hello List, > I have been looking at the tutorials on youtube of the ofbiz framework and > I was wondering what the development

Re: get all fields of an Entity

2016-01-20 Thread Jeremy Olmstead
Something like this should work: ModelEntity modelEntity = delegator.getModelEntity("Invoice"); List fieldNames = modelEntity.getAllFieldNames(); On Wed, Jan 20, 2016 at 10:37 AM, Gabriel Oberreuter <goberreu...@gmail.com> wrote: > Jeremy Olmstead wrote &

Re: get all fields of an Entity

2016-01-20 Thread Jeremy Olmstead
If you pass null as your set of fields, it will select all fields. Jeremy On Wed, Jan 20, 2016 at 9:47 AM, Gabriel Oberreuter wrote: > Hi all, > > Do anyone knows how to get all fields of a given Entity programmatically? I > can't seem to find that functionality of just

Condition Expression

2014-12-04 Thread Jeremy Olmstead
? Thanks, Jeremy Olmstead

Re: Where to define content in dropdown list (invoiceItemType)

2014-03-11 Thread Jeremy Olmstead
You can do something like this (taken from GlSetupFroms.xml): field name=invoiceItemTypeId drop-down allow-empty=false entity-options description=${description} entity-name=InvoiceItemType entity-constraint name=invoiceItemTypeId

Job Scheduling

2013-04-19 Thread Jeremy Olmstead
Any help with this would be appreciated...how can I schedule a job in OFBiz to run Monday-Friday once per day (maybe even skip holidays, if possible)? Thanks, Jeremy Olmstead

Re: The Apache Software Foundation Announces ApacheCon Europe 2012 and North America 2013

2012-07-18 Thread Jeremy Olmstead
Conference Tracks: http://www.apachecon.eu/tracks/ Jeremy On Wed, Jul 18, 2012 at 10:41 AM, David E Jones d...@me.com wrote: What OFBiz track? Is there even a single session on OFBiz, let alone an entire track? -David On Jul 18, 2012, at 3:31, Pierre Smits pierre.sm...@gmail.com wrote:

Multiple Catalogs

2012-03-21 Thread Jeremy Olmstead
I am not sure if this functionality is available OOTB. If it is, could someone let me know, and if it is not, could someone point me in the right direction on how this may be accomplished? What I would like to be able to do is have two catalogs with totally different break downs in categories.

Re: Multiple Catalogs

2012-03-21 Thread Jeremy Olmstead
. That tree must be under a root category with type Browse Root (One) and that root category is what you assign to your catalog. Look at the example catalogs for reference. Best regards, Jose F. - Mensaje original - De: Jeremy Olmstead jolmste...@gmail.com Para: user

Re: Multiple Catalogs

2012-03-21 Thread Jeremy Olmstead
+Business+Setup+**Guide#**ApacheOFBizBusinessSetupGuide-** catalogCategoryProductSetuphttps://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-catalogCategoryProductSetup? Jacques Jeremy Olmstead wrote: I have done

EFT Payments

2011-03-04 Thread Jeremy Olmstead
Is there an OOTB method for processing EFT transactions? What I would like to be able to do is have a screen similar to the print checks screen, but instead of printing checks, I would like to be send the payments via EFT, but I can't seem to find a method to process payments in this way.

Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
If I have a text field that I want to import from an xml file, how do I code line breaks in the xml file? Thanks, Jeremy

Re: Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
Jeremy Olmstead sent the following on 12/14/2010 12:02 PM: If I have a text field that I want to import from an xml file, how do I code line breaks in the xml file? Thanks, Jeremy

Re: Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
to Assist Chat Y! messenger: bjfr33man Jeremy Olmstead sent the following on 12/14/2010 12:02 PM: If I have a text field that I want to import from an xml file, how do I code line breaks in the xml file? Thanks, Jeremy

Re: invoice pdf without blanks.

2010-12-13 Thread Jeremy Olmstead
Try fo:block linefeed-treatment=preserve. On Mon, Dec 13, 2010 at 12:38 AM, Hans Bakker mailingl...@antwebsystems.com wrote: The invoice pdf does not show any blanks in the item description and destination address. anybody any suggestions? Regards, Hans -- Ofbiz on twitter:

Modify an ECA

2010-11-03 Thread Jeremy Olmstead
I want to modify an existing ECA by adding a condition that currently doesn't exist, without modifying the base code. Is this possible? What I attempted didn't work. First I modified the ofbiz-component.xml file in my hot-deploy extension of the existing app to include the service-resource

Re: Running the wrong code

2010-09-28 Thread Jeremy Olmstead
http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Jeremy Olmstead sent the following on 9/17/2010 9:37 AM: I have extended the order component to make custom changes using Eclipse. I created a custom class with the same name as an existing

Re: Running the wrong code

2010-09-28 Thread Jeremy Olmstead
/28/2010 7:04 AM, Jeremy Olmstead wrote: I ended up having to rename the original Java source files, then doing a clean and build. This worked until the next time I had to compile. Now it won't even compile. After an ant clean, when I attempt to compile with the original build file I get

Running the wrong code

2010-09-17 Thread Jeremy Olmstead
make sure it is running my custom code rather than the original code? Regards, Jeremy Olmstead

Birt Report Formats

2010-08-20 Thread Jeremy Olmstead
I have setup a birt report following the example application.  In the controller file when I setup the content-type as application/pdf or application/vnd.ms-powerpoint everything works fine.  When the content type is application/vnd.ms-excel it works, but I get a warning that the file is in a

Re: Modifying Form Data

2010-07-14 Thread Jeremy Olmstead
, I said something similar, so if it's a text/ you can use text default-value=.../ -- Thanks Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself. Jeremy Olmstead

Modifying Form Data

2010-07-12 Thread Jeremy Olmstead
not be defined yet in the actions section. How can I make it so I can modify the data before it gets displayed? actions set field=estimatedSetupMillis value=1/ /actions Regards, Jeremy Olmstead

Re: Modifying Form Data

2010-07-12 Thread Jeremy Olmstead
that estimatedSetupMillis may not be defined yet in the actions section. How can I make it so I can modify the data before it gets displayed? actions set field=estimatedSetupMillis value=1/ /actions Regards, Jeremy Olmstead

Declare/Complete

2010-06-28 Thread Jeremy Olmstead
? It seems counter-intuitive to me. I am working with version 10.04, but the behavior appears to be the same in 9.04 and the trunk version as well. Thanks, Jeremy Olmstead