You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful to have the current exchange rate on the exchange rate modal for reference. We should put the "current rate" somewhere on the modal for the user to refer to when making any changes.
The text was updated successfully, but these errors were encountered:
This commit adds the current exchange rate to the exchange rate modal
for reference. This feature was requested by our clients at HEV.
ClosesThird-Culture-Software#2387.
2454: feat(exchange): add the current exchange rate r=jniles a=jniles
This commit adds the current exchange rate to the exchange rate modal
for reference. This feature was requested by our clients at HEV.
![exchangerateupdates](https://user-images.githubusercontent.com/896472/34944109-92731706-f9fe-11e7-9ec6-a208c434bf81.PNG)
_Fig 1: Show Exchange Rate on Modal_
Closes#2387.
2455: fix(General Ledger): identify title accounts r=jniles a=jniles
This commit fixes the general ledger by rendering the title accounts in bold and removing the option to download their account slips. I've also optimized the GL by removing dead code and using ui-grid's native tools instead of multiple cell templates.
![titleaccountbold](https://user-images.githubusercontent.com/896472/34944090-80d30cae-f9fe-11e7-9b4a-07a5ca9da92c.PNG)
_Fig 1: Example of Bold Titles_
Closes#2348.
It's useful to have the current exchange rate on the exchange rate modal for reference. We should put the "current rate" somewhere on the modal for the user to refer to when making any changes.
The text was updated successfully, but these errors were encountered: