Topic: rep_annual_balance_breakdown Bug or What ?

Hello,

I tried to use the new rep_annual_balance_breakdown.php report module.

But it seems it don't generate a report although I tried to gives it a more time by extending the timeout option limit in utils.js ( tout = tout | 100000;    // default timeout value   )

Any suggestions ?

Khaled

Re: rep_annual_balance_breakdown Bug or What ?

I have tried to get the rep_check_print.php cheque printing module to work, and can not get it to show on the Report Menu of Bank and General Ledger tab.

I have logged out, cleared cache, closed browser and re-installed to the training company. I have tried both as admin and as demouser.

Either it is really, really late here, or I am missing something smile

Re: rep_annual_balance_breakdown Bug or What ?

Please follow the instructions in the readme.txt carefully.
If you don't have the custom report on the report menu, then you have done something wrong when editing the reports_custom.
Kalido, have you tried another of the custom reports? And does this work?

Try to set $go_debug to 1 in config.php.

/Joe

Re: rep_annual_balance_breakdown Bug or What ?

I now see that the check printing is not in the menu in Banking and General Ledger, Reports, but in Purchases, Reports.
Please look there avb3. I am sorry for that misinformation in the readme.txt.

A new upload will be done.

/Joe

Re: rep_annual_balance_breakdown Bug or What ?

hello Joe,

I will try that & I will back to you


khaled

Re: rep_annual_balance_breakdown Bug or What ?

I added

$reports->addReport(_('General Ledger'),702,_('List of &Journal Entries'),
array(    _('Start Date') => 'DATEBEGINM',
                _('End Date') => 'DATEENDM',
    _('Type') => 'SYS_TYPES',
    _('Comments') => 'TEXTBOX',
    _('Destination') => 'DESTINATION'));

as an another example for reporting. I noticed that it is ok for it, but still freezing when calling rep_annual_balance_breakdown.php

I tried : $go_debug=1 in config.php ---> in this case when I enter the Reports page, the FA Freeze. So i couldn't profit form it (  $go_debug=1)

khaled