Feature: Configurable Status Line
Goal: Usability
Developer: Nicolas Micoud
Video: http://www.youtube.com/watch?v=lLtjxjklfZY by Jan.thielemann - evenos Consulting GmbH
Description:
Now you can define in a configurable way a status line to be shown for any window/table (in past you needed to hack GridTab.getTrxInfo).
Firstly you define a translatable message with the text you want to display in the status line, please note the usage of the MessageFormat parameters. Here you can define positional parameters numbered from zero, describe the type (number, date, time, format, choice or undefined for a default string), and the format style:
Then you define the associated query for the message, please note the number of values returned by the query must match the number and order of the positional parameters of the message. You can (and maybe must) use context variables referencing the window fields to restrict the query:
The resulting status line is shown in next screenshot:
Technical Info: IDEMPIERE-1150
See also: Quick Info Widget, Java Message Format