Topic: Reporting
Can we get the report page "display print sale quotation" add the the details (description) of items ??
It's much more fun, when you can discuss your problems with others...
You are not logged in. Please login or register.
FrontAccounting forum → Reporting → Reporting
Can we get the report page "display print sale quotation" add the the details (description) of items ??
Dear AP Muthu sir ,
Where I can modify the "Display : print sales quotation page" with description of items attached. ??
_akshaya
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.
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'));
I think he means to include the description of items inside the report.
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.
I think he means to include the description of items inside the report.//
This is correct.Please guide how to do it ??
Thanks
Santhosh
FrontAccounting forum → Reporting → Reporting
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 4 official extensions. Copyright © 2003–2009 PunBB.