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

    Organisationskontakt auch in Übersicht anzeigen

    Scheduled Pinned Locked Moved Entwicklung
    8 Posts 3 Posters 1.9k 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.
    • I Offline
      iceman76
      last edited by

      Hallo,

      in der Kategegorieübersicht (Anzeigen von Sysid,Standort, Kontakt, etc.)  werden bei Kontakt nur Personen angezeigt. Wenn der primäre Kontakt eines Objekts eine Organisation ist, wird diese nicht angezeigt.

      Dies ist in vielen Fällen aber wünschenswert. Anbei ein Patch der genau diese Funktion ermöglicht. Getestet unter 0.9.8-2.

      patch_overview_category.zip

      i-doit version 0.9.9 Rev. 5050

      1 Reply Last reply Reply Quote 0
      • D Offline
        dbluemer
        last edited by

        Hallo,

        danke für die Anregung. Für das neue Release haben wir das in etwas abgeänderter Form mal aufgenommen. Sieht dann folgendermaßen aus:

        
        switch ($l_primType) {
        				case C__CONTACT__DATA_ITEM__PERSON_INTERN:
        					$l_str_contact = $l_dao_row["isys_person_intern__first_name"]." " .$l_dao_row["isys_person_intern__last_name"];
        					$l_link_contact = new isys_component_link_contact_person(array(C__CONTACT_PERSON_ID => $l_dao_row["isys_person_intern__id"]));
        					break;
        				case C__CONTACT__DATA_ITEM__GROUP:
        					$l_str_contact = $l_dao_row["isys_group__title"];
        					$l_link_contact = new isys_component_link_contact_group(array(C__CONTACT_GROUP_ID => $l_dao_row["isys_group__id"]));
        					break;
        
        				case C__CONTACT__DATA_ITEM__ORGANISATION:
        					$l_str_contact = $l_dao_row["isys_organisation_intern_iop__title"];
        					$l_link_contact = new isys_component_link_contact_person(array(C__CONTACT_ORGANISATION_ID => $l_dao_row["isys_organisation_intern_iop__id"]));
        					break;
        }
        
        
        1 Reply Last reply Reply Quote 0
        • I Offline
          iceman76
          last edited by

          Feine Sache,

          ich war mir nicht ganz sicher wieviele unterschiedliche Type es gibt.

          Danke…

          i-doit version 0.9.9 Rev. 5050

          1 Reply Last reply Reply Quote 0
          • I Offline
            iceman76
            last edited by

            Eine Frage hätte ich noch

            Ist es in einer weiteren Version geplant dass man die einem Kontakt zugewiesenen Objekte auf einen Blick sehen kann ?

            i-doit version 0.9.9 Rev. 5050

            1 Reply Last reply Reply Quote 0
            • D Offline
              dbluemer
              last edited by

              Ist im Moment noch nicht in Planung, aber wir werden das mal intern diskutieren.

              1 Reply Last reply Reply Quote 0
              • E Offline
                extremIT
                last edited by

                Gibt es hier schon neue Informationen?
                Wäre an einer solchen Übersicht auch interessiert.

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dbluemer
                  last edited by

                  Ja, die gibt es in der Tat,

                  im neuen Release wird diese Funktion implementiert sein.

                  1 Reply Last reply Reply Quote 0
                  • E Offline
                    extremIT
                    last edited by

                    Ihr seid Spitze!
                    Erspart mir jetzt einiges an Arbeit 🙂

                    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