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
We would like to convert the invoices show page dollar values into yen. Please add a Convert to Yen button (mockup below) that when clicked will convert the dollar amounts into Yen amounts.
Notes:
There is a class in app/services/currency_converter.rb that you can use to do the conversion like a client for an external API would.
Yen does not use decimals and the yen sign postfixes the amount (eg 1000 ¥)
We would like to avoid any changes to the database
The text was updated successfully, but these errors were encountered:
We would like to convert the invoices show page dollar values into yen. Please add a Convert to Yen button (mockup below) that when clicked will convert the dollar amounts into Yen amounts.
Notes:
app/services/currency_converter.rb
that you can use to do the conversion like a client for an external API would.The text was updated successfully, but these errors were encountered: