Re: Sort field in form

2018-10-29 Thread Chris Clark
ot;* but still thanks for all that you do... On Mon, Oct 29, 2018, 1:16 PM Jacques Le Roux wrote: > Hi Chris, > > This is a demo, please refer to https://ofbiz.apache.org/ofbiz-demos.html > > Jacques > > > Le 29/10/2018 à 14:41, Chris Clark a écrit : > > No t

Re: Sort field in form

2018-10-29 Thread Chris Clark
nd feel free to contribute [2] > > [1] https://svn.apache.org/repos/asf/ofbiz/site > [2] > > https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Contributors+Best+Practices > > Thanks & Regards > -- > Deepak Dixit > > > On Mon, Oct 29, 2018 at 6:30

Re: Ofbiz start-up error

2018-10-29 Thread Chris Clark
Chris Clark wrote: > You have to point it to your SSL cert files... Probably a pem file no? Or > you need to point it to where the root certificate files are so it can > derive the keys to validate... Try setting up without SSL and see if it > will start... > > Definitely not a

Re: Ofbiz start-up error

2018-10-29 Thread Chris Clark
You have to point it to your SSL cert files... Probably a pem file no? Or you need to point it to where the root certificate files are so it can derive the keys to validate... Try setting up without SSL and see if it will start... Definitely not a ofbiz guru, but I know somethings On Fri, Oct

Re: Sort field in form

2018-10-29 Thread Chris Clark
I was gonna throw some suggestions but how do I log in to the ofbiz page you cited On Mon, Oct 29, 2018, 8:31 AM Deepak Dixit wrote: > Hi Sonal, > > Your email has been moderated, Please subscribe to mailing list. > http://ofbiz.apache.org/mailing-lists.html > > > Regarding your question,

Re: [MODERATE EMAIL] Wiki edit request

2018-04-17 Thread Chris Clark
No what you guys should is this... Have a list of maillist users in an array... say mailListUsers On all incoming mail to the mail list do some soft of indexOf(mailListUsers); Than a conditional if indexOf(mailListUsers) > -1 { sendMail... (However you do it) }; if indexOf(mailListUsers) <

Re: How to resolve CSRF attack

2018-04-17 Thread Chris Clark
ave to allow this message to pass. > > Jacques > > > Le 17/04/2018 à 04:49, Chris Clark a écrit : > > What does yoyr message has been moderated mean? > > > > On Mon, Apr 16, 2018, 3:00 AM Sonali Agrahari, < > sonaliagraha...@gmail.com> > > wrote: > >

Re: How to resolve CSRF attack

2018-04-16 Thread Chris Clark
What does yoyr message has been moderated mean? On Mon, Apr 16, 2018, 3:00 AM Sonali Agrahari, wrote: > Hello all, > > I am using OFBiz 12.04 version in my application. > When logged in to the application as admin user and open web mail in > another browser ,

Re: Run Ofbiz as Service (Systemd)

2017-12-03 Thread Chris Clark
Pretty sure this topic has been gone over more than once just in the mailing list alone, please utfse first https://lists.apache.org/list.html?*@ofbiz.apache.org:lte=5y:Systemd I don't even use of is any more but am pretty sure there are systemd service files setup in there On Dec 3, 2017 2:38

Re: Special char

2017-04-02 Thread Chris Clark
I still say this should be easily solved by changing the structure in the back end table. On Apr 2, 2017 3:44 PM, "Mike" wrote: > Great Incidentally, I have no idea why the default for mysql, *STILL*, > for ofbiz, is not UTF8. Any modern database should, by default,

Re: Special char

2017-03-31 Thread Chris Clark
It honestly shouldn't be hard to change the structure through phpmyadmin. On Mar 31, 2017 6:09 PM, "Mike" wrote: > I had this exact same problem back when I was using mysql. This is how I > finally got mysql to properly render UTF8 > > entity.properties >

Re: Special char

2017-03-31 Thread Chris Clark
Im pretty sure mysql databases have a structure. although i am a little disconnected with the ofbiz implementation in mysql, it does have a database and that database will always have a structure and if varchar or text is the defined structure of a column there is futher a collation of that

Re: Demos now use a Letsencryt certificate

2017-02-06 Thread Chris Clark
Three cheers for letsencrypt people, spread the word about free SSL certificates to anyone and everyone you know. Sorry kinda off topic, but seriously spread the word On Feb 6, 2017 1:54 AM, "Nicolas Malin" wrote: > greats new thanks all for this step :) > > Nicolas >

Re: SSL certificate creation for localhost

