Skip to content

Commit

Permalink
add contents of user basences and users responsibilities and users cr…
Browse files Browse the repository at this point in the history
…edits with images
  • Loading branch information
MitanOmar committed Jul 15, 2024
1 parent 3b3df4f commit 3626608
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,15 @@ export default defineConfig({
base: "/docs/administration/",
items: [
{ text: "Intro", link: "index.md" },
// { text: "Users", link: "users.md" },
{ text: "Customers", link: "customers.md" },
{ text: "Projects", link: "projects.md" },
{ text: "Tasks", link: "tasks.md" },
{ text: "Locations", link: "locations.md" },
{ text: "Public Holidays", link: "public-holidays.md" },
{ text: "Absence Type", link: "absence-type.md" },
{ text: "Users", link: "users.md" },
{ text: "User Credits", link: "user-credits.md" },
{ text: "User Responsibilities", link: "user-responsibilities.md" },
],
},
],
Expand Down
15 changes: 15 additions & 0 deletions docs/administration/user-credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Credits

Every employee has their own profile. Once you've opened it, you'll see a navigation bar with a credits tab.

## New Overtime Credits
![New Overtime Credits Form](/adminstration/credits/new-overtime-credits.png){data-zoomable}

* If you want to add overtime credits to the employee credits, you'll need to enter the date and duration.

## New Absence Credits
![New Absebce Credits Form](/adminstration/credits/new-absence-credits.png){data-zoomable}

* If you want to add absebce credits to the employee credits, you will must enter the type and date and days, and the comment is optional.


6 changes: 6 additions & 0 deletions docs/administration/user-responsibilities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# User Responsibilities

It shows you the projects that the user is responsible for and the other users that this user is supervising.

![User Responsibilities](/adminstration/responsibilities/responsibilities.png){data-zoomable}

6 changes: 6 additions & 0 deletions docs/administration/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ There are lots of ways to create new users, and we're going to explain the diffe
* in the side menu, go to `Users`, and then click `Add user` button.
![Users List](/adminstration/users/users-list.png){data-zoomable}

* You will see a form to add the new user information
![New User Form](/adminstration/users/new-user-form.png){data-zoomable}

:::tip
Note that the username is a required field
:::
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.
Binary file added public/adminstration/users/new-user-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3626608

Please sign in to comment.