1 (edited by akshaya1972 08/10/2018 02:50:05 pm)

Topic: Reporting

Can we get the report page "display print sale quotation" add the the details (description) of items ??

Re: Reporting

Yes - modify the report in question.

Re: Reporting

Dear AP Muthu sir ,

Where I can modify the "Display : print sales quotation page" with description of items attached. ??

_akshaya

Re: Reporting

I can tell you that you're looking for reporting/rep111.php for the Sales Quotation report. I can't tell you what to add/modify.

Re: Reporting

akshaya1972 wrote:

Dear AP Muthu sir ,

Where I can modify the "Display : print sales quotation page" with description of items attached. ??

_akshaya


If you are looking to change the button name Display : Print Sales Quotation
The  Display is programmed to create automatically here. And the Print Sales Quotation Comes from the reporting/reports_main.php  i am not sure about line number .138 . Anyhow the code will be like this.

$reports->addReport(RC_CUSTOMER, 111, _('&Print Sales Quotations'),
    array(    _('From') => 'QUOTATIONS',
            _('To') => 'QUOTATIONS',
            _('Currency Filter') => 'CURRENCY',
            _('Email Customers') => 'YES_NO',
            _('Comments') => 'TEXTBOX',
            _('Orientation') => 'ORIENTATION'));

And here  you can see the text there.  Just change this text to something else.

$reports->addReport(RC_CUSTOMER, 111, _('&Print  Quotations'),  //Edited by Varadha for your understanding
    array(    _('From') => 'QUOTATIONS',
            _('To') => 'QUOTATIONS',
            _('Currency Filter') => 'CURRENCY',
            _('Email Customers') => 'YES_NO',
            _('Comments') => 'TEXTBOX',
            _('Orientation') => 'ORIENTATION'));
Subscription service based on FA
HRM CRM POS batch Themes

Re: Reporting

I think he means to include the description of items inside the report.

Re: Reporting

apmuthu wrote:

I think he means to include the description of items inside the report.


May be you are right.  but from his question, he shows the button display text and asked to modify.

Subscription service based on FA
HRM CRM POS batch Themes

Re: Reporting

I think he means to include the description of items inside the report.//
This is correct.Please guide how to do it ??

Thanks
Santhosh