Community
    • Categories
    • Recent
    • Popular
    • Users
    • Search
    • Register
    • Login

    The empty inactive window Investment costs

    Scheduled Pinned Locked Moved General
    4 Posts 3 Posters 381 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • I Offline
      inasutin
      last edited by

      Hello,
      In the i-doit 25 PRO version, Accounting -> Investment costs, an empty window appeared, which could neither be filled nor deleted. That he can be made active so that he can add the name of the currency, for example EUR44f574ad-9c2a-4aea-a7b9-9e994f430af4-image.png
      Best regards,
      Inna

      1 Reply Last reply Reply Quote 0
      • StefanP74S Offline
        StefanP74
        last edited by

        Hello,

        check out Administration -> User settings -> Data format -> Monetary format

        Greez Stefan

        I 1 Reply Last reply Reply Quote 1
        • I Offline
          inasutin @StefanP74
          last edited by

          @StefanP74 Thank you for answer!
          Best regards ,
          Inna

          1 Reply Last reply Reply Quote 0
          • Michael HuhnM Offline
            Michael Huhn
            last edited by

            Hey all,

            this is a know bug which was fixed with version 27.

            The colleagues from development have created a query that selects € and sets it for all users.
            Please create a backup before using a SQL on your idoit database.

            Dollar = C__CMDB__CURRENCY__DOLLAR
            Pound = C__CMDB__CURRENCY__POUND
            Schweizer Franken = C__CMDB__CURRENCY__SWISS_FRANC

            Select your data database and use

            UPDATE isys_user_locale SET isys_user_locale__isys_currency__id = (SELECT isys_currency__id FROM isys_currency WHERE isys_currency__const = 'C__CMDB__CURRENCY__EURO');
            
            1 Reply Last reply Reply Quote 0
            • First post
              Last post