Office time management

Component type

module

Categories

Maintenance status

Development status

Downloads

34

Component created

Component changed

This project is used to manage employee time management, users can checkin their working time and can also send their daily updates to management. Management can check the list of the users and can filter their daily report as well as can make a print.

External DB Login

Component type

module

Maintenance status

Development status

Downloads

567

Component created

Component changed

Introduction:
-------------------
You can configure external database with this module and can login with
this database also.

Limitation: You can configure only mysql or equivalent database only.

Requirements:
------------------
This module requires the following modules:
* None

Site Quota Enforcer

Component type

module

Maintenance status

Development status

Downloads

197

Component created

Component changed

This module enforces quotas set for the entire Drupal site. It was written for the Aegir Hosting System to enforce quotas set by Aegir administrators on client sites, but could be used with any Drupal hosting system that prevents site users from editing settings.php, where the limits are set.

It works by preventing new entities from being creating on form submission if associated resources are at or past their limits.

Currently supported quotas:

Role specific user block

Component type

module

Maintenance status

Development status

Downloads

238

Component created

Component changed

INTRODUCTION :
This module allows admin to block all user from a particular role to get login into the site.It is also compatible with logintoboggon, email_registration and two_steps_login, so you will not face any conflict with these modules.

INSTALLATION :

* Install as you would normally install a contributed Drupal module. See:
https://drupal.org/documentation/install/modules-themes/modules-7
for further information.

CONFIGURATION :

Show Email Address

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

This small module is to show Drupal user's email address in user profile page.

Consistently this get required in most of our Apps so instead of implement hook_user_view() this every time ,, a small module can do this for you without writing any more code with a control page so you can control(Weight, Label Display, enable/disable it).