10000 [ADD] helpdesk: Record and invoice time for tickets · jubodoo/documentation-user@8e1eca6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e1eca6

Browse files
committed
[ADD] helpdesk: Record and invoice time for tickets
Original document: https://docs.google.com/document/d/1c7-qBfk9nxMPwVtTIBqbPxM14lxxLXPZg_jVeDEGahg/edit
1 parent ea144fb commit 8e1eca6

13 files changed

+141
-6
lines changed

applications.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Applications
1616
manufacturing
1717
point_of_sale
1818
project
19-
helpdesk/helpdesk
19+
helpdesk
2020
livechat/livechat
2121
expense/expense
2222
general

helpdesk.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
:banner: banners/helpdesk.jpg
2+
3+
========
4+
Helpdesk
5+
========
6+
7+
.. toctree::
8+
:titlesonly:
9+
10+
helpdesk/getting_started
11+
helpdesk/invoice_time

helpdesk/helpdesk.rst renamed to helpdesk/getting_started.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
:banner: banners/helpdesk.jpg
2-
3-
========
4-
Helpdesk
5-
========
1+
==============================
2+
Get started with Odoo Helpdesk
3+
==============================
64

75
Overview
86
========

helpdesk/invoice_time.rst

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
===================================
2+
Record and invoice time for tickets
3+
===================================
4+
5+
You may have service contracts with your clients to provide them
6+
assistance in case of a problem. For this purpose, Odoo will help you
7+
record the time spent fixing the issue and most importantly, to invoice
8+
it to your clients.
9+
10+
The modules needed
11+
==================
12+
13+
In order to record and invoice time for tickets, the following modules
14+
are needed : Helpdesk, Project, Timesheets, Sales. If you are missing
15+
one of them, go to the Apps module, search for it and then click on
16+
*Install*.
17+
18+
Get started to offer the helpdesk service
19+
=========================================
20+
21+
Step 1 : start a helpdesk project
22+
---------------------------------
23+
24+
To start a dedicated project for the helpdesk service, first go to
25+
:menuselection:`Project --> Configuration --> Settings` and make sure
26+
that the *Timesheets* feature is activated.
27+
28+
.. image:: media/invoice_time01.png
29+
:align: center
30+
31+
Then, go to your dashboard, create the new project and allow timesheets
32+
for it.
33+
34+
Step 2 : gather a helpdesk team
35+
-------------------------------
36+
37+
To set a team in charge of the helpdesk, go to :menuselection:`Helpdesk
38+
--> Configuration --> Helpdesk Teams` and create a new team or select
39+
an existing one. On the form, tick the box in front of *Timesheet on
40+
Ticket* to activate the feature. Make sure to select the helpdesk
41+
project you have previously created as well.
42+
43+
.. image:: media/invoice_time02.png
44+
:align: center
45+
46+
Step 3 : launch the helpdesk service
47+
------------------------------------
48+
49+
Finally, to launch the new helpdesk service, first go to
50+
:menuselection:`Sales --> Configuration --> Settings` and make sure
51+
that the *Units of Measure* feature is activated.
52+
53+
.. image:: media/invoice_time03.png
54+
:align: center
55+
56+
Then, go to :menuselection:`Products --> Products` and create a new
57+
one. Make sure that the product is set as a service.
58+
59+
.. image:: media/invoice_time04.png
60+
:align: center
61+
62+
.. note::
63+
Here, we suggest that you set the *Unit of Measure* as
64+
*Hour(s)*, but any unit will do.
65+
66+
Finally, select the invoicing management you would like to have under
67+
the *Sales* tab of the product form. Here, we recommend the following
68+
configuration :
69+
70+
.. image:: media/invoice_time05.png
71+
:align: center
72+
73+
Now, you are ready to start receiving tickets !
74+
75+
Solve issues and record time spent
76+
==================================
77+
78+
Step 1 : place an order
79+
-----------------------
80+
81+
You are now in the Helpdesk module and you have just received a ticket
82+
from a client. To place a new order, go to :menuselection:`Sales -->
83+
Orders --> Orders` and create one for the help desk service product you
84+
have previously recorded. Set the number of hours needed to assist the
85+
client and confirm the sale.
86+
87+
.. image:: media/invoice_time06.png
88+
:align: center
89+
90+
Step 2 : link the task to the ticket
91+
------------------------------------
92+
93+
If you access the dedicated helpdesk project, you will notice that a new
94+
task has automatically been generated with the order. To link this task
95+
with the client ticket, go to the Helpdesk module, access the ticket in
96+
question and select the task on its form.
97+
98+
.. image:: media/invoice_time07.png
99+
:align: center
100+
101+
Step 3 : record the time spent to help the client
102+
-------------------------------------------------
103+
104+
The job is done and the client's issue is sorted out. To record the
105+
hours performed for this task, go back to the ticket form and add them
106+
under the *Timesheets* tab.
107+
108+
.. image:: media/invoice_time08.png
109+
:align: center
110+
111+
.. tip::
112+
The hours recorded on the ticket will also automatically appear
113+
in the Timesheet module and on the dedicated task.
114+
115+
Step 4 : invoice the client
116+
---------------------------
117+
118+
To invoice the client, go back to the Sales module and select the order
119+
that had been placed. Notice that the hours recorded on the ticket form
120+
now appear as the delivered quantity.
121+
122+
.. image:: media/invoice_time09.png
123+
:align: center
124+
125+
All that is left to do, is to create the invoice from the order and then
126+
validate it. Now you just have to wait for the client's payment !

helpdesk/media/invoice_time01.png

3.87 KB
Loading

helpdesk/media/invoice_time02.png

14.9 KB
Loading

helpdesk/media/invoice_time03.png

6.14 KB
Loading

helpdesk/media/invoice_time04.png

42.7 KB
Loading

helpdesk/media/invoice_time05.png

22.5 KB
Loading

helpdesk/media/invoice_time06.png

68 KB
Loading

helpdesk/media/invoice_time07.png

21.6 KB
Loading

helpdesk/media/invoice_time08.png

28.6 KB
Loading

helpdesk/media/invoice_time09.png

41.8 KB
Loading

0 commit comments

Comments
 (0)
0