A question about issues encountered on Ofbiz trunk

2024-02-19 Thread Ernest Hocking
Good morning Can I seek some clarification about how to report issues encountered on OIfbiz trunk? If I try to run find on "facility/control/ViewFacilityInventoryByProduct?facilityId=MyRetailStore" I get an error message: java.lang.IllegalArgumentException: Error running script at location

Re: css in form fields

2024-02-17 Thread Ernest Hocking
on one of the items but suspect that there must be others. Thanks and kind regards Ernest On Thu, Jan 18, 2024 at 5:11 PM Florian Motteau wrote: > I guess that would be your 2 options if you don't want to modify the core. > > Glad to help :) > > Le 18/01/2024 à 10:33, Ernest

Use of the grid widget

2024-01-30 Thread Ernest Hocking
Good morning everyone I've been trying to use the grid widget and have some questions. I've basically copied the product ListProduct grid from ProductForms.xml, and added the target to the controller.xml into a plugin but encountered some issues: 1. Next/previous pagination seemes not to

Re: css in form fields

2024-01-18 Thread Ernest Hocking
: it checks a condition on the > thruDate field value (the field would be red if now < entity.thruDate, > or the other way around). > > You can check https://github.com/apache/ofbiz-framework/pull/548 for an > implementation example. > > Le 18/01/2024 à 09:47, Ernest Hocking a écr

conditional colouring form fields

2024-01-18 Thread Ernest Hocking
apologies Addendum to last question the test is of course on the widget-area-style not the title-area-style

css in form fields

2024-01-18 Thread Ernest Hocking
Happy New Year everyone a question: "is it possible to conditionally colour a field in a form" Based on the grid ComparativeCashFlowBalanceTotals in ReportFinancialSummaryForms.xml I tried the following groovy but get the error: The value of attribute "title-area-style" associated with an

Manufacturing reports

2023-12-03 Thread Ernest Hocking
Good morning everyone Not sure if reports like this should be included here or in the developer mailing list, or if there is a way to check if issues such as this have already been reported / fixed. Running: manufacturing/control/ShowProductionRun - - Main

Re: Accessing user updated field value in a form

2023-11-23 Thread Ernest Hocking
mplate/includes/SetDependentDropdownValuesJs.ftl"/>* > title="${uiLabelMap.PartyCreateNewCustomer}"> > name="NewCustomer" > location="component://commonext/widget/ofbizsetup/SetupForms.xml"/> > >

Accessing user updated field value in a form

2023-11-22 Thread Ernest Hocking
Good afternoon everyone In a form such as Edit product with a field like "productTypeId" the value in the field is queried from the database e.g. GOOD, This value is accessible within the form.xml by using "product.productTypeId" from within a groovy script My question is: If I change the field

Re: Order manager PDF not working

2023-11-20 Thread Ernest Hocking
11/2023 à 11:48, Ernest Hocking a écrit : > > Thanks Jacques > > > > Kind regards > > > > Ernest > > > > On Mon, 20 Nov 2023, 17:09 Jacques Le Roux, < > jacques.le.r...@les7arts.com> > > wrote: > > > >> Hi Ernest, > >> &

Re: Order manager PDF not working

2023-11-20 Thread Ernest Hocking
Thanks Jacques Kind regards Ernest On Mon, 20 Nov 2023, 17:09 Jacques Le Roux, wrote: > Hi Ernest, > > It works in next, so I guess in stable too. So must be a change since. > I'll have a look... > > Jacques > > Le 20/11/2023 à 05:08, Ernest Hocking a écrit : &

Order manager PDF not working

2023-11-19 Thread Ernest Hocking
Good morning everyone, I've noticed that the print PDF link in orderview is not working and fails with the message. Error "Error: failed to load PDF document" I've tried on both trunk, and on the demo site: https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderview?orderId=DEMO10090 Has

Re: REST API plugin won't build under 18.12.08

2023-11-07 Thread Ernest Hocking
f ever exists. Else we would create a 24.xx > branch. > > For now only the 18.12 branch is official. > > HTH > > Le 07/11/2023 à 10:56, Ernest Hocking a écrit : > > Good evening Jacques, > > > > Thanks for the response. When you suggest using the 22.0

Re: Form reuse

