Skip to content

[1.6.2?] More digits for item quantity #731

@zeitschlag

Description

@zeitschlag

I wonder how difficult it would be to make this a configurable setting? Some installations only need 2 decimals, and some need 3-4. One of my clients is in the pharmacy industry and they require 8 decimal places as they dispense drugs by the milliliter and it has to calculate to a deep precision.

At the moment, only two digits are supported, we should make this more flexible.

We have to change the type of the database column from DECIMAL to FLOAT or DOUBLE. And then we probably have to change some number-formatters, too. To demonstrate this, there's an example here

Metadata

Metadata

Labels

Feature RequestImprovement or Feature Request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions