Skip to content

Commit 7c55154

Browse files
author
kmidkiff
committed
reference guide format
1 parent 6271f50 commit 7c55154

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

docs/reference_guide.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
##Key Terminology
2+
23
####Service Template
3-
Service Templates are used to define the services your business provides, they
4-
contain details like pricing, description and contain the fields the user needs to fill out in order to request one
4+
Service Templates are used to define the services your business provides. They
5+
contain details like pricing, description and contain the fields the user needs to fill out in order to request one.
56

67
####Service Instance
7-
A Service Instance represents a running service, the customer will be able to see
8-
The status, approve any charges, and pay for the services they request by viewing their instances
8+
A Service Instance represents a running service. The customer will be able to see
9+
the status, approve any charges, and pay for the services they request by viewing their instances.
10+
911
####Role
10-
A role is essentially just a container for permissions, users are assigned roles
12+
A role is essentially just a container for permissions. Users are assigned roles.
13+
1114
####Permission
12-
Permissions make up roles and different parts of servicebot require different permissions in order to access them
15+
Permissions make up roles and different parts of ServiceBot require different permissions in order to access them.
16+
1317
####Funds
14-
Funds represent your funding source (credit card), in order to request a service that costs money you need to have a valid funding
15-
source in your account
18+
Funds represent your funding source (credit card). In order to request a service that costs money you need to have a valid funding
19+
source in your account.
20+
1621
####Service Category
17-
Service Templates are grouped by categories
22+
Service Categories are groupings for Service Templates.
23+
1824
####Transaction
1925
SHAR
26+
2027
####Invoice
2128
SHAR
29+
2230
####System Options
23-
System options are site wide properties that affect things like branding, colors, and settings like registration being enabled/disabled
31+
System options are site wide properties that affect things like branding, colors, and settings like registration being enabled/disabled.
32+
2433
####Email Templates
2534
Email templates detail the different emails that get sent out to users on certain events such as service instance creation or cancellations.
2635

0 commit comments

Comments
 (0)