Print module with related module subpanel

Hello.
I have an 'Order' module, which contains a 'Order itens' related module (shown as a subpanel). In the Detail / Edit page, both show normally. But when I click in the 'print' option, only the 'Order' module appears in the print preview popup. How can i show the 'Order itens' subpanel in the print preview?

Visually explaining: in the Detail / Edit page, both module and subpanel are there:


But in the print preview popup, only the main module appears, without the subpanel:


I'm using SugarCRM 6.5 Community Edition. Any help would be appreciated.
Thanks.
  • Olá Ramon

    O botão imprimir, por padrão, exibe apenas os detalhes do módulo em questão.
    Para exibir o subpainel é preciso personalizar a view.detail do módulo e forçar a exibição do subpainel. isso requer bons conhecimentos na arquitetura do SugarCRM e PHP.
    Como você se avalia nestes quesitos?
    André Lopes
    Lampada Global
    Skype: andre.lampada
  • Olá André.

    Após um longo estudo para fazer a customização necessária, eu consegui pegar o que precisava para a página de impressão.

    Obrigado.