Promotions Question

2021-06-08 Thread Rick Fleming
Hi All, In the Promotions screen we have a drop down called "User Entered"(Y or N). Can someone explain the consequences of choosing either? I've noticed that some promotions seem to apply automatically to the cart and others don't and require a code be entered by the user. If we select "N",

Re: Problem installing version 17.12.04 on Windows 8

2020-09-18 Thread Rick Fleming
On 2020/09/18 04:42:22, Alfonso Barreto wrote: > I cant run the first step : > C:\OfBiz\apache-ofbiz-17.12.04>init-gradle-wrapper.bat > No se puede cargar el archivo > C:\OfBiz\apache-ofbiz-17.12.04\gradle\init-gradle-wrapper.ps1. El archivo >

Execute custom SQL

2020-09-13 Thread Rick Fleming
Hi all I need to execute a custom plain text query against our Postgresql database. "select product_id, internal_name, brand_name, description, small_image_url from product where page @@ plainto_tsquery('"+searchterm+"') limit 25"; What is the preferred way to do this in Ofbiz? Thanks Rick

Re: gradlew cleanAll loadAll fails

2020-09-07 Thread Rick Fleming
Thanks Jack But I found that I only thought I was using java 1.8. When I actually did, that command worked. Rick On 2020/09/06 14:30:35, Rick Fleming wrote: > Hi all > > I've downloaded the latest 17.12.04 version to my windows 10 machine. I > have java 1.8.0_251 set

gradlew cleanAll loadAll fails

2020-09-06 Thread Rick Fleming
Hi all I've downloaded the latest 17.12.04 version to my windows 10 machine. I have java 1.8.0_251 set as Java_Home. When I ran init-gradle-wrapper I got an error w/ execution policy so I unblocked the file and re ran the command. It seemed to complete. But when I run gradlew cleanAll