Service product with selectable dates/times

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Service product with selectable dates/times

leovanche
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!!
Reply | Threaded
Open this post in threaded view
|

Re: Service product with selectable dates/times

deepak nigam-2
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 <[hidden email]>
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!!
Reply | Threaded
Open this post in threaded view
|

Re: Service product with selectable dates/times

Aditya Sharma
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 <[hidden email]>
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 <[hidden email]
> .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!!
>
Reply | Threaded
Open this post in threaded view
|

Re: Service product with selectable dates/times

Deepak Dixit-4
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 <
[hidden email]> 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 <[hidden email]>
> 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 <[hidden email]
> > .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!!
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: Service product with selectable dates/times

Shi Jinghai-3
In reply to this post by leovanche
I guess what you're trying to find is in Subscription data model.


-----邮件原件-----
发件人: leovanche [mailto:[hidden email]]
发送时间: 2018年7月30日 8:02
收件人: [hidden email]
主题: 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!!