2017-01-31 Thread Chris Clark
on letsencrypt.org > > Free ssl certificates, as many as you want, costs zero. They are not > self-signed that cause browser errors... These are from a REAL certificate > authority. They are great from test environments. > > On Tue, Jan 31, 2017 at 6:32 PM, Chris Clark <rip..

Re: What am I missing? /etc/init.d type of start

2016-07-27 Thread Chris Clark
, "Craig Parker" <cr...@fossfolks.com> wrote: > Welp... I guess that's the next step. > > On 07/27/2016 12:39 AM, Chris Clark wrote: > >> The real question is why you aren't on systemd by now >> >> Chris >> >> On Jul 26, 2016 9:33 PM, "

Re: What am I missing? /etc/init.d type of start

2016-07-26 Thread Chris Clark
The real question is why you aren't on systemd by now Chris On Jul 26, 2016 9:33 PM, "Craig Parker" wrote: > Pierre -- it's up and running. Thanks a bunch. I need to get POS running > too, but I'll take a break and just learn what I've got for the moment > > On 07/22/2016

Re: Starting OfBiz at boot

2016-05-03 Thread Chris Clark
Jesus autocorrect and its fun ways. That's "dabbled in ofbiz" and "sys v init scripts" On May 3, 2016 8:48 PM, rip...@gmail.com wrote: Don't know if I'm helping or hurting but I dabbled in off is for a moment before I switched to magneto, and newer versions of linux use systemd and stray away

Re: automation of inventory receive process simliar to import of external data

2015-04-19 Thread Chris Clark
are... or is this just a trial and error sort of thing thanks again Chris On Thu, Apr 9, 2015 at 4:53 PM, Chris Clark rip...@gmail.com wrote: i do get an invalid error or a long error that references the recieptId being invalid On Thu, Apr 9, 2015 at 4:16 PM, Jacopo Cappellato jacopo.cappell

Re: external install of multiple xml files through bash

2015-04-17 Thread Chris Clark
https://cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+Technical+Production+Setup+Guide#ApacheOFBizTechnicalProductionSetupGuide-InitialDataLoading Jacques Le 16/04/2015 19:04, Chris Clark a écrit : so i know i can do this.. java -jar ofbiz.jar -install -file=file.xml although

Re: systemd.service startup service script file?

2015-04-17 Thread Chris Clark
wrote: So you got it running finally? If yes could you create a Jira with the elements you used? Thanks Jacques Le 14/04/2015 06:14, Chris Clark a écrit : okay so i should change that to what the ofbiz home? that env variable is kind of moot as i re define ot when i read

Re: systemd.service startup service script file?

2015-04-17 Thread Chris Clark
some other things today On Fri, Apr 17, 2015 at 8:37 AM, Chris Clark rip...@gmail.com wrote: well i would like to hammer out the correct classpath env variable before i do... as it sit i did ls -Rl and parsed out all directories that had classes in them under the ofbiz home dir, and output

external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
so i know i can do this.. java -jar ofbiz.jar -install -file=file.xml although that doesnt work on my system i get Exception in thread main org.ofbiz.base.start.StartupException: Couldn't not fetch config instance at org.ofbiz.base.start.Start.init(Start.java:202) at

Re: external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
, Mike mz4whee...@gmail.com wrote: Use this, modify to suit: root@srv01:/opt/ofbiz.import/bin# cat load_xml.sh #! /bin/bash if [ ! -f $1 ]; then echo ERROR: finding $1 exit fi #cd /opt/ofbiz ./ant run-install-file -Ddata-file=$1 On Thu, Apr 16, 2015 at 10:04 AM, Chris Clark rip

Re: external install of multiple xml files through bash

2015-04-16 Thread Chris Clark
directly. On Thu, Apr 16, 2015 at 10:55 AM, Chris Clark rip...@gmail.com wrote: yeah i was hoping for something with the java command as i am going to try and run this as a service and my system doesnt, or should i say, didnt like ant when i was trying to make the ofbiz service... it does

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
, setting JAVA_HOME, etc, Then change the above ExecStart to that script. On Mon, Apr 13, 2015 at 9:53 AM, Chris Clark rip...@gmail.com wrote: so this is where i am at... i created a sym link inside the ofbiz directory to the java executable thereby having the process ran from the ofbiz

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
.13.07java which appears to be where you are expecting java to be. The init script should give a hint about the need for a -cp in the java command. Ron On 13/04/2015 2:03 PM, Chris Clark wrote: posted the output of systemctl in a previous email any help as to how to direct the class path

