hi all,
I was trying to see how to make an Arabic version of the POS
application, and I found nowhere if it is possible to change the style
from 'left to right' to 'right to left'? I went to the xui project
mailing list but it seems that the last one was in 2008 and there was
nothing related to that subject. Then I decided to ask experts of the
POS project in Ofbiz. Maybe Jaques knows the answer :)
Actually I want only to change the direction of the table
journal_panel implemented in the Journal.java class and it will be
much easier to do that throug hte style if possible otherwise I will
be obliged to change the order of these two arrays according the
language and all code related to them
private static String[] field = { "sku", "desc", "qty", "price" };
private static String[] name = { "PosSku", "PosItem", "PosQty", "PosAmt" };
Regards.
Amine Azzi