forked from orangehrm/orangehrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.TXT
90 lines (78 loc) · 2.97 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures
all the essential functionalities required for any enterprise.
Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com/
OrangeHRM is free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
OrangeHRM is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
Installing
----------
1. Install OrangeHRM using the web installer
Deprecated Notes
----------------
The source that you have downloaded(ZIP archive) in which this was enclosed, is of the
directory structure as follows; ( since release of OrangeHRM version 0.1 we have altered
the directory structure, for further details please refer to the changelog.txt
|
-dbscript
| |
| -- (database script for MySQL)
|
-installer (contains the Web-Installer)
|
-language (contains the Language Packs)
|
-lib
| |
| -- common (commonly used objects and methods)
| -- confs (Configuration files)
| -- controllers (Primary & Secondary Controllers)
| CentralController.php (Main Controller)
| EmpViewController.php (Secondary Controller for PIM Module)
| MTViewController.php (Secondary Controller for Maintenance Module)
| RepViewController.php (Secondary Controller for Reports Module)
| ViewController.php (Secondary Controller for Admin Module)
|
| -- dao (Data Access Objects)
| -- exception (Exception Handlers for Database Exceptions)
| -- extractor (Data Extractors)
| |
| -- eimadmin (Data Extractors for Admin Module)
| -- hrfunct (Data Extractors for PIM Module)
| -- maintenance (Data Extractors for Maintenance Module)
| -- report (Data Extractors for Report Module)
|
| -- logs (Log & LogFileWriter)
| -- Models (Models)
| |
| -- eimadmin (Admin Module Objects)
| -- hrfunct (PIM Module Objects)
| -- maintenance (Application Maintenance Objects)
| -- report (Report Module Objects)
|
-license
| |
| -- (The GPL license)
|
-scripts
| |
| -- (Javascript files, style sheets required by UI)
|
-templates
| |
| -- eimadmin (Admin Module UI templates)
| -- hrfunct (PIM Module UI templates)
| -- maintenance (Maintenance Module UI templates)
| -- report (Report Module UI templates)
|
-themes
|
-- (pictures + style sheets)
For further information on how to use the product please refer the Free User Guide
available on http://orangehrm.com/
In case Installation difficulties there is a seperate Installation Guides also
available from the same source.
For Apache/PHP/MySQL Installation issues please refer to the Environment Setup Guide
For OrangeHRM Installation issues please refer to the OrangeHRM Installation Guide