Skip to content

Commit c4dc719

Browse files
authored
Merge pull request #197 from bbadjari/readme
Fix spelling and grammar in README.md file.
2 parents 967f767 + de9c8c5 commit c4dc719

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

README.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,55 @@
11

22
# TimeOff.Management
33

4-
Web application for managing employees absence.
4+
Web application for managing employee absences.
55

66
[![Stories in Ready](https://badge.waffle.io/timeoff-management/application.png?label=ready&title=Ready)](https://waffle.io/timeoff-management/application)
77

88
<a href="https://travis-ci.org/timeoff-management/application"><img align="right" src="https://travis-ci.org/timeoff-management/application.svg?branch=master" alt="Build status" /></a>
99

1010
## Features
1111

12-
**Multiple views of staff absence**
12+
**Multiple views of staff absences**
1313

1414
Calendar view, Team view, or Just plain list.
1515

1616
**Tune application to fit into your company policy**
1717

1818
Add custom absence types: Sickness, Maternity, Working from home, Birthday etc. Define if each uses vacation allowance.
1919

20-
Optionally limit the amount of days employee can take for each Leave type. E.g. no more than 10 days of Sick days per year.
20+
Optionally limit the amount of days employees can take for each Leave type. E.g. no more than 10 Sick days per year.
2121

2222
Setup public holidays as well as company specific days off.
2323

24-
Group employees by departments: bring your organisation structure into, set the supervisor for every department.
24+
Group employees by departments: bring your organisational structure, set the supervisor for every department.
2525

2626
Customisable working schedule for company and individuals.
2727

2828
**Third Party Calendar Integration**
2929

30-
Broadcast employees whereabout into external calendar providers: MS Outlook, Google Calendar, and iCal.
30+
Broadcast employee whereabouts into external calendar providers: MS Outlook, Google Calendar, and iCal.
3131

32-
Create calendar feeds for individual, departments or entire company.
32+
Create calendar feeds for individuals, departments or entire company.
3333

3434
**Three Steps Workflow**
3535

36-
Employee request time off or revoke existing one.
36+
Employee requests time off or revokes existing one.
3737

38-
Supervisor get email notification and decide about upcoming employee absence.
38+
Supervisor gets email notification and decides about upcoming employee absence.
3939

4040
Absence is accounted. Peers are informed via team view or calendar feeds.
4141

42-
**Accesss control**
42+
**Access control**
4343

4444
There are following types of users: employees, supervisors, and administrators.
4545

46-
Optional LDAP authentification: configure applicationto use your LDAP server for user authentication.
46+
Optional LDAP authentication: configure application to use your LDAP server for user authentication.
4747

4848
**Seamless data migration betweeen different installations**
4949

50-
User friendly and simple work-flow for data migration between different TimeOff.Management installations.
50+
User friendly and simple workflow for data migration between different TimeOff.Management installations.
5151

52-
Admin user can download the entire company data as a single JSON file.
53-
54-
And then restore the account at different installation by simply uploading the JSON.
52+
Admin user can download the entire company data as a single JSON file and then restore the account at a different installation by simply uploading the JSON.
5553

5654
**Works on mobile phones**
5755

@@ -63,16 +61,14 @@ The most used customer paths are mobile friendly:
6361

6462
**Lots of other little things that would make life easier**
6563

66-
Manually adjust employees allowance
64+
Manually adjust employee allowances
6765
e.g. employee has extra day in lieu.
6866

69-
Upon creation employee receives pro rata vacation allowance, depending on start date.
70-
71-
Users of three types: admins, supervisors, and employees.
67+
Upon creation employee receives pro-rated vacation allowance, depending on start date.
7268

7369
Email notification to all involved parties.
7470

75-
Optionally allow employees to see the time off information of entire company regardless the department structure.
71+
Optionally allow employees to see the time off information of entire company regardless of department structure.
7672

7773
## Screenshots
7874

@@ -114,7 +110,7 @@ npm test
114110

115111
(make sure that application with default settings is up and running)
116112

117-
Any bugfixes or enhancements should have good test coverage to get them into "master" branch.
113+
Any bug fixes or enhancements should have good test coverage to get them into "master" branch.
118114

119115
## Updating existing instance with new code
120116

@@ -130,5 +126,4 @@ npm start
130126

131127
## Feedback
132128

133-
Please report any issues or feedback to <a href="https://twitter.com/FreeTimeOffApp">twitter</a> or Email: pavlo at timeoff.management
134-
129+
Please report any issues or feedback to <a href="https://twitter.com/FreeTimeOffApp">twitter</a> or Email: pavlo at timeoff.management

0 commit comments

Comments
 (0)