Difference between revisions of "Oats"
m (→Install Oats) |
Unnilennium (talk | contribs) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Oats for SME Server 7.x== | ==Oats for SME Server 7.x== | ||
===Maintainer=== | ===Maintainer=== | ||
− | |||
[[User:cjensen|Craig Jensen]]<br/> | [[User:cjensen|Craig Jensen]]<br/> | ||
---- | ---- | ||
Line 13: | Line 12: | ||
===Documentation=== | ===Documentation=== | ||
− | |||
− | |||
− | |||
====Install Oats==== | ====Install Oats==== | ||
Line 23: | Line 19: | ||
Install with the following command and it will install all of the required packages for you. | Install with the following command and it will install all of the required packages for you. | ||
− | yum --enablerepo= | + | yum --enablerepo=smecontribs install oats smeserver-oats |
+ | |||
{{Tip box|Oats function of providing output in pdf is only enabled by installing the below packages...}} | {{Tip box|Oats function of providing output in pdf is only enabled by installing the below packages...}} | ||
Line 29: | Line 26: | ||
From 'dag' repo: | From 'dag' repo: | ||
yum --enablerepo=dag install html2ps | yum --enablerepo=dag install html2ps | ||
+ | Base repo will have to be enabled for ImageMagic-perl | ||
* html2ps - which will pull in dependency: | * html2ps - which will pull in dependency: | ||
** ImageMagick-perl | ** ImageMagick-perl | ||
− | |||
From the default ('base' and 'updates') repos: | From the default ('base' and 'updates') repos: | ||
Line 75: | Line 72: | ||
---- | ---- | ||
− | [[Category: Contrib]] | + | [[Category: Deprecated Contrib]] |
[[Category: Webapps]] | [[Category: Webapps]] |
Latest revision as of 21:34, 17 April 2021
Oats for SME Server 7.x
Maintainer
Description
OATS: Online Automated Timecard System. A multi-user online timecard system written in PHP/MySQL. It allows users to input their hours and then print their hours out at the end of the time period (in PDF/HTML/Text format). It also has support for creating a template if the user works the same hours every week. After submitting his/her timecard, the user can start a new timecard, and the old one is archived.
The data is all stored in MySQL, and O.A.T.S. has support for three authentication methods: database, imap, and pop3.
OATS has a well-developed administration center to make it easy to log in as another user, clean out tables, and update the FAQ.
Documentation
Install Oats
Install with the following command and it will install all of the required packages for you.
yum --enablerepo=smecontribs install oats smeserver-oats
From 'dag' repo: yum --enablerepo=dag install html2ps Base repo will have to be enabled for ImageMagic-perl
- html2ps - which will pull in dependency:
- ImageMagick-perl
From the default ('base' and 'updates') repos: yum install ghostscript
- ghostscript - which will pull in several dependancies:
- VFlib2
- chkfontpath
- fonts-xorg-base
- ghostscript-fonts
- ttmkfdir
- urw-fonts
- xorg-x11-font-utils
- xorg-x11-xfs
Using Oats
Login to your new interface @ http://yourdomain.com/oats
username: 'admin' password: 'admin'
Configuration Options
Oats configuration is a templated file /opt/oats/config/defaults.php
[root@jensen-server defaults.php]# pwd /etc/e-smith/templates/opt/oats/config/defaults.php [root@jensen-server defaults.php]# ls 10config-colors 30config-options1 55config-administrators 70config-db_options template-end 20config-dates 50config-print_options 60config-auth_options template-begin
Edit one of these to your needs then:
expand-template /opt/oats/config/defaults.php
Common Config Changes
- Output of the timecard: pdf, html, or text found in template fragment 50config-print_options
- Colors: all colors are listed in the template fragment 10config-colors
- Administrators: users with admin access are added to the array (comma separated in single quotes) in template fragment 55config-admministrators
- Authorization: DB is default, IMAP and POP3 are the other options found in template fragment 60config-auth_options