You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by vivek mishra <vm...@gmail.com> on 2011/08/05 10:58:35 UTC

HR module OFBiz

I tried to hide modules other than HR module..but is not working fine.


 Regards
*Vivek Mishra
*

RE: HR module OFBiz

Posted by Hans Bakker <ma...@antwebsystems.com>.
Better use security for that, just allow a user access to the components
you want.

Regards,
Hans


On Fri, 2011-08-05 at 09:33 -0700, SkipDever wrote:
> You need to go into each module, e.g. applications/accounting and modify the
> ofbiz-component.xml and set app-bar-display="false"
> 
> For example, change:
> 
>     <webapp name="accounting"
>         title="Accounting"
>         server="default-server"
>         location="webapp/accounting"
>         base-permission="OFBTOOLS,ACCOUNTING"
>         mount-point="/accounting"
>         app-bar-display="true"/>
> 
> to
>     <webapp name="accounting"
>         title="Accounting"
>         server="default-server"
>         location="webapp/accounting"
>         base-permission="OFBTOOLS,ACCOUNTING"
>         mount-point="/accounting"
>         app-bar-display="false"/>
> 
> 
> Do this for all modules you do not want.  Most ofbiz modules are (sadly)
> interdependent, so you cannot just remove them.  I did just that a while
> back and it took about two weeks to remove most ofbiz applications and get
> the dependencies satisified.
> 
> The above method works if you are not concerned about the applicaiton size.
> 
> Skip
> -----Original Message-----
> From: prasanth r [mailto:prasanth.sunrise@gmail.com]
> Sent: Friday, August 05, 2011 2:11 AM
> To: user@ofbiz.apache.org
> Subject: Re: HR module OFBiz
> 
> 
> can you just tell me what did you do?
> 
> you can do it in ofbiz-container.xml. already i have suggested that.
> 
> 
> 
> On Fri, Aug 5, 2011 at 2:28 PM, vivek mishra <vm...@gmail.com> wrote:
> 
> > I tried to hide modules other than HR module..but is not working fine.
> >
> >
> >  Regards
> > *Vivek Mishra
> > *
> >
> 

-- 
Ofbiz on twitter: http://twitter.com/apache_ofbiz
Myself on twitter: http://twitter.com/hansbak
Antwebsystems.com: Quality services for competitive rates.


RE: HR module OFBiz

Posted by SkipDever <sk...@thedevers.org>.
You need to go into each module, e.g. applications/accounting and modify the
ofbiz-component.xml and set app-bar-display="false"

For example, change:

    <webapp name="accounting"
        title="Accounting"
        server="default-server"
        location="webapp/accounting"
        base-permission="OFBTOOLS,ACCOUNTING"
        mount-point="/accounting"
        app-bar-display="true"/>

to
    <webapp name="accounting"
        title="Accounting"
        server="default-server"
        location="webapp/accounting"
        base-permission="OFBTOOLS,ACCOUNTING"
        mount-point="/accounting"
        app-bar-display="false"/>


Do this for all modules you do not want.  Most ofbiz modules are (sadly)
interdependent, so you cannot just remove them.  I did just that a while
back and it took about two weeks to remove most ofbiz applications and get
the dependencies satisified.

The above method works if you are not concerned about the applicaiton size.

Skip
-----Original Message-----
From: prasanth r [mailto:prasanth.sunrise@gmail.com]
Sent: Friday, August 05, 2011 2:11 AM
To: user@ofbiz.apache.org
Subject: Re: HR module OFBiz


can you just tell me what did you do?

you can do it in ofbiz-container.xml. already i have suggested that.



On Fri, Aug 5, 2011 at 2:28 PM, vivek mishra <vm...@gmail.com> wrote:

> I tried to hide modules other than HR module..but is not working fine.
>
>
>  Regards
> *Vivek Mishra
> *
>


Re: HR module OFBiz

Posted by prasanth r <pr...@gmail.com>.
can you just tell me what did you do?

you can do it in ofbiz-container.xml. already i have suggested that.



On Fri, Aug 5, 2011 at 2:28 PM, vivek mishra <vm...@gmail.com> wrote:

> I tried to hide modules other than HR module..but is not working fine.
>
>
>  Regards
> *Vivek Mishra
> *
>