ip/company

This package is abandoned and no longer maintained. No replacement package was suggested.

A company Module for Drupal

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:drupal-module

pkg:composer/ip/company

dev-master 2019-04-23 15:20 UTC

This package is not auto-updated.

Last update: 2020-08-21 14:06:39 UTC


README

  1. Module Download with composer composer require ip/company
  2. Module install with drupal console ./vendor/bin/drupal module:install company

help

Views

Views sind ansich ein grafischer querybuilder für select Statements auf die DB. Man kann sich hier sein Content den man braucht zusammen schubsen.

  • List Company Users -> query auf DB, hole Users zugeordnet zu Company (filter company equal currentUser->company)
  • Admin List Company -> Zeige im Admin Panel eine Liste mit allen Companies an. +edit +delete