HR module OFBiz

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

HR module OFBiz

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


 Regards
*Vivek Mishra
*
Vivek Mishra
Reply | Threaded
Open this post in threaded view
|

Re: HR module OFBiz

prasath
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 <[hidden email]> wrote:

> I tried to hide modules other than HR module..but is not working fine.
>
>
>  Regards
> *Vivek Mishra
> *
>
prasath rajan 9442369696
Reply | Threaded
Open this post in threaded view
|

RE: HR module OFBiz

SkipDever
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:[hidden email]]
Sent: Friday, August 05, 2011 2:11 AM
To: [hidden email]
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 <[hidden email]> wrote:

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

Reply | Threaded
Open this post in threaded view
|

RE: HR module OFBiz

hans_bakker
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:[hidden email]]
> Sent: Friday, August 05, 2011 2:11 AM
> To: [hidden email]
> 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 <[hidden email]> 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.