Skip to content

Topic Branch: Multicurrency

jbest84 edited this page Jan 25, 2013 · 10 revisions

The mobile client does not support multicurrency. Viewing opportunities or opportunity products shows in the base currency only.

Details

topic-multicurrency was created for multicurrency support in argos-saleslogix. topic-opportunity-products was merged into this branch before work began. For more information on opportunity products, click here

Changes

  • New configuration option: multiCurrency (boolean)
  • App.context['exchangeRates'] structure will contain all of the available exchange rates when a user logs in. Example getting the USD exchange rate: App.context['exchangeRates']['USD'];
  • App.context['systemOptions'] will fetch a list of system options on user login. The available options are pulled from App.systemOptionsToRequest : systemOptionsToRequest: [ 'BaseCurrency', 'MultiCurrency', 'ChangeOpportunityRate', 'LockOpportunityRate' ]
  • Added 'General:Currency' to App.context['userOptions']. This is the users configured currency.

Clone this wiki locally