Re: Errors compiling ofbiz 13.07 under debian 7

2015-04-13 Thread Chris Clark
i personally use openjdk-1.7.0 which would be your jdk7 it just seems to be less buggy with ofbiz On Mon, Apr 13, 2015 at 3:07 PM, Mauricio Tavares raubvo...@gmail.com wrote: On Mon, Apr 13, 2015 at 3:58 PM, Alexey Gorbachev x...@inbox.ru wrote: Hi, everybody! I downloaded release ofbiz

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
ofbiz.jar cd $OFBIZ_HOME $JAVA_BINARY $JAVA_ARGS $JAVA_VMOPTIONS $OFBIZ_OUT 2 $OFBIZ_LOG On Mon, Apr 13, 2015 at 12:19 PM, Chris Clark rip...@gmail.com wrote: ok so i did this, made a script file per Mike's suggestion the script file is here

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
$JAVA_VMOPTIONS $OFBIZ_OUT 2 $OFBIZ_LOG On Mon, Apr 13, 2015 at 12:19 PM, Chris Clark rip...@gmail.com wrote: ok so i did this, made a script file per Mike's suggestion the script file is here

systemd.service startup service script file?

2015-04-13 Thread Chris Clark
does anyone have one of these... the wiki has a very much out dated init.d script and im trying to make my own but im having issues

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
to this page https://cwiki.apache.org/ confluence/display/OFBIZ/How+to+run+OFBiz+as+a+Service Look for rc.* files in your working copy HTH Jacques Le 13/04/2015 12:29, Chris Clark a écrit : does anyone have one of these... the wiki has a very much out dated init.d script and im trying to make my

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
after lunch sometime Chris On Mon, Apr 13, 2015 at 11:23 AM, Chris Clark rip...@gmail.com wrote: ahhh i was forgetting the -jar ofbiz.jar in the command line execution through the above mentioned command... i will post results On Mon, Apr 13, 2015 at 11:11 AM, Chris Clark rip...@gmail.com

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
/console.log to have it run in the ofbiz directory of /ofbiz/ofbiz.13.07 java is like a third world language to me right now... im sure in a couple of months it will be like the back of my hand Chris On Mon, Apr 13, 2015 at 9:19 AM, Chris Clark rip...@gmail.com wrote: right but rc.d files

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
are already defined in the system and dont need to be defined again chris On Mon, Apr 13, 2015 at 10:51 AM, Ron Wheeler rwhee...@artifact-software.com wrote: Have you defined JAVA_HOME to match where Java is found? Ron On 13/04/2015 11:04 AM, Chris Clark wrote: maybe you can help me... the new

Re: systemd.service startup service script file?

2015-04-13 Thread Chris Clark
ahhh i was forgetting the -jar ofbiz.jar in the command line execution through the above mentioned command... i will post results On Mon, Apr 13, 2015 at 11:11 AM, Chris Clark rip...@gmail.com wrote: this is part and parcel of why systemd is now the standard... you dont have to define things

Re: automation of inventory receive process simliar to import of external data

2015-04-09 Thread Chris Clark
amount of each part, but is the acctg and ship receipt necessary to just modify the on hand for the web store? any help on this is greatly appreciated Chris On Thu, Apr 9, 2015 at 11:35 AM, Chris Clark rip...@gmail.com wrote: is there a way for me to import an xml file in a similiar fashion

automation of inventory receive process simliar to import of external data

2015-04-09 Thread Chris Clark
is there a way for me to import an xml file in a similiar fashion to the way i can import products from an external database to increase the inventory count... you may have seen my previous question about how to mass import pictures... I have figured that out with a script that combines the

Re: automation of inventory receive process simliar to import of external data

2015-04-09 Thread Chris Clark
wrote: Hi Chris, please see inline: On Apr 9, 2015, at 1:16 PM, Chris Clark rip...@gmail.com wrote: ive actually answered my own question... sort of... the key files that are of importance from my research are AcctgTrans.xml AcctgTransEntry.xml the above two entries are about General

Re: Automation of Image Addition to Product Context

2015-04-02 Thread Chris Clark
yeah i have already noticed the image placement and its enunciation, and if i could just get imagemajick to work this would probably be no sweat... because the way i have my scripting setup now i import all the part #s from txt, then based on the directory structure of where i have the

Fwd: Automation of Image Addition to Product Context

2015-04-01 Thread Chris Clark
Im currently in the process of setting up a store with appox 2K items, I have totally automated the addition of these and many more items into the product list, categories, rollups, category members, prices, etc etc through the xml data file install through the command prompt. I am pretty