Skip to content

Commit d1c9baf

Browse files
author
kmidkiff
committed
more usage guide added
1 parent f02b153 commit d1c9baf

10 files changed

+34
-15
lines changed

docs/images/color_picker.png

38.8 KB
Loading

docs/images/custom_color_picker.png

89.3 KB
Loading

docs/images/edit_color.png

4.5 KB
Loading

docs/images/permissions.png

188 KB
Loading

docs/images/system_settings.png

40 KB
Loading
184 KB
Loading

docs/images/update_settings.png

14 KB
Loading

docs/reference_guide.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
#Key Terminology
2-
1. Service Template
3-
2. Service Instance
4-
3. Custom Property
5-
4. Role
6-
5. Permission
7-
6. Funds
8-
7. Service Category
9-
8. Transaction
10-
9. Invoice
11-
10. System Options
12-
11. Email Templates
1+
##Key Terminology
2+
####Service Template
3+
A Service Template is
4+
####Service Instance
5+
####Custom Property
6+
####Role
7+
####Permission
8+
####Funds
9+
####Service Category
10+
####Transaction
11+
####Invoice
12+
####System Options
13+
####Email Templates
1314

docs/roles.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
As an Administrator you can modify the permissions of a role
2+
Each permission corresponds to an API endpoint from our [REST API](http://docs.servicebot.io)
3+
24

35
1. Log in as Administrator
46
2. Select _Manage System_ -> _Manage Permission_
7+
![Screenshot](./images/manage_permission.png)
58

6-
![Screenshot](./images/manage_permission.png)
7-
8-
3.
9+
3. Check the permission you would like the role to have
10+
![Screenshot](./images/permissions.png)

docs/theme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
1. Log in with Administrator account
2+
2. Select _Manage System_ -> _System Settings_
3+
4+
![Screenshot](./images/system_settings.png)
5+
6+
3. The top section of the page has theme settings
7+
8+
![Screenshot](./images/system_settings_colors.png)
9+
10+
4. Change a color by clicking the color or ![Screenshot](./images/edit_color.png)
11+
12+
![Screenshot](./images/color_picker.png) ![Screenshot](./images/custom_color_picker.png)
13+
14+
5. Select _Update Settings_ to save your changes
15+
16+
![Screenshot](./images/update_settings.png)

0 commit comments

Comments
 (0)