You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Oleksandr Darchuk <ol...@gmail.com> on 2020/08/04 15:03:29 UTC

Restrict Access/Hide items from the Application/Plugins menu (top level)

Hello
Is it possible to restrict/hide some unused applications from the top level menu bar? E.g. make Mmarketing or Manufacturing invisible for the end-user after log-in?
Thank you

Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Oleksandr Darchuk <ol...@gmail.com>.
Hello Aditya,
Thank you, it works perfectly
-- 
Best regards

On Wed, Aug 5, 2020 at 6:58 AM Aditya Sharma <ad...@apache.org>
wrote:

> Hi Oleksandr Darchuk,
>
> Refer my answer on the following mail thread
>
> https://markmail.org/message/o7nvrxo4wtk5brls
>
>
> HTH
>
> Thanks and regards,
> Aditya Sharma
>
>
> On Wed, Aug 5, 2020 at 12:56 AM Oleksandr Darchuk
> <ol...@gmail.com> wrote:
> >
> > Hello,
> > Subscribed already.
> > And looks like authorization is the way I have to dig to get the answer
> to
> > my question. Still any suggestions/directions will be appreciated :)
> > Thank you
> >
> > On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <
> jacques.le.roux@les7arts.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Your message has been moderated, else it would not have reached this
> > > Mailing List.
> > >
> > > Please subscribe to the user ML for such questions and then use your
> email
> > > client.
> > > See why here http://ofbiz.apache.org/mailing-lists.html.
> > >
> > > You will get a better support, people can answer you on the ML.
> > > The wider the audience the better the answers you might get.
> > >
> > > Also it's more work for moderators who have to accept your messages as
> > > long as you have not subscribed.
> > > I'll personally no longer accept them (other moderators still could).
> > >
> > > Thanks
> > >
> > > This said, if nobody answers you before me I'll do tmrw...
> > >
> > > Jacques
> > >
> > > Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > > > Hello
> > > > Is it possible to restrict/hide some unused applications from the top
> > > level menu bar? E.g. make Mmarketing or Manufacturing invisible for the
> > > end-user after log-in?
> > > > Thank you
> > >
> > >
>

Re: How to shorten the order fulfillment processs

Posted by Suraj Khurana <su...@hotwax.co>.
Hello Georg,

Adding to this, I hope from the data model end you are pretty clear that
these requirements can be easily fit into the existing model, like, the
content data model empowers you to create any number of supporting
documents related to an order.

Also, OFBiz works on service based architecture which are easy to configure
and on top of it, you can have event based triggering. For example, if by
default an invoice is generated when shipment is packed, you can make it
generated after it is delivered, if your business demands it.

You can easily create your separate plugin and add required rules on the
same.

--
Best Regards,
Suraj Khurana
Senior Technical Consultant


On Thu, Aug 6, 2020 at 2:23 PM Georg Potthast 2 <no...@georgpotthast.de>
wrote:

> We are planning to replace our old ERP system with an OFBiz based system.
> However, we currently have a different process than the one described in
> the wiki:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview
>
> We take the orders by phone and generate a delivery note from that. Our
> driver picks the goods from our storage and delivers them to the customer.
> When he returns with a signed delivery note from the customer, we enter the
> delivery note into the ERP system. The ERP system takes a look at the
> agreement details for the customer including his price and generates an
> invoice which is sent in the mail.
>
> This does not seem to fit the process described in the wiki page. How can
> we use OFBiz to fit our existing process?
>

Re: How to shorten the order fulfillment processs

Posted by Georg Potthast <no...@georgpotthast.de>.
Hi Rishi,

thank you for your recommendation. I am new to OFBiz but I will try to 
analyse the order process and see how I can implement this.

Georg

-----Ursprüngliche Nachricht----- 
From: Rishi Solanki
Sent: Tuesday, August 11, 2020 5:56 PM
To: ofbizuser
Subject: Re: How to shorten the order fulfillment processs

Hi George,
Please refer the order statuses which are hold, created, approved,
cancelled and completed. You can map these statuses with your processes,
and if you run the OOTB process then it would also take the agreement link
with Order.

Also to match the exact process you describe, you may require minor
customization. But if you map the process with order flow then it has all
capabilities you mentioned.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Aug 6, 2020 at 2:23 PM Georg Potthast 2 <no...@georgpotthast.de>
wrote:

> We are planning to replace our old ERP system with an OFBiz based system.
> However, we currently have a different process than the one described in
> the wiki:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview
>
> We take the orders by phone and generate a delivery note from that. Our
> driver picks the goods from our storage and delivers them to the customer.
> When he returns with a signed delivery note from the customer, we enter 
> the
> delivery note into the ERP system. The ERP system takes a look at the
> agreement details for the customer including his price and generates an
> invoice which is sent in the mail.
>
> This does not seem to fit the process described in the wiki page. How can
> we use OFBiz to fit our existing process?
> 


Re: How to shorten the order fulfillment processs

Posted by Rishi Solanki <ri...@gmail.com>.
Hi George,
Please refer the order statuses which are hold, created, approved,
cancelled and completed. You can map these statuses with your processes,
and if you run the OOTB process then it would also take the agreement link
with Order.

Also to match the exact process you describe, you may require minor
customization. But if you map the process with order flow then it has all
capabilities you mentioned.


Best Regards,
--
Rishi Solanki
*CTO, Mindpath Technology*
Intelligent Solutions
cell: +91-98932-87847
LinkedIn <https://www.linkedin.com/in/rishi-solanki-62271b7/>


On Thu, Aug 6, 2020 at 2:23 PM Georg Potthast 2 <no...@georgpotthast.de>
wrote:

> We are planning to replace our old ERP system with an OFBiz based system.
> However, we currently have a different process than the one described in
> the wiki:
>
> https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview
>
> We take the orders by phone and generate a delivery note from that. Our
> driver picks the goods from our storage and delivers them to the customer.
> When he returns with a signed delivery note from the customer, we enter the
> delivery note into the ERP system. The ERP system takes a look at the
> agreement details for the customer including his price and generates an
> invoice which is sent in the mail.
>
> This does not seem to fit the process described in the wiki page. How can
> we use OFBiz to fit our existing process?
>

How to shorten the order fulfillment processs

Posted by Georg Potthast 2 <no...@georgpotthast.de>.
We are planning to replace our old ERP system with an OFBiz based system. However, we currently have a different process than the one described in the wiki:
https://cwiki.apache.org/confluence/display/OFBIZ/Order+Fulfillment+Process+Overview

We take the orders by phone and generate a delivery note from that. Our driver picks the goods from our storage and delivers them to the customer. When he returns with a signed delivery note from the customer, we enter the delivery note into the ERP system. The ERP system takes a look at the agreement details for the customer including his price and generates an invoice which is sent in the mail.

This does not seem to fit the process described in the wiki page. How can we use OFBiz to fit our existing process?

Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Georg Potthast <no...@georgpotthast.de>.
Thank you Aditya!

-----Ursprüngliche Nachricht----- 
From: Aditya Sharma
Sent: Wednesday, August 5, 2020 8:49 AM
To: user@ofbiz.apache.org
Subject: Re: Restrict Access/Hide items from the Application/Plugins menu 
(top level)

Hi Georg Potthast,

If you change it for ofbizDemo, it will hide ofbizDemo, not all the
applications. Each component has it's own ofbiz-component.xml file
responsible for the initial setup.

For example, if you wanted to hide the marketing component you need to add
this attribute to webapp tag for the marketing component.
So you will have to add it here:
https://github.com/apache/ofbiz-framework/blob/trunk/applications/marketing/ofbiz-component.xml#L39

Thanks and Regards,
Aditya Sharma


On Wed, Aug 5, 2020 at 11:35 AM Georg Potthast <no...@georgpotthast.de>
wrote:

> In my "plugins/ofbizDemo" folder the ofbiz-component.xml file only
> contains
> one webapp, title="OfbizDemo". When I enter app-bar-display="false" there,
> still all applications available with OFBiz are in the menu bar after a
> restart.
>
> -----Ursprüngliche Nachricht-----
> From: Aditya Sharma
> Sent: Wednesday, August 5, 2020 6:57 AM
> To: user@ofbiz.apache.org
> Subject: Re: Restrict Access/Hide items from the Application/Plugins menu
> (top level)
>
> Hi Oleksandr Darchuk,
>
> Refer my answer on the following mail thread
>
> https://markmail.org/message/o7nvrxo4wtk5brls
>
>
> HTH
>
> Thanks and regards,
> Aditya Sharma
>
>
> On Wed, Aug 5, 2020 at 12:56 AM Oleksandr Darchuk
> <ol...@gmail.com> wrote:
> >
> > Hello,
> > Subscribed already.
> > And looks like authorization is the way I have to dig to get the answer
> to
> > my question. Still any suggestions/directions will be appreciated :)
> > Thank you
> >
> > On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <
> jacques.le.roux@les7arts.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Your message has been moderated, else it would not have reached this
> > > Mailing List.
> > >
> > > Please subscribe to the user ML for such questions and then use your
> email
> > > client.
> > > See why here http://ofbiz.apache.org/mailing-lists.html.
> > >
> > > You will get a better support, people can answer you on the ML.
> > > The wider the audience the better the answers you might get.
> > >
> > > Also it's more work for moderators who have to accept your messages as
> > > long as you have not subscribed.
> > > I'll personally no longer accept them (other moderators still could).
> > >
> > > Thanks
> > >
> > > This said, if nobody answers you before me I'll do tmrw...
> > >
> > > Jacques
> > >
> > > Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > > > Hello
> > > > Is it possible to restrict/hide some unused applications from the 
> > > > top
> > > level menu bar? E.g. make Mmarketing or Manufacturing invisible for 
> > > the
> > > end-user after log-in?
> > > > Thank you
> > >
> > >
>
> 


Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Aditya Sharma <ad...@apache.org>.
Hi Georg Potthast,