2023-11-07 Thread Ernest Hocking
share me your code, > > This would be help to spot the good solution :) > > Nicolas > > Le 13/10/2023 à 09:34, Ernest Hocking a écrit : > > Good afternoon everyone, > > > > I tried to use the include form directive in a plugin screen ( calling > the > >

Re: REST API plugin won't build under 18.12.08

2023-11-07 Thread Ernest Hocking
8 > > So you will need to use the trunk or the 22.01 branch. We expect to create > a 23.xx branch, but that's not quite sure. > > Jacques > > Le 07/11/2023 à 04:50, Ernest Hocking a écrit : > > Good morning everyone > > > > I've tried to install the REST API plugin

REST API plugin won't build under 18.12.08

2023-11-06 Thread Ernest Hocking
Good morning everyone I've tried to install the REST API plugin into 18.,12.08. Running ./gradlew build I get a series of errors similar to: /home/ernest/ofbiz-18.12.08/plugins/rest-api/src/main/java/org/apache/ofbiz/ws/rs/resources/OFBizServiceResource.java:9 3: error: cannot find symbol

Re: Enabling imap inbound email in 18.12.05

2023-10-15 Thread Ernest Hocking
il is processed as expected. kind regards Ernest On Wed, Mar 8, 2023 at 2:19 PM Ernest Hocking wrote: > > Hi everyone, > > I'm trying to configure inbound email. . Outbound mail is working so the > username, password etc that I'm using in example config hafe been tested. > > > &

Form reuse

2023-10-13 Thread Ernest Hocking
Good afternoon everyone, I tried to use the include form directive in a plugin screen ( calling the BOM form from the manufacturing application ). However ofbiz complains about missing decorators. Is there something else I need to specify in for example the controller.xml to enable the full

Re: Birt flexible reports

2023-09-27 Thread Ernest Hocking
a way that I can do something similar from a groovy service? Even the ability to simply call a script wpi;ld be useful. Any thoughts and suggestions are appreciated. thanks and kind regards Ernest On Tue, Sep 26, 2023 at 9:29 AM Ernest Hocking wrote: > Thanks Jacques. > > I'm

Re: Birt flexible reports

2023-09-25 Thread Ernest Hocking
t dealt with the BIRT plugin yet, so cannot offer any advice > there > > at the moment, sorry. > > > > Hopefully someone else can jump in with some information for you. > > > > Dan. > > > > On Mon, 18 Sept 2023 at 02:00, Ernest Hocking < > ernest.hock...@co

Re: Birt flexible reports

2023-09-25 Thread Ernest Hocking
appropriate mimetype is > stored in the file's content metadata. Hopefully someone else can advise on > an appropriate way to add autocad content to OFBiz. > > HTH, > > Dan. > > On Mon, 18 Sept 2023 at 13:07, Ernest Hocking > > wrote: > > > Many thanks Daniel > &

Re: Birt flexible reports

2023-09-18 Thread Ernest Hocking
t; Hopefully someone else can jump in with some information for you. > > Dan. > > On Mon, 18 Sept 2023 at 02:00, Ernest Hocking > > wrote: > > > Good morning Dan, > > > > Excellent. that worked (y) so I can now try running some local Birt > reports > > f

Re: Birt flexible reports

2023-09-17 Thread Ernest Hocking
see a line similar to: > > > Change this line to have: >enabled="true" > > Restart OFBiz and you should find the BIRT component has been enabled. > > Dan. > > > On Fri, 15 Sept 2023 at 04:02, Ernest Hocking > > wrote: > > > Good morning ev

Birt flexible reports

2023-09-14 Thread Ernest Hocking
Good morning everyone Birt flexible reports were disabled as noted The Birt component is disabled by default in all branches (including trunk) since 18.12.06 because of CVE-2022-25371, please check ! I'm running 18.12.06 as

Ofbiz incoming email service schedule

2023-08-26 Thread Ernest Hocking
Good morning everyone Context: email archive: https://www.mail-archive.com/user@ofbiz.apache.org/msg02034.html# documents discussion of the issue between BJ Freeman , Rohit and Guido. I'm using version 18.12.08 and have encountered an issue in setting up incoming email specifically around

External notifications using ntfy

2023-08-24 Thread Ernest Hocking
Good morning everyone I'm looking at using something like ntfy rather than SMS or what'sapp for notifications although information on integrating what's app would be appreciated if anyone has experience of doing that. Has anyone any information on setting up external notifications using

Re: Upgrade from 18.12.05 to 18.12.08

2023-07-26 Thread Ernest Hocking
nual city operation :) > > Anyway, all is in the DB and there are no differences in the data model. > Only few code changes, few security issues and bug fixes. > So you would only need to replace the code. Of course beware of your own > code changes... > > HTH > > Jacques >

