Skip to content

Decimal places for PriceAmount fixed at 2 digits - need 4 digits e.g. for fuel invoice #398

@harzmann

Description

@harzmann

PriceAmount is formatted or rounded to 2 decimal places. However, for example, for fuel bills, 4 decimal places are required for the price per liter. Temporary Save function modified:
Writer.WriteValue(_formatDecimal(tradeLineItem.GrossUnitPrice.Value,4));
image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions