From: "Jacopo Cappellato" <[EMAIL PROTECTED]>
On Sep 29, 2008, at 6:56 PM, Jacques Le Roux wrote:
Ah, this is an important point: the GL is done in Thai currency (this is very
common requirement, not just in Thailand).
There is already support for this in OFBiz: accounting transactions originated by events in different currencies from the one
of GL are automatically converted using the currency exchange rate of the date of the transaction.
Please, which source is used for the rate ? I suppose there is a parameter
somewhere ?
The coefficient in the UomConversion* entity is used.
Jacopo
Thanks Jacopo,
OK I see so here UomConversionDated is used I guee. So people use it with any source they want (I guess you must update it daily or
even instantaneously online depending on applications) ?
Jacques