Projects:RTL30/Functional Specifications
Contents |
Right To Left support in Openbravo ERP
Overview
Purpose
This project's aim consists of adapting Openbravo ERP to support languages that are written from right to left.
Scope
The development of this project will involve, at least, this actions:
- Generate a dir="RTL" in the body tag of the index.jsp page based on the language of the user. (is done).
- Solve issues with the UI (navigation bar is drawn the wrong way, frozen columns should be on the right).
- Probably some changes in the way skins are managed.
Open Discussion Items
[1]: http://en.wikipedia.org/wiki/Bi-directional_text
[2]: http://www.w3.org/TR/html401/struct/dirlang.html#h-8.2
[3]: http://www.w3.org/TR/html5/semantics.html#the-dir
[4]: http://java.sun.com/j2se/1.3/docs/api/java/awt/Graphics2D.html http://java.sun.com/j2se/1.3/docs/api/java/awt/geom/AffineTransform.html