Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Use the screenlet and put an icon (or a word, it's an icon in Compiere) in the screenlet title bar for that.
  • OR
  • Another (easier) possibility would be to use the 1st field-group and to make a relation between it and other field-groups. This because in all cases we will no make this 1st field-group collapsible (at least it's how we have done so far) and we could then put an artifact there. This would also allow to not have a mandatory screenlet when using collapsible field-groups

Some i18n issues and best practices

  • Typography : Typography depends on languages. For instance in French we put a space after colons, there are other cases of course. So punctuation should be always part of labels.
  • HTML : We already discussed about not putting any HTML tags in labels. Also we should not allow put any < and & which will would not be correctly rendered (http://www.w3.org/TR/REC-xml/#dt-chardata), so should be escaped. I quickly noticed a problematic case:
  • ProductRedExplanation (in Product association)
  • There are certainly others. They should be easy to find, by looking for > < in lab.xml files