SenitCorp / bugtracker

Issue Tracker repo for Senit
1 stars 0 forks source link

Format amounts consistently across the app #173

Closed jayrulez closed 5 years ago

jayrulez commented 5 years ago

Find all places in the app where currency amounts are displayed/inputted and pass them through a consistent formatter.

The formatter ideally should take the amount and the currency information (precision, display format).

You will probably need a constant list of all the currency templates. We should be able to provide this from the server as the functionality is already there, it is just not being used right now.

img_2511 amount entry

jovi959 commented 5 years ago

iOS COmpleted