open-nav
    Preparing search index...

    Function softwareId

    • Build a valid softwareId from your tax number and a suffix.

      There is no registry and uniqueness is not enforced, so prefix the id with your 8-digit tax number to make it globally unique without coordination; the uppercased suffix fills the remaining ten characters (your product/version code). Keep the result stable across releases — the version belongs in softwareMainVersion, not here.

      Parameters

      • taxNumber: string
      • suffix: string

      Returns string

      softwareId('27990423', '-SZAMLALI1'); // '27990423-SZAMLALI1'
      softwareId('12345678-2-41', '-SZAMLALI1'); // '12345678-SZAMLALI1'