Implement Quick Info Widget like discussed on
The attached patch implements the functionality for Quick Info Widget.
For test and peer review purposes please:
apply the attached patch
pack in the attached file
The result can be seen on the Sales Order window like shown in the screenshot
Regards,
Carlos Ruiz
Very useful feature, Carlos.
It seems that when switching tabs (several orders opened), quick info is not updated.
Thanks for the feedback
Reopening this ticket to address your finding.
With commit 816f209
added a context variable:
#clientInfo_QuickInfoComponentId
With this context variable is possible to configure Quick Info to zoom into windows.
Example:
Query:
Message:
That quick info (just for postgresql) shows the top 10 products bought by a business partner (f.e. useful on sales order window) with a link to the product.
Look like the link is created using the zoom function on the actual report.js file and the new context variable #clientInfo_QuickInfoComponentId for the component listening the zoom event.