Currencies CT2 component
From UG
[cur] Currencies
1.User can Add/Edit/Remove Currency
2.Currency has fields:
- 1.name, 30 chars textbox (example: US dollars)
- 2.abbreviation, 3 chars textbox (example: USD)
3.Currency table is shared by all jag offices
[ex] Curr Exchange Rates
[ex1] exg rate is a number assigned to an ordered pair of currencies (curr1, curr2)
[ex2] example: (USD, GBP, 0.66)
[ex3] there is a choice of setting the number x for (curr1, curr2, x) or y for (curr2, curr1, y). If x is set then y will be automatically re-calculated as y=1/x. And wise versa.
[ex4] this number is real number with 2 digits after decimal point
[ex5] exg rate is optional
[ex6] each office has its own exg rates