Difference between revisions of "NF2.0 Tab Name Improvements"

From iDempiere en
m (Add language link)
m (Text replace - "http://jira.idempiere.com" to "http://idempiere.atlassian.net")
 
(3 intermediate revisions by 2 users not shown)
Line 21: Line 21:
 
If this field is left empty a default title/label is created using the DocumentNo, Value and Name fields if they exist.
 
If this field is left empty a default title/label is created using the DocumentNo, Value and Name fields if they exist.
  
'''Technical Info:''' [http://jira.idempiere.com/browse/IDEMPIERE-1328 IDEMPIERE-1328]
+
You can show indirect column from related tables, for example if you set on "GL Journal" window the logic "@DocumentNo@ @C_Period_ID<Name>@" - it will show the number of document and the name of the related period (obtained from C_Period_ID).
 +
 
 +
Note also the <> notation can be used to format dates, number or messages like @DateColumn<dateformat>@
 +
 
 +
'''Technical Info:''' [http://idempiere.atlassian.net/browse/IDEMPIERE-1328 IDEMPIERE-1328]
  
  
Line 28: Line 32:
  
  
 +
[[Category:New Features|U]]
 
[[Category:New Features v2.0|U]]
 
[[Category:New Features v2.0|U]]
 +
[[Category:New Features User Experience (Usability)]]

Latest revision as of 21:05, 2 September 2016

Feature: Tab Name Improvements

Goal: User Experience

Developer: Nicolas Micoud

Description:

The name of the tab was improved to show a configurable description of the record, like the next screenshot shows.

NOTE also that when a record is modified an asterisk * is prefixed in the window to show that the record has been modified and is unsaved, making it easy to decide which windows has not been saved on logout time.

NF20TabName01.png

You can configure the title logic for each window as shown in the image below, note in the image above the title logic is also used on the Recent Items gadget

NF20TabName02.png

The format for Title Logic is one or several context variables surrounded by @, examples: @TaxID@ @DocumentNo@ @Value@ @Name@.

If this field is left empty a default title/label is created using the DocumentNo, Value and Name fields if they exist.

You can show indirect column from related tables, for example if you set on "GL Journal" window the logic "@DocumentNo@ @C_Period_ID<Name>@" - it will show the number of document and the name of the related period (obtained from C_Period_ID).

Note also the <> notation can be used to format dates, number or messages like @DateColumn<dateformat>@

Technical Info: IDEMPIERE-1328

Cookies help us deliver our services. By using our services, you agree to our use of cookies.