Difference between revisions of "Oats"

From SME Server
Jump to navigationJump to search
Line 11: Line 11:
  
 
OATS has a well-developed administration center to make it easy to log in as another user, clean out tables, and update the FAQ.
 
OATS has a well-developed administration center to make it easy to log in as another user, clean out tables, and update the FAQ.
 +
 +
{{Tip box|Oats function of providing output in pdf is only enabled by installing the below packages...}}
 +
 +
From 'dag' repo:
 +
* html2ps - which will pull in dependency:
 +
* ImageMagick-perl
 +
yum enablerepo=dag install html2ps
 +
 +
From the default ('base' and 'updates') repos:
 +
* ghostscript - which will pull in several dependancies:
 +
** VFlib2
 +
** chkfontpath
 +
** fonts-xorg-base
 +
** ghostscript-fonts
 +
** ttmkfdir
 +
** urw-fonts
 +
** xorg-x11-font-utils
 +
** xorg-x11-xfs
 +
yum install ghostscript

Revision as of 08:02, 24 February 2008

Oats for SME Server 7.x

Maintainer

http://acenet-tech.org
Craig Jensen


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.


Information.png Tip:
Oats function of providing output in pdf is only enabled by installing the below packages...


From 'dag' repo:
  • html2ps - which will pull in dependency:
  • ImageMagick-perl
yum enablerepo=dag install html2ps
From the default ('base' and 'updates') repos:
  • ghostscript - which will pull in several dependancies:
    • VFlib2
    • chkfontpath
    • fonts-xorg-base
    • ghostscript-fonts
    • ttmkfdir
    • urw-fonts
    • xorg-x11-font-utils
    • xorg-x11-xfs
yum install ghostscript