[Vtigercrm-developers] Reports module

Uma S uma.s at vtiger.com
Fri Mar 14 11:22:37 GMT 2014


Hi,

Is it possible to leave only name of field in Reports?

Yes, its possible. In ReportRun.php file in a loop for 'PDF' .you need to
modify this peice of code.
if(!empty($this->secondarymodule)) {
if($moduleLabel != '') {
$headerLabel = $moduleLabel." ". $translatedLabel;
 }
}
*Change to:*

if(!empty($this->secondarymodule)) {
if($moduleLabel != '') {
 $headerLabel = $translatedLabel;
}
}
This will work.


On Fri, Mar 14, 2014 at 12:37 PM, Siam Translations LLP <
info at siam-translations.com> wrote:

> Thank you very much Uma. This is great stuff...
> I have a very cosmetic issue which isn't urgent at all :-)
> While generating reports the columns of report contains
> Name of module and name of field. Sometimes it looks untidy.
> Is it possible to leave only name of field in here?
> See attached scrnshot
>
> Regards
> Andrew Smith
>
>
>
>
>
>
>
>
>
> On 2014-03-14 13:29, Uma S wrote:
>
>> Hi,
>>
>> Please check in the above reported trac fix has been updated.
>>
>> On Thu, Mar 13, 2014 at 10:16 PM, Uma S <uma.s at vtiger.com> wrote:
>>
>>  Hi,
>>>
>>> Yes the above issue is reproducible. I have raised ticket in tracker
>>> [1] for same, please have a look and update if any observation is
>>>
>>> missed. we will look into this soon.
>>>
>>> On Thu, Mar 13, 2014 at 8:39 PM, Ian Stern <i4629193 at gmail.com>
>>> wrote:
>>>
>>> same here.. when trying use custom field report is not generated.
>>> How to fix it?
>>>
>>> Ian
>>>
>>> On Thu, Mar 13, 2014 at 7:52 PM, Siam Translations LLP
>>> <info at siam-translations.com> wrote:
>>> - Got problem deleting reports using Action button. Hover little
>>> button working well
>>> - Reports on Documents and related custom module working well. But
>>> if I add to filter conditions simple pick list field (custom field -
>>> Yes,No), report is not generated.
>>> First issue is not biggy but second confusing a lot. Can you guys
>>> confirm you got same state?
>>>
>>> Regards
>>> A.Smith
>>> _______________________________________________
>>> http://www.vtiger.com/ [2]
>>>
>>> _______________________________________________
>>> http://www.vtiger.com/ [2]
>>>
>>
>> --
>>
>> With
>> Best Regards
>> Uma.S
>>
>> Vtiger Team
>>
>> --
>>
>> With
>> Best Regards
>> Uma.S
>>
>> Vtiger Team
>>
>> Links:
>> ------
>> [1] http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7971
>> [2] http://www.vtiger.com/
>>
>> _______________________________________________
>> http://www.vtiger.com/
>
>
> _______________________________________________
> http://www.vtiger.com/
>



-- 
With
Best Regards
Uma.S
Vtiger Team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140314/986d877d/attachment.html>


More information about the vtigercrm-developers mailing list