If you change it for ofbizDemo, it will hide ofbizDemo, not all the
applications. Each component has it's own ofbiz-component.xml file
responsible for the initial setup.

For example, if you wanted to hide the marketing component you need to add
this attribute to webapp tag for the marketing component.
So you will have to add it here:
https://github.com/apache/ofbiz-framework/blob/trunk/applications/marketing/ofbiz-component.xml#L39

Thanks and Regards,
Aditya Sharma


On Wed, Aug 5, 2020 at 11:35 AM Georg Potthast <no...@georgpotthast.de>
wrote:

> In my "plugins/ofbizDemo" folder the ofbiz-component.xml file only
> contains
> one webapp, title="OfbizDemo". When I enter app-bar-display="false" there,
> still all applications available with OFBiz are in the menu bar after a
> restart.
>
> -----Ursprüngliche Nachricht-----
> From: Aditya Sharma
> Sent: Wednesday, August 5, 2020 6:57 AM
> To: user@ofbiz.apache.org
> Subject: Re: Restrict Access/Hide items from the Application/Plugins menu
> (top level)
>
> Hi Oleksandr Darchuk,
>
> Refer my answer on the following mail thread
>
> https://markmail.org/message/o7nvrxo4wtk5brls
>
>
> HTH
>
> Thanks and regards,
> Aditya Sharma
>
>
> On Wed, Aug 5, 2020 at 12:56 AM Oleksandr Darchuk
> <ol...@gmail.com> wrote:
> >
> > Hello,
> > Subscribed already.
> > And looks like authorization is the way I have to dig to get the answer
> to
> > my question. Still any suggestions/directions will be appreciated :)
> > Thank you
> >
> > On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <
> jacques.le.roux@les7arts.com>
> > wrote:
> >
> > > Hi,
> > >
> > > Your message has been moderated, else it would not have reached this
> > > Mailing List.
> > >
> > > Please subscribe to the user ML for such questions and then use your
> email
> > > client.
> > > See why here http://ofbiz.apache.org/mailing-lists.html.
> > >
> > > You will get a better support, people can answer you on the ML.
> > > The wider the audience the better the answers you might get.
> > >
> > > Also it's more work for moderators who have to accept your messages as
> > > long as you have not subscribed.
> > > I'll personally no longer accept them (other moderators still could).
> > >
> > > Thanks
> > >
> > > This said, if nobody answers you before me I'll do tmrw...
> > >
> > > Jacques
> > >
> > > Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > > > Hello
> > > > Is it possible to restrict/hide some unused applications from the top
> > > level menu bar? E.g. make Mmarketing or Manufacturing invisible for the
> > > end-user after log-in?
> > > > Thank you
> > >
> > >
>
>

Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Georg Potthast <no...@georgpotthast.de>.
In my "plugins/ofbizDemo" folder the ofbiz-component.xml file only contains 
one webapp, title="OfbizDemo". When I enter app-bar-display="false" there, 
still all applications available with OFBiz are in the menu bar after a 
restart.

-----Ursprüngliche Nachricht----- 
From: Aditya Sharma
Sent: Wednesday, August 5, 2020 6:57 AM
To: user@ofbiz.apache.org
Subject: Re: Restrict Access/Hide items from the Application/Plugins menu 
(top level)

Hi Oleksandr Darchuk,

Refer my answer on the following mail thread

https://markmail.org/message/o7nvrxo4wtk5brls


HTH

Thanks and regards,
Aditya Sharma