Upgrade from 18.12.05 to 18.12.08

2023-07-25 Thread Ernest Hocking
Probably a question for Jacques following your suggestion to migrate to 18.12.08 is there a recommendation on the best way to patch/ upgrade so that things like product images, config changes, u labels etc get migrated or it's it a manual city operation Thanks and kind regards Ernest

Re: running ofbiz 18.12.05 on ubuntu 23.04

2023-07-25 Thread Ernest Hocking
ights. * Get more help at https://help.gradle.org BUILD FAILED in 1s On Tue, Jul 25, 2023 at 10:45 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Ernest, > > Actually you should follow the INSTALL file in root. > > Jacques > > Le 25/07/2023 à 16:33, Erne

Re: running ofbiz 18.12.05 on ubuntu 23.04

2023-07-25 Thread Ernest Hocking
ejestru Sądowego pod nr 565626, > Sąd Rejonowy w Gdańsku VII Wydział Gospodarczy Krajowego Rejestru Sądowego; > NIP: 592-22-64-419; REGON:361911377; > > > > > > > > Wiadomość napisana przez Ernest Hocking w > dniu 25.07.2023, o godz. 12:58: > > Hi Jacque

Re: running ofbiz 18.12.05 on ubuntu 23.04

2023-07-25 Thread Ernest Hocking
ons at this end. kind regards Ernest On Tue, Jul 25, 2023 at 4:39 PM Ernest Hocking wrote: > Hi Jacques > > Yes. I tried all the Google leads including several android gradle > suggestions I'll try with 18.13.08 and let you know the outcome. > > Thanks and kind regards > > Ern

Re: running ofbiz 18.12.05 on ubuntu 23.04

2023-07-25 Thread Ernest Hocking
2.08** > > * https://ofbiz.apache.org/security.html > ** https://ofbiz.apache.org/download.html > > HTH > > Jacques > > Le 25/07/2023 à 07:31, Ernest Hocking a écrit : > > Good afternoon > > > > Has anyone succeeded in running ofbiz 18.12.05 on ubuntu 23.04. &

running ofbiz 18.12.05 on ubuntu 23.04

2023-07-24 Thread Ernest Hocking
Good afternoon Has anyone succeeded in running ofbiz 18.12.05 on ubuntu 23.04. I have tried and get an error message: * What went wrong: Could not create an instance of type org.gradle.initialization.DefaultSettings_Decorated. > Could not initialize class

Re: Gantt chart for Production Run

2023-03-20 Thread Ernest Hocking
Good afternoon Yanong, I have a prospect that has specifically asked for that functionality . He's very organised and I suspect that there would be other sites that would also appreciate being able to see production runs as gantt charts. Looking at the code / data it seems to be a case of the

Enabling imap inbound email in 18.12.05

2023-03-07 Thread Ernest Hocking
Hi everyone, I'm trying to configure inbound email. . Outbound mail is working so the username, password etc that I'm using in example config hafe been tested. I've uncommented the javamail listener in ofbiz/framework/service/ofbiz-component.xml as suggested in the article at

Re: Calling grubbgroovy device from form field

2023-01-27 Thread Ernest Hocking
Hi Nicolas and Taher here's the solution that worked: I also found an example in the codebase under Catalog -> Stores -> facility that was useful thanks for the pointers kind regards Ernest On Tue, Jan 24, 2023 at 3:00 PM Ernest H

Re: Calling grubbgroovy device from form field

2023-01-24 Thread Ernest Hocking
page. > > > > In other words, perhaps the problem is simply not differentiating > between what is server-side code and client-side code. If you make the > distinction clear then you just realize it's a matter of HTTP communication > between the two. > > > > I hope this

Calling grubbgroovy device from form field

2023-01-23 Thread Ernest Hocking
Hi everyone I'd like to use groovy to implement some business logic and call that logic from a button in a form. E.g Add a button on the product measures form to calculate the volume given a product's dimensions.. I've tried

Re: Error while receiving purchase order

2022-12-12 Thread Ernest Hocking
Hi Daniel I haven't seen the error fir a while now. I've also upgraded ti version 18 so can't reproduce the old environment. Ps. Do you know if anyone has integrated a document management system with ofbiz? Thanks and kind regards Ernest On Mon, 12 Dec 2022, 18:11 Daniel Watford, wrote: