UPOS 1.15.1 RTF Avatar
  1. OMG Issue

UPOS1151 — FiscalPrinter: Unclear string format for totalizer values returned by getData

  • Key: UPOS1151-19
  • Status: open  
  • Source: Free Software Developer ( Martin Conrad)
  • Summary:

    The format of string data returned by the getData is unclear for totalizer values. It should be clarified.
    Since totalizer values (e.g. grand total) may exceed limits of receipt total values, it is not clear that such values may fit into values described as type currency in the UPOS specification. In addition, there is no specification which kind of data type shall be used for totalizers.
    Expecting that OPOS uses CURRENCY, POS for .NET decimal and Java implementations perhaps BigDecimal for totalizers, getData should return totalizer values with decimal point as returned by the in-built string conversions. For example, a totalizer of 12345.67 should be returned as "12345.67".

  • Reported: UPOS 1.15 — Mon, 23 Jan 2023 10:51 GMT
  • Updated: Wed, 12 Apr 2023 19:28 GMT