abmagil / electron-demo

0 stars 0 forks source link

Display Dollar Amounts, not decimals #7

Open abmagil opened 7 years ago

abmagil commented 7 years ago

The spendingPerMonth field is displaying many decimals, as that is the calculated amount to spend on a per-month basis.

The field should be able to display simple integers, while keeping a backing field of sorts, which tracks the true number.

Alternatively, the whole system should be revamped to handle the fuzziness introduced by truncating off decimals.

abmagil commented 6 years ago

Using AccountingJs or MoneyJS may help here