On Wed, Aug 5, 2020 at 12:56 AM Oleksandr Darchuk
<ol...@gmail.com> wrote:
>
> Hello,
> Subscribed already.
> And looks like authorization is the way I have to dig to get the answer to
> my question. Still any suggestions/directions will be appreciated :)
> Thank you
>
> On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <
jacques.le.roux@les7arts.com>
> wrote:
>
> > Hi,
> >
> > Your message has been moderated, else it would not have reached this
> > Mailing List.
> >
> > Please subscribe to the user ML for such questions and then use your
email
> > client.
> > See why here http://ofbiz.apache.org/mailing-lists.html.
> >
> > You will get a better support, people can answer you on the ML.
> > The wider the audience the better the answers you might get.
> >
> > Also it's more work for moderators who have to accept your messages as
> > long as you have not subscribed.
> > I'll personally no longer accept them (other moderators still could).
> >
> > Thanks
> >
> > This said, if nobody answers you before me I'll do tmrw...
> >
> > Jacques
> >
> > Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > > Hello
> > > Is it possible to restrict/hide some unused applications from the top
> > level menu bar? E.g. make Mmarketing or Manufacturing invisible for the
> > end-user after log-in?
> > > Thank you
> >
> > 


Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Aditya Sharma <ad...@apache.org>.
Hi Oleksandr Darchuk,

Refer my answer on the following mail thread

https://markmail.org/message/o7nvrxo4wtk5brls


HTH

Thanks and regards,
Aditya Sharma


On Wed, Aug 5, 2020 at 12:56 AM Oleksandr Darchuk
<ol...@gmail.com> wrote:
>
> Hello,
> Subscribed already.
> And looks like authorization is the way I have to dig to get the answer to
> my question. Still any suggestions/directions will be appreciated :)
> Thank you
>
> On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <
jacques.le.roux@les7arts.com>
> wrote:
>
> > Hi,
> >
> > Your message has been moderated, else it would not have reached this
> > Mailing List.
> >
> > Please subscribe to the user ML for such questions and then use your
email
> > client.
> > See why here http://ofbiz.apache.org/mailing-lists.html.
> >
> > You will get a better support, people can answer you on the ML.
> > The wider the audience the better the answers you might get.
> >
> > Also it's more work for moderators who have to accept your messages as
> > long as you have not subscribed.
> > I'll personally no longer accept them (other moderators still could).
> >
> > Thanks
> >
> > This said, if nobody answers you before me I'll do tmrw...
> >
> > Jacques
> >
> > Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > > Hello
> > > Is it possible to restrict/hide some unused applications from the top
> > level menu bar? E.g. make Mmarketing or Manufacturing invisible for the
> > end-user after log-in?
> > > Thank you
> >
> >

Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Oleksandr Darchuk <ol...@gmail.com>.
Hello,
Subscribed already.
And looks like authorization is the way I have to dig to get the answer to
my question. Still any suggestions/directions will be appreciated :)
Thank you

On Tue, Aug 4, 2020 at 9:02 PM Jacques Le Roux <ja...@les7arts.com>
wrote:

> Hi,
>
> Your message has been moderated, else it would not have reached this
> Mailing List.
>
> Please subscribe to the user ML for such questions and then use your email
> client.
> See why here http://ofbiz.apache.org/mailing-lists.html.
>
> You will get a better support, people can answer you on the ML.
> The wider the audience the better the answers you might get.
>
> Also it's more work for moderators who have to accept your messages as
> long as you have not subscribed.
> I'll personally no longer accept them (other moderators still could).
>
> Thanks
>
> This said, if nobody answers you before me I'll do tmrw...
>
> Jacques
>
> Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> > Hello
> > Is it possible to restrict/hide some unused applications from the top
> level menu bar? E.g. make Mmarketing or Manufacturing invisible for the
> end-user after log-in?
> > Thank you
>
>

Re: Restrict Access/Hide items from the Application/Plugins menu (top level)

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi,

Your message has been moderated, else it would not have reached this Mailing List.

Please subscribe to the user ML for such questions and then use your email client.
See why here http://ofbiz.apache.org/mailing-lists.html.

You will get a better support, people can answer you on the ML.
The wider the audience the better the answers you might get.

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could).

Thanks

This said, if nobody answers you before me I'll do tmrw...

Jacques

Le 04/08/2020 à 17:03, Oleksandr Darchuk a écrit :
> Hello
> Is it possible to restrict/hide some unused applications from the top level menu bar? E.g. make Mmarketing or Manufacturing invisible for the end-user after log-in?
> Thank you