Skip to content

Add support for default decimal places for users commonly performing math related to currency such as those in accounting roles #485

@datapharmer

Description

@datapharmer

Problem Statement
Accounting users that utilize traditional desktop calculators often want to default to having 2 digits after a decimal because they are constantly entering currency values.

Evidence or User Insights
Having to enter a period to denote cents adds a great deal of additional data entry throughout the course of a day and is one of the primary barriers to switching from a printer with a paper spool to a computerized calculator.

Proposal
Add a setting to configure the starting position when inputting data. The default would be as it currently works, but setting it to -2 would place it in the hundredths, -3 would be thousandths and 3 would be thousands, etc.

Alternate solution: Add an accounting mode option just as there is a scientific mode option. This option would be designed for users working with currency values regularly.

Goals
Increase user adoption of the calculator by meeting needs of accountants and office workers that deal with currencies regularly.

Low-Fidelity Concept
If the user enters "1" it would display as "0.01"
If the user enters "1" followed by "2" it would display as "0.12"
If the user entered "1 followed by "2" followed by "3" it would display as "1.23"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions