Hello

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

Hello

vivek.mi
Hello all,

I want to keep only HR manager module in ofbiz this time.so for that where i
will have to make changes.
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

Re: Hello

prasath
hi vivek,

you have to change ofbiz-component.xml file.

In this file app-bar-display should be false to hide it in the main menu.

<webapp name="ecomclone"
        title="eCommerce Clone"
        server="default-server"
        location="webapp/ecomclone"
        mount-point="/ecomclone"
        app-bar-display="false"/>  <====

regards
prasath rajan




On Wed, Aug 3, 2011 at 2:34 PM, vivek mishra <[hidden email]> wrote:

> Hello all,
>
> I want to keep only HR manager module in ofbiz this time.so for that where
> i
> will have to make changes.
>
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

Re: Hello

vivek.mi
Hello,

thanks prasath but there are too many ofbiz-component.xml....in which i will
have to change.

On Wed, Aug 3, 2011 at 2:40 PM, prasanth r <[hidden email]>wrote:

> hi vivek,
>
> you have to change ofbiz-component.xml file.
>
> In this file app-bar-display should be false to hide it in the main menu.
>
> <webapp name="ecomclone"
>        title="eCommerce Clone"
>        server="default-server"
>        location="webapp/ecomclone"
>        mount-point="/ecomclone"
>        app-bar-display="false"/>  <====
>
> regards
> prasath rajan
>
>
>
>
> On Wed, Aug 3, 2011 at 2:34 PM, vivek mishra <[hidden email]> wrote:
>
> > Hello all,
> >
> > I want to keep only HR manager module in ofbiz this time.so for that
> where
> > i
> > will have to make changes.
> >
>
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

Re: Hello

prasath
no way. you have to do it in all the applications which are all you do not
want to show it in main menu.


On Wed, Aug 3, 2011 at 2:44 PM, vivek mishra <[hidden email]> wrote:

> Hello,
>
> thanks prasath but there are too many ofbiz-component.xml....in which i
> will
> have to change.
>
> On Wed, Aug 3, 2011 at 2:40 PM, prasanth r <[hidden email]
> >wrote:
>
> > hi vivek,
> >
> > you have to change ofbiz-component.xml file.
> >
> > In this file app-bar-display should be false to hide it in the main menu.
> >
> > <webapp name="ecomclone"
> >        title="eCommerce Clone"
> >        server="default-server"
> >        location="webapp/ecomclone"
> >        mount-point="/ecomclone"
> >        app-bar-display="false"/>  <====
> >
> > regards
> > prasath rajan
> >
> >
> >
> >
> > On Wed, Aug 3, 2011 at 2:34 PM, vivek mishra <[hidden email]>
> wrote:
> >
> > > Hello all,
> > >
> > > I want to keep only HR manager module in ofbiz this time.so for that
> > where
> > > i
> > > will have to make changes.
> > >
> >
>
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

Re: how to hide or remove apps was Hello

BJ Freeman
In reply to this post by vivek.mi
HR depends on other modules, like partymgr.
so you can hide the other apps but they are still loaded.
prasath rajan
Gave you and example that you have to do to each ofbiz-component.xml
or
you can find what apps HR does not depend on and comment out the app in
the application/component-load.xml and specialpurpose/component-load.xml
Sorry can't give you a list of which ones.

vivek mishra sent the following on 8/3/2011 2:04 AM:
> Hello all,
>
> I want to keep only HR manager module in ofbiz this time.so for that where i
> will have to make changes.
>