You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by leovanche <le...@protonmail.com.INVALID> on 2018/07/30 00:02:07 UTC

Service product with selectable dates/times

Hello!

I am trying to create a service type product where the order clerk can select the dates and times to perform the service and have it provided on a reoccurring or one-time basis.

As a bonus I would like to have a master schedule showing all services scheduled.

Does this type of functionality already exist in ofbiz? I would think so since many service business are dependent on schedules and are re-occurring.

Thanks!!

Re: Service product with selectable dates/times

Posted by Deepak Dixit <de...@hotwax.co>.
You can use TemporalExpression as well for scheduling.

https://cwiki.apache.org/confluence/x/eQKv
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/framework/service/data/ServiceDemoData.xml

Thanks & Regards
--
Deepak Dixit


On Mon, Jul 30, 2018 at 10:30 AM, Aditya Sharma <
aditya.sharma@hotwaxsystems.com> wrote:

> Hi Leovanche,
>
> Entities JobSandbox, RecurrenceRule, RecurrenceInfo, RuntimeData (Optional)
> are used to create a scheduled service.
>
> You can
> refer applications/accounting/data/AccountingScheduledServiceData.xml
> data.
>
> You can also read about JobScheduler and Service Recurrence from the
> following links:
>
> 1.
> https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Guide#
> ServiceEngineGuide-jobScheduler
> 2.
> https://books.google.co.in/books?id=hTjxNDSDEJcC&pg=
> PT188&lpg=PT188&dq=ofbiz+schedule+job&source=bl&ots=xdHI7qXNHs&sig=
> NUdtc9T0WGyCTFBTkgHeudi68KY&hl=en&sa=X&ved=2ahUKEwiznszOgMbcAhVIWX0KHfCKA
> LoQ6AEwB3oECAcQAQ
> 3.
> https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-
> scheduling-planned-demand-services/
>
> HTH
>
> Thanks and Regards,
>
> *Aditya Sharma* | Enterprise Software Engineer
> HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
> <http://www.hotwaxsystems.com/>
>
> <https://www.linkedin.com/in/aditya-sharma-78291810a/>
>
>
> On Mon, Jul 30, 2018 at 9:51 AM deepak nigam <de...@gmail.com>
> wrote:
>
> > Hi Leovanche,
> >
> > OFBiz has the feature of scheduling the services, OOTB. For this:
> >
> > 1. Login to 'webtools'.
> > 2. Click on 'Service Engine' -> 'Schedule Job'.
> > 3. Enter the value in fields (self-explanatory).
> > 4. Click on the 'Submit' button.
> >
> > For 'master scheduling' i.e. showing all the services scheduled:
> > 1. Login to 'webtools'.
> > 2. Click on 'Service Engine' -> 'Job List'.
> > 3. Enter the filter criteria if required.
> > 4. Click on the 'Find' button. You will get the list of all the scheduled
> > services.
> >
> > HTH!
> >
> >
> > Thanks & Regards
> > --
> > Deepak Nigam
> >
> >
> >
> > On Mon, Jul 30, 2018 at 5:32 AM leovanche <leovanche@protonmail.com
> > .invalid>
> > wrote:
> >
> > > Hello!
> > >
> > > I am trying to create a service type product where the order clerk can
> > > select the dates and times to perform the service and have it provided
> > on a
> > > reoccurring or one-time basis.
> > >
> > > As a bonus I would like to have a master schedule showing all services
> > > scheduled.
> > >
> > > Does this type of functionality already exist in ofbiz? I would think
> so
> > > since many service business are dependent on schedules and are
> > re-occurring.
> > >
> > > Thanks!!
> >
>

Re: Service product with selectable dates/times

Posted by Aditya Sharma <ad...@hotwaxsystems.com>.
Hi Leovanche,

Entities JobSandbox, RecurrenceRule, RecurrenceInfo, RuntimeData (Optional)
are used to create a scheduled service.

You can
refer applications/accounting/data/AccountingScheduledServiceData.xml data.

You can also read about JobScheduler and Service Recurrence from the
following links:

1.
https://cwiki.apache.org/confluence/display/OFBIZ/Service+Engine+Guide#ServiceEngineGuide-jobScheduler
2.
https://books.google.co.in/books?id=hTjxNDSDEJcC&pg=PT188&lpg=PT188&dq=ofbiz+schedule+job&source=bl&ots=xdHI7qXNHs&sig=NUdtc9T0WGyCTFBTkgHeudi68KY&hl=en&sa=X&ved=2ahUKEwiznszOgMbcAhVIWX0KHfCKALoQ6AEwB3oECAcQAQ
3.
https://www.hotwaxsystems.com/ofbiz/ofbiz-tutorials/ofbiz-scheduling-planned-demand-services/

HTH

Thanks and Regards,

*Aditya Sharma* | Enterprise Software Engineer
HotWax Commerce <http://www.hotwax.co/> by HotWax Systems
<http://www.hotwaxsystems.com/>

<https://www.linkedin.com/in/aditya-sharma-78291810a/>


On Mon, Jul 30, 2018 at 9:51 AM deepak nigam <de...@gmail.com>
wrote:

> Hi Leovanche,
>
> OFBiz has the feature of scheduling the services, OOTB. For this:
>
> 1. Login to 'webtools'.
> 2. Click on 'Service Engine' -> 'Schedule Job'.
> 3. Enter the value in fields (self-explanatory).
> 4. Click on the 'Submit' button.
>
> For 'master scheduling' i.e. showing all the services scheduled:
> 1. Login to 'webtools'.
> 2. Click on 'Service Engine' -> 'Job List'.
> 3. Enter the filter criteria if required.
> 4. Click on the 'Find' button. You will get the list of all the scheduled
> services.
>
> HTH!
>
>
> Thanks & Regards
> --
> Deepak Nigam
>
>
>
> On Mon, Jul 30, 2018 at 5:32 AM leovanche <leovanche@protonmail.com
> .invalid>
> wrote:
>
> > Hello!
> >
> > I am trying to create a service type product where the order clerk can
> > select the dates and times to perform the service and have it provided
> on a
> > reoccurring or one-time basis.
> >
> > As a bonus I would like to have a master schedule showing all services
> > scheduled.
> >
> > Does this type of functionality already exist in ofbiz? I would think so
> > since many service business are dependent on schedules and are
> re-occurring.
> >
> > Thanks!!
>

Re: Service product with selectable dates/times

Posted by deepak nigam <de...@gmail.com>.
Hi Leovanche,

OFBiz has the feature of scheduling the services, OOTB. For this:

1. Login to 'webtools'.
2. Click on 'Service Engine' -> 'Schedule Job'.
3. Enter the value in fields (self-explanatory).
4. Click on the 'Submit' button.

For 'master scheduling' i.e. showing all the services scheduled:
1. Login to 'webtools'.
2. Click on 'Service Engine' -> 'Job List'.
3. Enter the filter criteria if required.
4. Click on the 'Find' button. You will get the list of all the scheduled
services.

HTH!


Thanks & Regards
--
Deepak Nigam



On Mon, Jul 30, 2018 at 5:32 AM leovanche <le...@protonmail.com.invalid>
wrote:

> Hello!
>
> I am trying to create a service type product where the order clerk can
> select the dates and times to perform the service and have it provided on a
> reoccurring or one-time basis.
>
> As a bonus I would like to have a master schedule showing all services
> scheduled.
>
> Does this type of functionality already exist in ofbiz? I would think so
> since many service business are dependent on schedules and are re-occurring.
>
> Thanks!!