[Erp5-dev] new features for business templates

Yoshinori Okuji yo at nexedi.com
Wed Jan 19 16:24:36 CET 2005


Hello,

I have added some new features into business templates.

- Choosing which skin selections should be used for each skin folder

All skin folders were registered into all skin selections in the 
previous implementation. You can now choose which selections should be 
used for each skin folder.

To choose skin selections, make a new property in a skin folder with 
ZMI. This property should be named 
"business_template_registered_skin_selections" and the type of this 
property should be "tokens". In the field "Value", input all skin 
selection names which should use the skin folder. For example:

business_template_registered_skin_selections   Print  tokens

If a skin folder does not have this property, the folder will be 
registered to all skin selections as it was.

- Determining whether sub-categories should be included or not

All sub-categories of base categories were included in the previous 
implementation. You can now determine if the children of each base 
category should be included in business templates.

For this, make a new property in a base category with ZMI. This property 
should be named "business_template_include_sub_categories" and the type 
of this property should be "boolean".

If a base category does not have this property, the base category will 
include all sub-categories as it was.

YO
-- 
Yoshinori Okuji, Nexedi Research Director
Nexedi: Consulting and Development of Free / Open Source Software
http://www.nexedi.com
ERP5: Free / Open Source ERP Software for small and medium companies
http://www.erp5.org
Storever: OpenBrick, WiFi infrastructure, notebooks and servers
http://www.storever.com



More information about the Erp5-dev mailing list