Good afternoon, colleagues. Today I started to deal with framwork Espo, download the example PM modules. I've got a couple of questions:
1) How can automatics add new module name in menu tab?
{
"entity": true,
"layouts": true,
"tab": true,
"acl": true,
"module": "PM",
"customizable": true,
"stream": true,
"importable": true
}
Don't work. Do not automatically appear in the menu.
2) How can transfer customized layouts new or old modules on the new system (developer to -> productions)?
- where saved settings from the layouts editor
3) How can create in grid layouts calculated field?
for ex.:
a. in Module PM (ProjectTask Layouts) add field "time" in minutes - this good, done
b. in Module PM (Project list view) in grid add sum count all "time" ProjectTask ?
1) How can automatics add new module name in menu tab?
{
"entity": true,
"layouts": true,
"tab": true,
"acl": true,
"module": "PM",
"customizable": true,
"stream": true,
"importable": true
}
Don't work. Do not automatically appear in the menu.
2) How can transfer customized layouts new or old modules on the new system (developer to -> productions)?
- where saved settings from the layouts editor
3) How can create in grid layouts calculated field?
for ex.:
a. in Module PM (ProjectTask Layouts) add field "time" in minutes - this good, done
b. in Module PM (Project list view) in grid add sum count all "time" ProjectTask ?
Comment