Login  Register

Notification display to user

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Notification display to user

mriduprajkhowa
1 post
Hello,

Is it possible to display a notification to a OFBIZ user so that he can perform some operation. For example, suppose a user is creating a quotation out of request. After creating the quotation this has to be approved by another user. Now how can the second user know that he has to approve a quotation created by other user. Is there any notification process except email ? Can we display a list of to do list to the user.


With Regards,
Mridu
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Notification display to user

hans_bakker
1639 posts
Check the sysinfo function in the commonext component, you can send
publlc messages or private messages to specific user when an event
happens....

On 02/06/2012 07:25 PM, mriduprajkhowa wrote:

> Hello,
>
> Is it possible to display a notification to a OFBIZ user so that he can
> perform some operation. For example, suppose a user is creating a quotation
> out of request. After creating the quotation this has to be approved by
> another user. Now how can the second user know that he has to approve a
> quotation created by other user. Is there any notification process except
> email ? Can we display a list of to do list to the user.
>
>
> With Regards,
> Mridu
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Notification-display-to-user-tp4361103p4361103.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Notification display to user

Adrian Crum-3
1903 posts
In reply to this post by mriduprajkhowa
You can create an approval task (WorkEffort) when the quote is created.
The task will then appear on the user's task list.

-Adrian

On 2/6/2012 12:25 PM, mriduprajkhowa wrote:

> Hello,
>
> Is it possible to display a notification to a OFBIZ user so that he can
> perform some operation. For example, suppose a user is creating a quotation
> out of request. After creating the quotation this has to be approved by
> another user. Now how can the second user know that he has to approve a
> quotation created by other user. Is there any notification process except
> email ? Can we display a list of to do list to the user.
>
>
> With Regards,
> Mridu
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Notification-display-to-user-tp4361103p4361103.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.