Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Issue forks
log-3209795
Commits
3bb0ad7f
Commit
3bb0ad7f
authored
Jan 16, 2015
by
m.stenta
Browse files
Add a README.md file.
parent
42dfd789
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
0 → 100644
View file @
3bb0ad7f
LOG
===
A general purpose record keeping system.
This module provides a new entity type called Log, which can be used for record
keeping. Log types can be defined with different fields.
The intended use is for record keeping, via manual or automatic entry. It is
not designed for system logging, although perhaps it would work.
Each log has a timestamp to indicate when the event took place (or when it will
take place). It also has a boolean "done" field for indicating whether or not
the task is done. Tasks can be automatically marked as done, or it can be a
manual reconciliation process (configurable on the log type level).
DEPENDENCIES
------------
This module depends on the following modules:
*
Date (http://drupal.org/project/date)
*
Entity API (http://drupal.org/project/entity)
INSTALLATION
------------
Install as you would normally install a contributed drupal module. See:
http://drupal.org/documentation/install/modules-themes/modules-7 for further
information.
MAINTAINERS
-----------
Current maintainers:
*
Michael Stenta (m.stenta) - https://drupal.org/user/581414
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment