Regarding accountCurrencyUomId

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Regarding accountCurrencyUomId

naveenchanda
Hi All,


Where do i set the account currency uom id in OFBiz and when i check the Accounting - > Billing Accounts -> Find Billing accounts.

And, in the forms the tag is as follows:

 <field name="accountLimit">
            <display type="currency" currency="${billingAccount.accountCurrencyUomId}"/>
        </field>


I cannot able to see the uom for Account limit and it is displaying as ¤12.000

For this, i have changed the locale to Indonesia.

general.properties.

currency.uom.id.default=IDR

locale.properties.fallback=id

currency.decimal.format=#,##0

start.properties
ofbiz.locale.default=id

Please help to solve my above issue.

Thanks,
Naveen Chanda
Reply | Threaded
Open this post in threaded view
|

RE: Regarding accountCurrencyUomId

Charles Tjandra

Hi Naveen,

You have mentioned 12.000 for the IDR, I would like to let you
know that this amount is Twelve Thousands in IDR which is NOT
Twelve with Three decimal behind.

IDR 12.000,00 - means = Twelve Thousands with TWO decimal point behind.

In Indonesian accounting,
DOT mean Thousand and
COMMA mean DECIMAL Point.

Hopefully you can clear with this =
currency.decimal.format=#,##0


- Charles

===========

-----Original Message-----
From: naveen chanda [mailto:[hidden email]]
Sent: 10 Oktober 2009 14:07
To: [hidden email]
Subject: Regarding accountCurrencyUomId



Hi All,


Where do i set the account currency uom id in OFBiz and when i check the
Accounting - > Billing Accounts -> Find Billing accounts.

And, in the forms the tag is as follows:

 <field name="accountLimit">
            <display type="currency"
currency="${billingAccount.accountCurrencyUomId}"/>
        </field>


I cannot able to see the uom for Account limit and it is displaying as
¤12.000

For this, i have changed the locale to Indonesia.

general.properties.

currency.uom.id.default=IDR

locale.properties.fallback=id

currency.decimal.format=#,##0

start.properties
ofbiz.locale.default=id

Please help to solve my above issue.

Thanks,
Naveen Chanda
--
View this message in context: http://www.nabble.com/Regarding-accountCurrencyUomId-tp25831628p25831628.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

RE: Regarding accountCurrencyUomId

naveenchanda

Hi Charles,

I am not clear with your message, the format which i specified is the format that is ok for me.

But the case if, you see the

¤12.000

Here, i am not getting the currency symbol, which is the need to display.

For me in some cases, when i set the locale for Indonesia also, the currency format is not applying.



Thanks and Regards,
Naveen

Charles TJ wrote
Hi Naveen,

You have mentioned 12.000 for the IDR, I would like to let you
know that this amount is Twelve Thousands in IDR which is NOT
Twelve with Three decimal behind.

IDR 12.000,00 - means = Twelve Thousands with TWO decimal point behind.

In Indonesian accounting,
DOT mean Thousand and
COMMA mean DECIMAL Point.

Hopefully you can clear with this =
currency.decimal.format=#,##0


- Charles

===========

-----Original Message-----
From: naveen chanda [mailto:chanda15@gmail.com]
Sent: 10 Oktober 2009 14:07
To: user@ofbiz.apache.org
Subject: Regarding accountCurrencyUomId



Hi All,


Where do i set the account currency uom id in OFBiz and when i check the
Accounting - > Billing Accounts -> Find Billing accounts.

And, in the forms the tag is as follows:

 <field name="accountLimit">
            <display type="currency"
currency="${billingAccount.accountCurrencyUomId}"/>
        </field>


I cannot able to see the uom for Account limit and it is displaying as
¤12.000

For this, i have changed the locale to Indonesia.

general.properties.

currency.uom.id.default=IDR

locale.properties.fallback=id

currency.decimal.format=#,##0

start.properties
ofbiz.locale.default=id

Please help to solve my above issue.

Thanks,
Naveen Chanda
--
View this message in context: http://www.nabble.com/Regarding-accountCurrencyUomId-tp25831628p25831628.html
Sent from the OFBiz - User mailing list archive at Nabble.com.
Reply | Threaded
Open this post in threaded view
|

RE: Regarding accountCurrencyUomId

Charles Tjandra

Hi Naveen,

Oops, sorry I mixed up with your previous topic for decimal point.

Yes, you're right. The {billingAccount.accountCurrencyUomId} cannot display as mentioned.
I also try to dig further, still cannot find.

- Charles TJ

=========


-----Original Message-----
From: naveenchanda [mailto:[hidden email]]
Sent: 12 Oktober 2009 11:06
To: [hidden email]
Subject: RE: Regarding accountCurrencyUomId


Hi Charles,

I am not clear with your message, the format which i specified is the format
that is ok for me.

But the case if, you see the

¤12.000

Here, i am not getting the currency symbol, which is the need to display.

For me in some cases, when i set the locale for Indonesia also, the currency
format is not applying.



Thanks and Regards,
Naveen