1ORANGEHRM(1) User Contributed Perl Documentation ORANGEHRM(1)
2
3
4
6 orangehrm - Command line client for OrangeHRM
7
9 orangehrm [OPTION...]
10
12 Set or show time sheet in OrangeHRM system.
13
15 Without any options, it will show time sheet for current month.
16
17 Options for configuration
18 These options can be retrieved from configuration file.
19
20 --url URL
21 Base URL where OrangeHRM instance is running.
22
23 --username USER
24 User name to log in as. If not specified, it will be asked when
25 needed.
26
27 --password PASSWORD
28 Password to use. If not specified, it will be asked when
29 needed.
30
31 Options for showing a time sheet
32 --year NUMBER
33 Year of Gregorian calendar, default is today.
34
35 --month NUMBER
36 Month of year, counts from 1, default is today.
37
38 Options for filling a time sheet
39 --year NUMBER
40 Year of Gregorian calendar, default is today.
41
42 --month NUMBER
43 Month of year, counts from 1, default is today.
44
45 --day NUMBER
46 Day of month, counts from 1, default is today.
47
48 --from HH::MM
49 --from boot
50 --from now
51 Begining of working time. Use "boot" for boot time. Use "now"
52 for current time.
53
54 --to HH::MM
55 --to boot
56 --to now
57 End of working time. Use "boot" for boot time. Use "now" for
58 current time.
59
60 --break HH:MM
61 Vacant part in the working time for purpose of working break.
62
63 --doctor HH:MM
64 Vacant part in the working time for purpose of medical check.
65
66 --comment STRING
67 Free comment to the day.
68
69 --trip Specify if you are on bussines trip on this day.
70
71 --work Negation of --trip option. Working hours are filled as at-work
72 by default. This option is usefull only to flip the trip state
73 to work when using --amend.
74
75 --amend Partial modification. With this option, only records with
76 explicit option will be changed. By default, unspecified
77 arguments reset corresponding records to their default values.
78
79 Options for submitting a time sheet
80 --submit
81 Submit current month's time sheet for review.
82
83 --year NUMBER
84 Year of Gregorian calendar, default is today.
85
86 --month NUMBER
87 Month of year, counts from 1, default is today.
88
89 --comment STRING
90 Free comment to the submission.
91
92 Options for debugging
93 --debug Dump sent HTTP requests and other useful data.
94
95 Other options
96 --help Show program manual.
97
98 --version
99 Show program version.
100
102 ~/.orangehrm
103 User configuration:
104
105 url = https://redhat.orangehrm.com/
106 samlidp = https://saml.redhat.com/
107 samlout = https://example.redhat.com/bye
108 #username = ppisar
109 #password = Foo
110
111 If LWP::Authen::Negotiate Perl module is installed, and a valid
112 Kerberos ticket granting ticket is available, user name and password
113 are not needed in the configuration.
114
116 Copyright © 2012, 2013, 2014, 2015, 2017, 2019 Petr Písař
117 <ppisar@redhat.com>.
118
120 This is free software. You may redistribute copies of it under the
121 terms of the GNU General Public License
122 <http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
123 extent permitted by law.
124
125
126
127perl v5.38.0 2023-07-21 ORANGEHRM(1)