Commit | Line | Data |
---|---|---|
96f7d022 RJ |
1 | <?xml version='1.0' encoding='UTF-8'?>\r |
2 | <chapter xmlns="http://docbook.org/ns/docbook" xmlns:xi="http://www.w3.org/2001/XInclude"\r | |
3 | xml:lang="EN" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="acq-cancel-suspend">\r | |
4 | <info>\r | |
5 | <title>Cancel/Suspend Acquisitions</title>\r | |
6 | <legalnotice>\r | |
7 | <para><emphasis role="bold">Adapted with permission from original material by the <link\r | |
8 | xlink:title="http://evergreen-ils.org/dokuwiki/lib/exe/fetch.php?media=the_acquisitions_module_ev.pdf"\r | |
9 | xlink:href="http://evergreen-ils.org/dokuwiki/lib/exe/fetch.php?media=the_acquisitions_module_ev.pdf">Evergreen\r | |
10 | Community</link></emphasis></para>\r | |
11 | </legalnotice>\r | |
12 | \r | |
13 | \r | |
14 | \r | |
15 | <abstract>\r | |
16 | <para>You can cancel entire purchase orders, line items on a purchase order, and individual copies that are attached to a line item.</para>\r | |
6ceb49be JP |
17 | <para>Certain cancel reasons are used to suspend purchase orders. These cancel reasons are set to keep the debits when the purchase order is cancelled. For \r |
18 | example, a cancel reason such as Publication Postponed, for which debits are kept, indicates that the item will still be purchased when published. The funds\r | |
96f7d022 RJ |
19 | remain encumbered for the purchases while the purchase order, line item, or copy has the status of cancelled.</para>\r |
20 | \r | |
21 | <note><para>If a hold has been placed for an item that is subsequently cancelled through acquisitions, the system will cancel the hold. The cancelled hold will appear\r | |
22 | in the patron's account under cancelled holds as a staff forced hold.</para></note></abstract>\r | |
23 | \r | |
24 | \r | |
25 | </info>\r | |
26 | \r | |
27 | \r | |
96f7d022 RJ |
28 | <section xml:id="purchase-order-cansup">\r |
29 | <title>Cancelling and Suspending Purchase Orders</title>\r | |
bc081e96 | 30 | <para>You can cancel or suspend purchase orders where all line items are in a state of on-order.</para>\r |
96f7d022 RJ |
31 | \r |
32 | <para><link linkend="purchase-order-cancel">Cancel a Purchase Order</link></para>\r | |
33 | <para><link linkend="purchase-order-suspend">Suspend a Purchase Order</link></para>\r | |
34 | \r | |
35 | <simplesect xml:id="purchase-order-cancel">\r | |
36 | <title>Cancel a Purchase Order</title>\r | |
37 | \r | |
38 | <procedure>\r | |
39 | <step>\r | |
6ceb49be | 40 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
41 | </step>\r |
42 | \r | |
43 | <step>\r | |
44 | <informalfigure>\r | |
45 | <para>Click <guibutton>Cancel order</guibutton>.</para>\r | |
46 | <para><mediaobject>\r | |
47 | <alt>screenshot of cancel order</alt>\r | |
48 | \r | |
49 | <imageobject>\r | |
50 | <imagedata fileref="media/purchase-order-cancel-1.png" scalefit="0"></imagedata>\r | |
51 | </imageobject>\r | |
52 | </mediaobject></para>\r | |
53 | </informalfigure>\r | |
54 | </step>\r | |
55 | \r | |
56 | <step>\r | |
57 | <informalfigure>\r | |
fc29a4f3 | 58 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link>.</para>\r |
96f7d022 RJ |
59 | <para><mediaobject>\r |
60 | <alt>screenshot of cancel order</alt>\r | |
61 | \r | |
62 | <imageobject>\r | |
63 | <imagedata fileref="media/purchase-order-cancel-2.png" scalefit="0"></imagedata>\r | |
64 | </imageobject>\r | |
65 | </mediaobject></para>\r | |
66 | </informalfigure>\r | |
67 | </step>\r | |
68 | \r | |
69 | <step>\r | |
70 | <informalfigure>\r | |
71 | <para>Click <guibutton>Cancel order</guibutton>.</para>\r | |
72 | <para><mediaobject>\r | |
73 | <alt>screenshot of cancel order</alt>\r | |
74 | \r | |
75 | <imageobject>\r | |
76 | <imagedata fileref="media/purchase-order-cancel-3.png" scalefit="0"></imagedata>\r | |
77 | </imageobject>\r | |
78 | </mediaobject></para>\r | |
79 | </informalfigure>\r | |
80 | </step>\r | |
81 | \r | |
82 | <step>\r | |
83 | <informalfigure>\r | |
84 | <para>A pop up will appear asking you to confirm that you wish to cancel the purchase order. Click <guibutton>OK</guibutton>.</para>\r | |
85 | <para><mediaobject>\r | |
86 | <alt>screenshot of cancel order</alt>\r | |
87 | \r | |
88 | <imageobject>\r | |
89 | <imagedata fileref="media/purchase-order-cancel-4.png" scalefit="0"></imagedata>\r | |
90 | </imageobject>\r | |
91 | </mediaobject></para>\r | |
92 | </informalfigure>\r | |
93 | </step>\r | |
94 | \r | |
95 | <step>\r | |
96 | <informalfigure>\r | |
97 | <para>The status of the purchase order becomes <guilabel>cancelled</guilabel> and all the line item bars change to white.</para>\r | |
98 | <para>The funds no longer show as encumbered for the purchase order.</para>\r | |
99 | <para><mediaobject>\r | |
100 | <alt>screenshot of cancel order</alt>\r | |
101 | \r | |
102 | <imageobject>\r | |
7825a124 | 103 | <imagedata fileref="media/purchase-order-cancel-5.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
104 | </imageobject>\r |
105 | </mediaobject></para>\r | |
106 | </informalfigure>\r | |
107 | </step>\r | |
108 | </procedure>\r | |
109 | \r | |
110 | </simplesect>\r | |
111 | \r | |
112 | <simplesect xml:id="purchase-order-suspend">\r | |
113 | <title>Suspend a Purchase Order</title>\r | |
114 | \r | |
115 | <procedure>\r | |
116 | <step>\r | |
6ceb49be | 117 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
118 | </step>\r |
119 | \r | |
120 | <step>\r | |
121 | <informalfigure>\r | |
122 | <para>Click <guibutton>Cancel order</guibutton>.</para>\r | |
123 | <para><mediaobject>\r | |
124 | <alt>screenshot of cancel order</alt>\r | |
125 | \r | |
126 | <imageobject>\r | |
127 | <imagedata fileref="media/purchase-order-suspend-1.png" scalefit="0"></imagedata>\r | |
128 | </imageobject>\r | |
129 | </mediaobject></para>\r | |
130 | </informalfigure>\r | |
131 | </step>\r | |
132 | \r | |
133 | <step>\r | |
134 | <informalfigure>\r | |
fc29a4f3 | 135 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link> for which debits are kept.</para>\r |
96f7d022 RJ |
136 | <para><mediaobject>\r |
137 | <alt>screenshot of cancel order</alt>\r | |
138 | \r | |
139 | <imageobject>\r | |
140 | <imagedata fileref="media/purchase-order-cancel-2.png" scalefit="0"></imagedata>\r | |
141 | </imageobject>\r | |
142 | </mediaobject></para>\r | |
143 | </informalfigure>\r | |
144 | </step>\r | |
145 | \r | |
146 | <step>\r | |
147 | <informalfigure>\r | |
148 | <para>Click <guibutton>Cancel order</guibutton>.</para>\r | |
149 | <para><mediaobject>\r | |
150 | <alt>screenshot of cancel order</alt>\r | |
151 | \r | |
152 | <imageobject>\r | |
7825a124 | 153 | <imagedata fileref="media/cancel2.png" scalefit="0"></imagedata>\r |
96f7d022 RJ |
154 | </imageobject>\r |
155 | </mediaobject></para>\r | |
156 | </informalfigure>\r | |
157 | </step>\r | |
158 | \r | |
159 | <step>\r | |
160 | <informalfigure>\r | |
161 | <para>A pop up will appear asking you to confirm that you wish to cancel the purchase order. Click <guibutton>OK</guibutton>.</para>\r | |
162 | <para><mediaobject>\r | |
163 | <alt>screenshot of cancel order</alt>\r | |
164 | \r | |
165 | <imageobject>\r | |
166 | <imagedata fileref="media/purchase-order-cancel-4.png" scalefit="0"></imagedata>\r | |
167 | </imageobject>\r | |
168 | </mediaobject></para>\r | |
169 | </informalfigure>\r | |
170 | </step>\r | |
171 | \r | |
172 | <step>\r | |
173 | <informalfigure>\r | |
7825a124 CB |
174 | <para>The status of the purchase order becomes <guilabel>cancelled</guilabel> and all the line item\r |
175 | bars change to blue.</para>\r | |
96f7d022 RJ |
176 | <para>Because the purchase order has been suspended rather than cancelled, the funds are still encumbered.</para>\r |
177 | <para><mediaobject>\r | |
178 | <alt>screenshot of cancel order</alt>\r | |
179 | \r | |
180 | <imageobject>\r | |
a0182185 | 181 | <imagedata fileref="media/purchase-order-suspend-3.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
182 | </imageobject>\r |
183 | </mediaobject></para>\r | |
184 | </informalfigure>\r | |
185 | </step>\r | |
186 | \r | |
187 | <step>\r | |
6ceb49be | 188 | <para>A suspended purchase order is resolved when all items on a purchase order arrive and are received.</para>\r |
96f7d022 RJ |
189 | </step>\r |
190 | </procedure>\r | |
191 | \r | |
192 | </simplesect>\r | |
193 | \r | |
194 | </section>\r | |
195 | \r | |
196 | \r | |
197 | <section xml:id="line-item-cansup">\r | |
198 | <title>Cancelling and Suspending Line Items</title>\r | |
fc29a4f3 | 199 | <para>You can cancel or suspend line items that are in a state of on-order.</para>\r |
96f7d022 RJ |
200 | \r |
201 | <para><link linkend="line-item-cancel">Cancel a Line Item</link></para>\r | |
202 | <para><link linkend="line-item-suspend">Suspend a Line Item</link></para>\r | |
203 | \r | |
a4c030e5 | 204 | <simplesect xml:id="line-item-cancel">\r |
96f7d022 RJ |
205 | <title>Cancel a Line Item</title>\r |
206 | \r | |
207 | <procedure>\r | |
208 | <step>\r | |
6ceb49be | 209 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
210 | </step>\r |
211 | \r | |
212 | <step>\r | |
213 | <informalfigure>\r | |
214 | <para>Check the box(es) of the line item(s) you wish to cancel.</para>\r | |
215 | <para><mediaobject>\r | |
216 | <alt>screenshot of cancelling</alt>\r | |
217 | \r | |
218 | <imageobject>\r | |
9062f79a | 219 | <imagedata fileref="media/cancel-lineitem-1.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
220 | </imageobject>\r |
221 | </mediaobject></para>\r | |
222 | </informalfigure>\r | |
223 | </step>\r | |
224 | \r | |
225 | <step>\r | |
226 | <informalfigure>\r | |
227 | <para>Using the main <guilabel>Actions</guilabel> menu, select \r | |
228 | <menuchoice><guimenu>Actions</guimenu><guimenuitem>Cancel Selected Lineitems</guimenuitem></menuchoice>.</para>\r | |
229 | <para><mediaobject>\r | |
230 | <alt>screenshot of cancelling</alt>\r | |
231 | \r | |
232 | <imageobject>\r | |
233 | <imagedata fileref="media/cancel-lineitem-2.png" scalefit="0"></imagedata>\r | |
234 | </imageobject>\r | |
235 | </mediaobject></para>\r | |
236 | </informalfigure>\r | |
237 | </step>\r | |
238 | \r | |
239 | <step>\r | |
240 | <informalfigure>\r | |
fc29a4f3 | 241 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link>.</para>\r |
6ceb49be | 242 | <tip><para>If line items are being cancelled for different reasons they will need to be cancelled separately so different cancel reasons can be used.</para></tip>\r |
96f7d022 RJ |
243 | <para><mediaobject>\r |
244 | <alt>screenshot of cancelling</alt>\r | |
245 | \r | |
246 | <imageobject>\r | |
247 | <imagedata fileref="media/cancel-lineitem-3.png" scalefit="0"></imagedata>\r | |
248 | </imageobject>\r | |
249 | </mediaobject></para>\r | |
250 | </informalfigure>\r | |
251 | </step>\r | |
252 | \r | |
253 | <step>\r | |
254 | <informalfigure>\r | |
255 | <para>Click <guibutton>Cancel Line Items</guibutton>.</para>\r | |
256 | <para><mediaobject>\r | |
257 | <alt>screenshot of cancelling</alt>\r | |
258 | \r | |
259 | <imageobject>\r | |
260 | <imagedata fileref="media/cancel-lineitem-4.png" scalefit="0"></imagedata>\r | |
261 | </imageobject>\r | |
262 | </mediaobject></para>\r | |
263 | </informalfigure>\r | |
264 | </step>\r | |
265 | \r | |
266 | <step>\r | |
267 | <informalfigure>\r | |
268 | <para>A pop up will appear asking you to confirm that you wish to cancel the line item. Click <guibutton>OK</guibutton>.</para>\r | |
269 | <para><mediaobject>\r | |
270 | <alt>screenshot of cancelling</alt>\r | |
271 | \r | |
272 | <imageobject>\r | |
273 | <imagedata fileref="media/cancel-lineitem-5.png" scalefit="0"></imagedata>\r | |
274 | </imageobject>\r | |
275 | </mediaobject></para>\r | |
276 | </informalfigure>\r | |
277 | </step>\r | |
278 | \r | |
279 | <step>\r | |
280 | <informalfigure>\r | |
281 | <para>The line item will change to white and the status will update to <guilabel>cancelled</guilabel>.</para>\r | |
282 | <para>The funds for the particular line item will no longer be encumbered.</para>\r | |
283 | <para><mediaobject>\r | |
284 | <alt>screenshot of cancelling</alt>\r | |
285 | \r | |
286 | <imageobject>\r | |
a0182185 | 287 | <imagedata fileref="media/cancel-lineitem-6.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
288 | </imageobject>\r |
289 | </mediaobject></para>\r | |
290 | </informalfigure>\r | |
291 | </step>\r | |
292 | </procedure>\r | |
293 | \r | |
294 | </simplesect>\r | |
295 | \r | |
a4c030e5 | 296 | <simplesect xml:id="line-item-suspend">\r |
96f7d022 RJ |
297 | <title>Suspend a Line Item</title>\r |
298 | \r | |
299 | <procedure>\r | |
300 | <step>\r | |
6ceb49be | 301 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
302 | </step>\r |
303 | \r | |
304 | <step>\r | |
305 | <informalfigure>\r | |
306 | <para>Check the box(es) of the line item(s) you wish to suspend.</para>\r | |
307 | <para><mediaobject>\r | |
308 | <alt>screenshot of cancelling</alt>\r | |
309 | \r | |
310 | <imageobject>\r | |
a0182185 | 311 | <imagedata fileref="media/suspend-lineitem-1.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
312 | </imageobject>\r |
313 | </mediaobject></para>\r | |
314 | </informalfigure>\r | |
315 | </step>\r | |
316 | \r | |
317 | <step>\r | |
318 | <informalfigure>\r | |
319 | <para>Using the main <guilabel>Actions</guilabel> menu, select \r | |
320 | <menuchoice><guimenu>Actions</guimenu><guimenuitem>Cancel Selected Lineitems</guimenuitem></menuchoice>.</para>\r | |
321 | <para><mediaobject>\r | |
322 | <alt>screenshot of cancelling</alt>\r | |
323 | \r | |
324 | <imageobject>\r | |
325 | <imagedata fileref="media/cancel-lineitem-2.png" scalefit="0"></imagedata>\r | |
326 | </imageobject>\r | |
327 | </mediaobject></para>\r | |
328 | </informalfigure>\r | |
329 | </step>\r | |
330 | \r | |
331 | <step>\r | |
332 | <informalfigure>\r | |
fc29a4f3 | 333 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link> for which debits are kept.</para>\r |
6ceb49be | 334 | <tip><para>If line items are being suspended for different reasons they will need to be suspended separately so different cancel reasons can be used.</para></tip>\r |
96f7d022 RJ |
335 | <para><mediaobject>\r |
336 | <alt>screenshot of cancelling</alt>\r | |
337 | \r | |
338 | <imageobject>\r | |
339 | <imagedata fileref="media/cancel-lineitem-3.png" scalefit="0"></imagedata>\r | |
340 | </imageobject>\r | |
341 | </mediaobject></para>\r | |
342 | </informalfigure>\r | |
343 | </step>\r | |
344 | \r | |
345 | <step>\r | |
346 | <informalfigure>\r | |
347 | <para>Click <guibutton>Cancel Line Items</guibutton>.</para>\r | |
348 | <para><mediaobject>\r | |
349 | <alt>screenshot of cancelling</alt>\r | |
350 | \r | |
351 | <imageobject>\r | |
fc29a4f3 | 352 | <imagedata fileref="media/suspend-lineitem-2.png" scalefit="0"></imagedata>\r |
96f7d022 RJ |
353 | </imageobject>\r |
354 | </mediaobject></para>\r | |
355 | </informalfigure>\r | |
356 | </step>\r | |
357 | \r | |
358 | <step>\r | |
359 | <informalfigure>\r | |
360 | <para>A pop up will appear asking you to confirm that you wish to cancel the line item. Click <guibutton>OK</guibutton>.</para>\r | |
361 | <para><mediaobject>\r | |
362 | <alt>screenshot of cancelling</alt>\r | |
363 | \r | |
364 | <imageobject>\r | |
365 | <imagedata fileref="media/cancel-lineitem-5.png" scalefit="0"></imagedata>\r | |
366 | </imageobject>\r | |
367 | </mediaobject></para>\r | |
368 | </informalfigure>\r | |
369 | </step>\r | |
370 | \r | |
371 | <step>\r | |
372 | <informalfigure>\r | |
373 | <para>The line item will change to white and the status will update to <guilabel>cancelled</guilabel>.</para>\r | |
374 | <para>Because the line item has been suspended rather than cancelled, the funds for the line item are still encumbered.</para>\r | |
375 | <para><mediaobject>\r | |
376 | <alt>screenshot of cancelling</alt>\r | |
377 | \r | |
378 | <imageobject>\r | |
a0182185 | 379 | <imagedata fileref="media/suspend-lineitem-3.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
380 | </imageobject>\r |
381 | </mediaobject></para>\r | |
382 | </informalfigure>\r | |
383 | </step>\r | |
384 | \r | |
385 | <step>\r | |
386 | <para>A suspended line item is resolved when all copies of the item arrive and are received.</para>\r | |
387 | </step>\r | |
388 | \r | |
389 | </procedure>\r | |
390 | \r | |
391 | </simplesect>\r | |
96f7d022 RJ |
392 | </section>\r |
393 | \r | |
394 | \r | |
395 | <section xml:id="copies-cansup">\r | |
396 | <title>Cancelling and Suspending Copies</title>\r | |
fc29a4f3 | 397 | <para>You can cancel or suspend copies that are in a state of on-order.</para>\r |
96f7d022 RJ |
398 | \r |
399 | <para><link linkend="copies-cancel">Cancel a Copy</link></para>\r | |
400 | <para><link linkend="copies-suspend">Suspend a Copy</link></para>\r | |
401 | \r | |
402 | <simplesect xml:id="copies-cancel">\r | |
403 | <title>Cancel a Copy</title>\r | |
404 | \r | |
405 | <procedure>\r | |
406 | <step>\r | |
6ceb49be | 407 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
408 | </step>\r |
409 | \r | |
410 | <step>\r | |
411 | <informalfigure>\r | |
412 | <para>Click the <guilabel>Copies</guilabel> link on the line item containing the copy or copies you wish to cancel.</para>\r | |
413 | <para><mediaobject>\r | |
414 | <alt>screenshot of cancelling</alt>\r | |
415 | \r | |
416 | <imageobject>\r | |
aa6daf5e | 417 | <imagedata fileref="media/copies-cancel-1.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
418 | </imageobject>\r |
419 | </mediaobject></para>\r | |
420 | </informalfigure>\r | |
421 | </step>\r | |
422 | \r | |
423 | <step>\r | |
424 | <informalfigure>\r | |
6ceb49be | 425 | <para>Click the <guilabel>Cancel</guilabel> link adjacent to the copy you wish to cancel. Copies must be cancelled individually.</para>\r |
96f7d022 RJ |
426 | <para><mediaobject>\r |
427 | <alt>screenshot of cancelling</alt>\r | |
428 | \r | |
429 | <imageobject>\r | |
a0182185 | 430 | <imagedata fileref="media/copies-cancel-2.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
431 | </imageobject>\r |
432 | </mediaobject></para>\r | |
433 | </informalfigure>\r | |
434 | </step>\r | |
435 | \r | |
436 | <step>\r | |
437 | <informalfigure>\r | |
fc29a4f3 | 438 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link>.</para>\r |
96f7d022 RJ |
439 | <para><mediaobject>\r |
440 | <alt>screenshot of cancelling</alt>\r | |
441 | \r | |
442 | <imageobject>\r | |
443 | <imagedata fileref="media/copies-cancel-3.png" scalefit="0"></imagedata>\r | |
444 | </imageobject>\r | |
445 | </mediaobject></para>\r | |
446 | </informalfigure>\r | |
447 | </step>\r | |
448 | \r | |
449 | <step>\r | |
450 | <informalfigure>\r | |
451 | <para>Click <guibutton>Cancel copy</guibutton>.</para>\r | |
452 | <para><mediaobject>\r | |
453 | <alt>screenshot of cancelling</alt>\r | |
454 | \r | |
455 | <imageobject>\r | |
456 | <imagedata fileref="media/copies-cancel-4.png" scalefit="0"></imagedata>\r | |
457 | </imageobject>\r | |
458 | </mediaobject></para>\r | |
459 | </informalfigure>\r | |
460 | </step>\r | |
461 | \r | |
462 | <step>\r | |
463 | <informalfigure>\r | |
464 | <para>A pop up will appear asking you to confirm that you wish to cancel the copy. Click <guibutton>OK</guibutton>.</para>\r | |
465 | <para><mediaobject>\r | |
466 | <alt>screenshot of cancelling</alt>\r | |
467 | \r | |
468 | <imageobject>\r | |
469 | <imagedata fileref="media/copies-cancel-5.png" scalefit="0"></imagedata>\r | |
470 | </imageobject>\r | |
471 | </mediaobject></para>\r | |
472 | </informalfigure>\r | |
473 | </step>\r | |
474 | \r | |
475 | <step>\r | |
476 | <informalfigure>\r | |
477 | <para>The status of the copy becomes cancelled. The line item bar will only change to white and have a status of <guilabel>cancelled</guilabel> \r | |
478 | if all copies for the line item have been cancelled.</para>\r | |
479 | <para>The funds for the particular copy will no longer be encumbered.</para>\r | |
480 | <para><mediaobject>\r | |
481 | <alt>screenshot of cancelling</alt>\r | |
482 | \r | |
483 | <imageobject>\r | |
a0182185 | 484 | <imagedata fileref="media/copies-cancel-6.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
485 | </imageobject>\r |
486 | </mediaobject></para>\r | |
487 | </informalfigure>\r | |
488 | </step>\r | |
489 | </procedure>\r | |
490 | \r | |
491 | </simplesect>\r | |
492 | \r | |
493 | <simplesect xml:id="copies-suspend">\r | |
494 | <title>Suspend a Copy</title>\r | |
495 | \r | |
496 | <procedure>\r | |
497 | <step>\r | |
6ceb49be | 498 | <para>Open a purchase order.</para>\r |
96f7d022 RJ |
499 | </step>\r |
500 | \r | |
501 | <step>\r | |
502 | <informalfigure>\r | |
503 | <para>Click the <guilabel>Copies</guilabel> link on the line item containing the copy or copies you wish to suspend.</para>\r | |
504 | <para><mediaobject>\r | |
505 | <alt>screenshot of cancelling</alt>\r | |
506 | \r | |
507 | <imageobject>\r | |
aa6daf5e | 508 | <imagedata fileref="media/copies-cancel-1.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
509 | </imageobject>\r |
510 | </mediaobject></para>\r | |
511 | </informalfigure>\r | |
512 | </step>\r | |
513 | \r | |
514 | <step>\r | |
515 | <informalfigure>\r | |
6ceb49be | 516 | <para>Click the <guilabel>Cancel</guilabel> link adjacent to the copy you wish to suspend. Copies must be suspended individually.</para>\r |
96f7d022 RJ |
517 | <para><mediaobject>\r |
518 | <alt>screenshot of cancelling</alt>\r | |
519 | \r | |
520 | <imageobject>\r | |
aa6daf5e | 521 | <imagedata fileref="media/copies-cancel-2.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
522 | </imageobject>\r |
523 | </mediaobject></para>\r | |
524 | </informalfigure>\r | |
525 | \r | |
526 | </step>\r | |
527 | \r | |
528 | <step>\r | |
529 | <informalfigure>\r | |
fc29a4f3 | 530 | <para>From the drop down menu that appears, select a <link linkend="cancel-reasons-defaults">cancel reason</link> for which debits are kept. See \r |
96f7d022 RJ |
531 | <link linkend="cancel-reasons-defaults">Sitka Cancel Reason Defaults</link> for which cancel reasons keep debits.</para>\r |
532 | <para><mediaobject>\r | |
533 | <alt>screenshot of cancelling</alt>\r | |
534 | \r | |
535 | <imageobject>\r | |
a0182185 | 536 | <imagedata fileref="media/cancel1.png" scalefit="0"></imagedata>\r |
96f7d022 RJ |
537 | </imageobject>\r |
538 | </mediaobject></para>\r | |
539 | </informalfigure>\r | |
540 | </step>\r | |
541 | \r | |
542 | <step>\r | |
543 | <informalfigure>\r | |
544 | <para>Click <guibutton>Cancel copy</guibutton>.</para>\r | |
545 | <para><mediaobject>\r | |
546 | <alt>screenshot of cancelling</alt>\r | |
547 | \r | |
548 | <imageobject>\r | |
549 | <imagedata fileref="media/copies-suspend-1.png" scalefit="0"></imagedata>\r | |
550 | </imageobject>\r | |
551 | </mediaobject></para>\r | |
552 | </informalfigure>\r | |
553 | </step>\r | |
554 | \r | |
555 | <step>\r | |
556 | <informalfigure>\r | |
557 | <para>A pop up will appear asking you to confirm that you wish to cancel the copy. Click <guibutton>OK</guibutton>.</para>\r | |
558 | <para><mediaobject>\r | |
559 | <alt>screenshot of cancelling</alt>\r | |
560 | \r | |
561 | <imageobject>\r | |
562 | <imagedata fileref="media/copies-cancel-5.png" scalefit="0"></imagedata>\r | |
563 | </imageobject>\r | |
564 | </mediaobject></para>\r | |
565 | </informalfigure>\r | |
566 | </step>\r | |
567 | \r | |
568 | <step>\r | |
569 | <informalfigure>\r | |
a0182185 | 570 | <para>The status of the copy becomes cancelled. The line item bar will only change to blue and have a status of <guilabel>cancelled</guilabel> \r |
96f7d022 RJ |
571 | if all copies for the line item have been cancelled.</para>\r |
572 | <para>Because the copy has been suspended rather than cancelled, the funds for the copy are still encumbered.</para>\r | |
573 | <para><mediaobject>\r | |
574 | <alt>screenshot of cancelling</alt>\r | |
575 | \r | |
576 | <imageobject>\r | |
a0182185 | 577 | <imagedata fileref="media/copies-cancel-7.png" scalefit="1"></imagedata>\r |
96f7d022 RJ |
578 | </imageobject>\r |
579 | </mediaobject></para>\r | |
580 | </informalfigure>\r | |
581 | </step>\r | |
582 | \r | |
583 | <step>\r | |
584 | <para>A suspended copy is resolved when the copy arrives and is received.</para>\r | |
585 | </step>\r | |
586 | \r | |
587 | </procedure>\r | |
588 | \r | |
589 | </simplesect>\r | |
590 | \r | |
591 | </section>\r | |
592 | \r | |
593 | \r | |
594 | </chapter>\r |