How to remove additional Modules?

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

How to remove additional Modules?

Rajeev Gupta-6
I am trying to remove the modules and tabs that our customer won't use. Is
there a simple way to do so?

 

Eg. we don't need 'manufacturing' and 'content manager' modules. We want to
go a step further and hide the sub tabs from each module as well.

 

Any direction will be helpful.

Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

Adrian Crum-2
Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep.

-Adrian

--- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
From: Rajeev Gupta <[hidden email]>
Subject: How to remove additional Modules?
To: [hidden email]
Date: Wednesday, June 18, 2008, 6:25 PM

I am trying to remove the modules and tabs that our customer won't use. Is
there a simple way to do so?

 

Eg. we don't need 'manufacturing' and 'content manager'
modules. We want to
go a step further and hide the sub tabs from each module as well.

 

Any direction will be helpful.


     
Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

Anil Patel-3
Or like in ecommerce do not mount app on App bar.

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



Regards
Anil Patel

On Jun 18, 2008, at 11:09 PM, Adrian Crum wrote:

> Just comment out their entries in component-load.xml. Beware that  
> there are some dependencies, so you might break the components you  
> want to keep.
>
> -Adrian
>
> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
> From: Rajeev Gupta <[hidden email]>
> Subject: How to remove additional Modules?
> To: [hidden email]
> Date: Wednesday, June 18, 2008, 6:25 PM
>
> I am trying to remove the modules and tabs that our customer won't  
> use. Is
> there a simple way to do so?
>
>
>
> Eg. we don't need 'manufacturing' and 'content manager'
> modules. We want to
> go a step further and hide the sub tabs from each module as well.
>
>
>
> Any direction will be helpful.
>
>


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

BJ Freeman
In reply to this post by Adrian Crum-2
in then ofbiz-component.xml for the component
add
app-bar-display="true"
to the WebApp
this will remove the tab but let the application run.

Adrian Crum sent the following on 6/18/2008 8:09 PM:

> Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep.
>
> -Adrian
>
> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
> From: Rajeev Gupta <[hidden email]>
> Subject: How to remove additional Modules?
> To: [hidden email]
> Date: Wednesday, June 18, 2008, 6:25 PM
>
> I am trying to remove the modules and tabs that our customer won't use. Is
> there a simple way to do so?
>
>  
>
> Eg. we don't need 'manufacturing' and 'content manager'
> modules. We want to
> go a step further and hide the sub tabs from each module as well.
>
>  
>
> Any direction will be helpful.
>
>
>      

Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

BJ Freeman
Correction:
app-bar-display="false"

BJ Freeman sent the following on 6/19/2008 7:06 AM:

> in then ofbiz-component.xml for the component
> add
> app-bar-display="true"
> to the WebApp
> this will remove the tab but let the application run.
>
> Adrian Crum sent the following on 6/18/2008 8:09 PM:
>> Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep.
>>
>> -Adrian
>>
>> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
>> From: Rajeev Gupta <[hidden email]>
>> Subject: How to remove additional Modules?
>> To: [hidden email]
>> Date: Wednesday, June 18, 2008, 6:25 PM
>>
>> I am trying to remove the modules and tabs that our customer won't use. Is
>> there a simple way to do so?
>>
>>  
>>
>> Eg. we don't need 'manufacturing' and 'content manager'
>> modules. We want to
>> go a step further and hide the sub tabs from each module as well.
>>
>>  
>>
>> Any direction will be helpful.
>>
>>
>>      
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

Jacques Le Roux
Administrator
In reply to this post by BJ Freeman
Here I guess BJ meaned app-bar-display="false" :o)

Jacques

From: "BJ Freeman" <[hidden email]>

> in then ofbiz-component.xml for the component
> add
> app-bar-display="true"
> to the WebApp
> this will remove the tab but let the application run.
>
> Adrian Crum sent the following on 6/18/2008 8:09 PM:
>> Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components
>> you want to keep.
>>
>> -Adrian
>>
>> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
>> From: Rajeev Gupta <[hidden email]>
>> Subject: How to remove additional Modules?
>> To: [hidden email]
>> Date: Wednesday, June 18, 2008, 6:25 PM
>>
>> I am trying to remove the modules and tabs that our customer won't use. Is
>> there a simple way to do so?
>>
>>
>>
>> Eg. we don't need 'manufacturing' and 'content manager'
>> modules. We want to
>> go a step further and hide the sub tabs from each module as well.
>>
>>
>>
>> Any direction will be helpful.
>>
>>
>>
>

Reply | Threaded
Open this post in threaded view
|

Re: How to remove additional Modules?

Ashish Vijaywargiya
See its good to keep the app-bar-display false.
Because sometime it happens that you use the services present in the
particular component.

On the GUI level it won't be visible but its services can be used.

--
Ashish

On Thu, Jun 19, 2008 at 10:22 AM, Jacques Le Roux <
[hidden email]> wrote:

> Here I guess BJ meaned app-bar-display="false" :o)
>
> Jacques
>
> From: "BJ Freeman" <[hidden email]>
>
>  in then ofbiz-component.xml for the component
>> add
>> app-bar-display="true"
>> to the WebApp
>> this will remove the tab but let the application run.
>>
>> Adrian Crum sent the following on 6/18/2008 8:09 PM:
>>
>>> Just comment out their entries in component-load.xml. Beware that there
>>> are some dependencies, so you might break the components you want to keep.
>>>
>>> -Adrian
>>>
>>> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote:
>>> From: Rajeev Gupta <[hidden email]>
>>> Subject: How to remove additional Modules?
>>> To: [hidden email]
>>> Date: Wednesday, June 18, 2008, 6:25 PM
>>>
>>> I am trying to remove the modules and tabs that our customer won't use.
>>> Is
>>> there a simple way to do so?
>>>
>>>
>>>
>>> Eg. we don't need 'manufacturing' and 'content manager'
>>> modules. We want to
>>> go a step further and hide the sub tabs from each module as well.
>>>
>>>
>>>
>>> Any direction will be helpful.
>>>
>>>
>>>
>>>
>>
>