Arlina
10th September 2019, 14:51
Hi All,
Is there any standard dll available in Baan IV for Exchange rate Calculation/ Amount Conversion in other currency.
Please help.
Thanks & Regards,
Arlina
mark_h
10th September 2019, 17:32
Would http://www.baanboard.com/baanboard/showthread.php?t=64167 this be of any assistance. Not sure it is related, but thought I would mention the tool.
Arlina
11th September 2019, 07:12
Hi Marks,
Thanks for your help.
But I need something for Baan IV.
Are tcemmdll5000 and tcemmdll5010 work for Baan IV? If yes, where can I get more information about these dlls?
Thanks & Regards,
Arlina
bdittmar
11th September 2019, 10:01
maybe function tcmcs0012 get currency rate
function itcmcs0012.get.currency.rate(domain tcccur currency,
domain tcdate date,
domain tckrat krat,
ref domain tcrats ref.rate,
ref domain tcratf ref.rate.factor)
|Input: currency: Currency for which rates should be read.
| date: Date for which rates should be read.
| krat: Kind of rate:
| - ratp: purchase rate
| - rats: sales rate
| - ecrt: official E.C. rate.
|Output: rate (if not found, 1.0 is returned)
| rate factor (if not found, 1 is returned)
{
domain tcratp pur.rate
domain tcrats sls.rate
....................................
Regards
Arlina
12th September 2019, 07:02
Thanks Bernd...let me check it :)