-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
175 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Analysis | ||
|
||
The Analysis page is fetching all reports with it's details, | ||
it's showing the `User`, `Date`, `Duration`, `Customer`, `Project`, `Task`, `Comment`, | ||
`Verified By`, `Rejected`, `Review`, `Not Billed`, `Billed` | ||
|
||
![Analysis](/analysis/analysis.png){data-zoomable} | ||
|
||
Note: You can not see any results with out providing the [Filters](/docs/filters) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Filters | ||
|
||
The filter component is used in `Analysis` and `Statistic` page, and you can filter the fetched results via: | ||
|
||
## Task | ||
![Task Filter](/filters/filter_task.png) | ||
|
||
you can filter the results via `Customer`, `Project`, `Task`. | ||
|
||
|
||
## Responsibility | ||
![Task Filter](/filters/responsibility.png) | ||
|
||
you can filter the results via `User`, the creator of the report, | ||
|
||
or the `Reviewer`, the responsible person of the project or task. | ||
|
||
|
||
## Finance | ||
![Task Filter](/filters/finance.png) | ||
|
||
|
||
|
||
## Time Range | ||
![Task Filter](/filters/time_range.png) | ||
|
||
You can define the time range of the task. so you can fetch the task that is `from` a date or `to` date, or something in between. | ||
|
||
|
||
|
||
## State | ||
![Task Filter](/filters/state.png) | ||
|
||
The state of the task, whether it's your task or not. | ||
|
||
note: In all cases, there is state `All`, even if it's not selected, this is the default value of the all states | ||
|
||
#### Review: | ||
when creating the report, there is a field that can be set `need review`, it will display | ||
for the responsible person of the `Project`, `Task`. | ||
|
||
by deinig this filter, it will show all reports that have `need review` field, and not reviewed yet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Logout | ||
|
||
> it's not working yet :) | ||
but here some available solutions that you can use it to logout | ||
|
||
* clear your browser cookies | ||
* reinstall your browser | ||
* restart you computer | ||
* do factory reset for you computer | ||
* send us an email and we will delete all your active sessions, and we will reply your email to tell you to refresh the page |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Profile Page | ||
|
||
![User General Overview](/user/user_general.png){data-zoomable} | ||
|
||
<hr> | ||
|
||
![Profile General](/user/general_profile.png){data-zoomable} | ||
|
||
In the profile page, you can see the information about the hours that you ware working on, | ||
in the left, you will see your record since last reported task, | ||
|
||
In the center is the chart of your work from today to 7 days before | ||
|
||
And in the right, your records for today | ||
|
||
## General Tab | ||
|
||
![User General](/user/general_info.png){data-zoomable} | ||
|
||
The general tab contain: | ||
|
||
* your worktime and percentage, office location, contract type | ||
* all your absences in this year | ||
|
||
## Credits Tab | ||
|
||
![User Credits](/user/profile_credits.png){data-zoomable} | ||
|
||
Those are the `Absence credits`, and `Overtime credits` that you got from the adminstration | ||
|
||
## Responsibilities Tab | ||
|
||
![User Credits](/user/responsibilities.png){data-zoomable} | ||
|
||
Those are the `Projects` that you are managing it and the other employees that Supervising them |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Projects | ||
|
||
>If you are a project manager | ||
![Project Overview](/projects/overview.png){data-zoomable} | ||
|
||
This page can be blank for you if you are not set as a manager of project. | ||
|
||
This page is for project manager to manage the tasks of your project, and | ||
|
||
having ability to create or modify `Estimated time`, `Remaining effort`, `Archived` of the task | ||
|
||
|
||
## Manage the tasks of your project | ||
![Edit Task](/projects/edit_task.png){data-zoomable} | ||
|
||
by clicking the project task, this form is pop up to help you editing the task or creating new tasks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Statistics | ||
|
||
The statistics page show you the duration of all reports with out any other | ||
details, and it show the numbers by `Year`, `Month`, `Customer`. `Project`, `Task`, `User`. | ||
|
||
|
||
![Statistics](/statistics/statistics.png){data-zoomable} | ||
|
||
Note: some filters are not provided without providing the [Filters](/docs/filters) | ||
* `Customer` require `From Date` to be defined | ||
* `Project` require `Customer` to be defined | ||
* `Task` require `Customer`, `Project` to be defined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Users Page | ||
|
||
![Users](/users.png){data-zoomable} | ||
|
||
This page contain the list of users that you Supervising them. | ||
|
||
here you can see the time current worktime balance of your employees | ||
|
||
![Users Filter](/users_filter.png){data-zoomable} | ||
|
||
and you can filter the list of employees via `Supervisor` or `Active` status or search about them |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.