Hi,
I'm trying to customize layout of EspoCRM to get required application UI.
I was able to create custom view for custom Entity: attached
Now I have a few questions:
1) How I can create new module for example like "Search". I would like to create something like that {{{Block:"Product listing"}}} which will create div and filter collection to show quantity of products or quantity of products which satisfy to some criteria. Now I have done it in template of Product which is not very good solution.
2) Why I can't add {{{search}}} inside template of {{{list}}} which template located here: "/client/res/templates/record/list.tpl"
3) From "List" module I can see "collection.total" variable, how I can create new variable for my new Module or see all available variable.
Also I can't find some guide about available Object, Collections or how to customize for example "List" module. It will be perfect to have one guide about module like we have guide for Custom Views.
Thanks in advance.
I'm trying to customize layout of EspoCRM to get required application UI.
I was able to create custom view for custom Entity: attached
Now I have a few questions:
1) How I can create new module for example like "Search". I would like to create something like that {{{Block:"Product listing"}}} which will create div and filter collection to show quantity of products or quantity of products which satisfy to some criteria. Now I have done it in template of Product which is not very good solution.
2) Why I can't add {{{search}}} inside template of {{{list}}} which template located here: "/client/res/templates/record/list.tpl"
3) From "List" module I can see "collection.total" variable, how I can create new variable for my new Module or see all available variable.
Also I can't find some guide about available Object, Collections or how to customize for example "List" module. It will be perfect to have one guide about module like we have guide for Custom Views.
Thanks in advance.
Comment