Re: Implement JOB

2018-04-18 Thread Nicolas Malin
Hello Jonathan, If your problematic was run a service define on the service engine each 3 hours, follow this process: Go to https://yourserver/webtools/control/scheduleJob set field as : Service: your service name to run Frequency: 3 Interval: Hourly Count: -1 Max Retry: 0 leave all other

Re: Implement JOB

2018-04-18 Thread Jonathan Javier
I currently use H2. The idea of being able to execute an automatic backup of the data was by way of example. I would really like to use scheduled tasks to run a special service every 3 hours during the day. Regards -- Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: Implement JOB

2018-04-18 Thread Michael Brohl
Hi Jonathan, which database do you use with OFBiz? Regards, Michael Am 18.04.18 um 17:57 schrieb Jonathan Javier: Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an

Re: Implement JOB

2018-04-18 Thread Paul Mandeltort
Backups at the database level are best. Depending on which database you use there are standard practices and lots of options. If you’re deploying fresh, you can look into something like Amazon Aurora or other hosted Postgres providers which handle backups for you. —P > On Apr 18, 2018, at

Re: OFBiz Blog - March 2018 Update

2018-04-18 Thread Taher Alkhateeb
Great effort as usual folks. On every release we are reminded of how great and active our community is. On Mon, Apr 16, 2018 at 10:31 AM, Sharan Foga wrote: > Hi Everyone > > You can find the details of our monthly blog update at the link below:: > > https://s.apache.org/Hj05

Re: Implement JOB

2018-04-18 Thread Akshat Aggarwal
OK On Apr 18, 2018 11:57 AM, "Jonathan Javier" wrote: Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an example of something similar or what

Implement JOB

2018-04-18 Thread Jonathan Javier
Hello I am looking for a way to implement a job to be able to do, for example, that at certain times of the day an information backup of OFBiz is executed. Where can I find an example of something similar or what would be the paths to follow? *Jonathan Cárdenas Vargas.*

Re: 答复: usage of product attributes

2018-04-18 Thread Rajesh Mallah
Thanks . Its doable i feel at least for MOQ On Wed, Apr 18, 2018 at 7:20 PM, Rishi Solanki wrote: > Hi Rajesh, > It is supported OOTB add product price of type MINIMUM_ORDER_PRICE so that > your quantity get calculated. > For example; > If your selling price per piece

Re: 答复: usage of product attributes

2018-04-18 Thread Rishi Solanki
Hi Rajesh, It is supported OOTB add product price of type MINIMUM_ORDER_PRICE so that your quantity get calculated. For example; If your selling price per piece is $100 and you want to set the minimum order quantity to 5, then set the MINIMUM_ORDER_PRICE as $500. Rishi Solanki Sr Manager,

回复:答复: usage of product attributes

2018-04-18 Thread Schumann Ye
Hi Rajesh, Good to know. I am more focusing on back end erp functioning so I got you wrong. Have a nice day. B.R. Schumann +86-1800-150-1800 原始邮件 主题:Re: 答复: usage of product attributes 发件人:Rajesh Mallah 收件人:user@ofbiz.apache.org 抄送: Hi Schumann , I was wanting MOQ (

Re: help with updateProductPrice

2018-04-18 Thread Rajesh Mallah
Hi Mike , I concur with you. In fact i am already taking such an approach of directly connecting to DB . Instead of XML RPC its JSON in my case. So my client software connects to a non-OfBiz App server. The Appserver tries to accomplish the task using a documented WebService interface using