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

    Reporting im i-doit Open - Code Fragmente

    Scheduled Pinned Locked Moved Allgemein
    2 Posts 2 Posters 197 Views 1 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.
    • OliO Offline
      Oli
      last edited by

      Hallo,

      in der i-doit Open ist das Reporting offiziell nicht aufgelistet,
      im Code taucht aber eine Abfrage und eine Differenzierung zischen der Pro und der Open auf:

      if (defined("C__ENABLE__LICENCE") && C__ENABLE__LICENCE) {
                      self::$m_instance = new isys_module_report_pro();
                  } else {
                      self::$m_instance = new isys_module_report_open();
                  }
      

      ist hier etwas geplant (gewesen) ?

      Tatsächlich wird ja C__MODULE__REPORT in der entsprechenden Tabelle gelöscht bei der Installation der OPEN, daher wird das Modul selbst nicht geladen, kann man selbst beheben, aber was war / wäre dann der Umfang der isys_module_report_open(); ?

      Viele Grüße.

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

        Hallo @oliver-s,

        Reports sind in der OPEN Variante nicht vorgesehen und sollen nicht funktionsfähig sein 😆
        Siehe dazu hier -> https://www.i-doit.org/cmdb-it-documentation/

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post