-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(exchange): add the current exchange rate
This commit adds the current exchange rate to the exchange rate modal for reference. This feature was requested by our clients at HEV. Closes #2387.
- Loading branch information
Showing
4 changed files
with
46 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
{"EXCHANGE":{"ADDING_RATE":"Adding an exchange Rate", | ||
"ADD_EXCHANGE":"Ajouter taux", | ||
"DESCRIPTION":"This section help you to define an exchange rate", | ||
"ENTERPRISE_CURRENCY":"Enterprise Currency", | ||
"EXCHANGE_RATES":"Exchange Rate(s)", | ||
"NEW_RATE":"New Exchange Rate", | ||
"RATE_SET":"Rate last set", | ||
"REVIEW_RATE":"Review the exchange rate", | ||
"TITLE":"Exchange Rate Management", | ||
"REVIEW":"Review Rates ", | ||
"INVOICE_DISCLAIMER":"Exchange rate based on the latest enterprise exchange:", | ||
"SET_AS":"Set as", | ||
"ON":"on"}} | ||
{ | ||
"EXCHANGE":{ | ||
"ADDING_RATE" : "Adding an exchange Rate", | ||
"CURRENT_RATE" : "Current Exchange Rate", | ||
"ADD_EXCHANGE" : "Ajouter taux", | ||
"DESCRIPTION" : "This section help you to define an exchange rate", | ||
"ENTERPRISE_CURRENCY" : "Enterprise Currency", | ||
"EXCHANGE_RATES" : "Exchange Rate(s)", | ||
"NEW_RATE" : "New Exchange Rate", | ||
"RATE_SET" : "Rate last set", | ||
"REVIEW_RATE" : "Review the exchange rate", | ||
"TITLE" : "Exchange Rate Management", | ||
"REVIEW" : "Review Rates ", | ||
"INVOICE_DISCLAIMER" : "Exchange rate based on the latest enterprise exchange:", | ||
"SET_AS" : "Set as", | ||
"ON" : "on" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
{"EXCHANGE":{"ADDING_RATE":"Ajout d'un taux", | ||
"ADD_EXCHANGE":"Ajouter taux", | ||
"DESCRIPTION":"Cette interface vous permet d'ajouter un taux d'echange", | ||
"ENTERPRISE_CURRENCY":"Monnaie de l'entreprise", | ||
"EXCHANGE_RATES":"Taux de change", | ||
"NEW_RATE":"Nouveau taux", | ||
"RATE_SET":"Taux configuré", | ||
"REVIEW_RATE":"Revoir le taux", | ||
"TITLE":"Gestion taux d'echange", | ||
"REVIEW":"Revoir le taux", | ||
"INVOICE_DISCLAIMER":"Taux de Change basé sur le dernier taux de l'entreprise", | ||
"SET_AS":"Defini comme", | ||
"ON":"sur"}} | ||
{ | ||
"EXCHANGE":{ | ||
"ADDING_RATE" : "Ajout d'un taux", | ||
"CURRENT_RATE" : "Taux de Change Actuel", | ||
"ADD_EXCHANGE" : "Ajouter taux", | ||
"DESCRIPTION" : "Cette interface vous permet d'ajouter un taux d'echange", | ||
"ENTERPRISE_CURRENCY" : "Monnaie de l'entreprise", | ||
"EXCHANGE_RATES" : "Taux de change", | ||
"NEW_RATE" : "Nouveau taux", | ||
"RATE_SET" : "Taux configuré", | ||
"REVIEW_RATE" : "Revoir le taux", | ||
"TITLE" : "Gestion taux d'echange", | ||
"REVIEW" : "Revoir le taux", | ||
"INVOICE_DISCLAIMER" : "Taux de Change basé sur le dernier taux de l'entreprise", | ||
"SET_AS" : "Defini comme", | ||
"ON" : "sur" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters