Commit | Line | Data |
---|---|---|
31063226 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-invoices">\r | |
4 | <info>\r | |
5 | <title>Invoices</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 | |
9880bf27 JP |
16 | <para>You can create invoices for purchase orders, individual line items, as well as creating blank invoices that charges can be added to. You can also \r |
17 | link entire purchase orders and particular line items to existing invoices. Funds switch from being encumbered to spent when the paid column of an invoice is filled \r | |
18 | in and the invoice is saved.</para>\r | |
19 | <para>If desired, you can create an invoice for items before you receive them. You are able to re-open closed invoices to make adjustments as well as print out all \r | |
20 | invoices.</para>\r | |
31063226 RJ |
21 | </abstract>\r |
22 | \r | |
23 | \r | |
24 | </info>\r | |
25 | \r | |
31063226 RJ |
26 | \r |
27 | <section xml:id="creating-invoices">\r | |
28 | <title>Creating Invoices</title>\r | |
29 | \r | |
d5a71f04 | 30 | <para>There are three ways to create an invoice:</para>\r |
31063226 RJ |
31 | \r |
32 | <itemizedlist>\r | |
33 | <listitem>\r | |
65782033 | 34 | <para><link linkend="create-blanket-invoice">Create a Blank Invoice</link></para>\r |
31063226 | 35 | </listitem>\r |
31063226 | 36 | <listitem>\r |
65782033 | 37 | <para><link linkend="create-invoice-purchase-order">Create an Invoice From a Purchase Order</link></para>\r |
31063226 | 38 | </listitem>\r |
31063226 | 39 | <listitem>\r |
65782033 | 40 | <para><link linkend="create-invoice-line-items">Create an Invoice From Multiple Line Items</link></para>\r |
31063226 | 41 | </listitem>\r |
65782033 | 42 | </itemizedlist>\r |
31063226 | 43 | \r |
31063226 | 44 | \r |
31063226 | 45 | \r |
65782033 JP |
46 | <simplesect xml:id="create-blanket-invoice">\r |
47 | <title>Create a Blank Invoice</title>\r | |
de0d1fa8 | 48 | <para>You can create an invoice to use for purchases that have no purchase order or to link line items to.</para>\r |
31063226 | 49 | \r |
65782033 JP |
50 | <procedure>\r |
51 | <step>\r | |
31063226 | 52 | <informalfigure>\r |
65782033 | 53 | <para>Select <menuchoice><guimenu>Acquisitions</guimenu><guimenuitem>Create Invoice</guimenuitem></menuchoice>.</para>\r |
31063226 RJ |
54 | <para><mediaobject>\r |
55 | <alt>screenshot of invoicing</alt>\r | |
56 | \r | |
57 | <imageobject>\r | |
65782033 | 58 | <imagedata fileref="media/blanket-invoice-1.png" scalefit="0"></imagedata>\r |
31063226 RJ |
59 | </imageobject>\r |
60 | </mediaobject></para>\r | |
61 | </informalfigure>\r | |
65782033 | 62 | </step>\r |
31063226 | 63 | \r |
65782033 | 64 | <step>\r |
31063226 | 65 | <informalfigure>\r |
65782033 | 66 | <para>Fill in the top section of the invoice. See <link linkend="invoice-details">Invoice Details</link> for guidelines on filling in this information.</para>\r |
31063226 RJ |
67 | <para><mediaobject>\r |
68 | <alt>screenshot of invoicing</alt>\r | |
69 | \r | |
70 | <imageobject>\r | |
65782033 | 71 | <imagedata fileref="media/blanket-invoice-2.png" scalefit="0"></imagedata>\r |
31063226 RJ |
72 | </imageobject>\r |
73 | </mediaobject></para>\r | |
74 | </informalfigure>\r | |
65782033 | 75 | </step>\r |
31063226 | 76 | \r |
65782033 | 77 | <step>\r |
de0d1fa8 JP |
78 | <informalfigure>\r |
79 | <para>There are two options for saving an invoice:</para> \r | |
80 | <para><mediaobject>\r | |
81 | <alt>screenshot of invoicing</alt>\r | |
82 | \r | |
83 | <imageobject>\r | |
84 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
85 | </imageobject>\r | |
86 | </mediaobject></para>\r | |
87 | </informalfigure>\r | |
88 | \r | |
89 | <para>Click <guibutton>Save</guibutton> to save the changes you have made and keep the invoice open.</para>\r | |
90 | <para>Click <guibutton>Save and Clear</guibutton> to save the invoice and open a blank invoice.</para>\r | |
91 | </step>\r | |
92 | \r | |
93 | <step>\r | |
8870d07d | 94 | <para>For information on linking additional line items to the invoice see <link linkend="populate-invoice">Populating Invoices</link>.</para>\r |
de0d1fa8 JP |
95 | </step>\r |
96 | \r | |
97 | <step>\r | |
8870d07d | 98 | <para>For information on adding charges to the invoice see <link linkend="add-charges-invoice">Add Charges to an Invoice</link>.</para>\r |
de0d1fa8 JP |
99 | </step>\r |
100 | \r | |
101 | <step>\r | |
102 | <para>For information on receiving line items through an invoice see <link linkend="receive-invoice">Receive Line Items From an Invoice</link>.</para>\r | |
31063226 RJ |
103 | </step>\r |
104 | \r | |
105 | <step>\r | |
de0d1fa8 | 106 | <para>For information on other invoice options and features see the other sections in this chapter.</para>\r |
31063226 | 107 | </step>\r |
92e3b46c CB |
108 | \r |
109 | <step>\r | |
110 | <informalfigure>\r | |
4591993e | 111 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
112 | items and invoice charges have been added the invoice must be closed. </para>\r |
113 | <para><mediaobject>\r | |
114 | <alt>screenshot of invoicing</alt>\r | |
115 | \r | |
116 | <imageobject>\r | |
117 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
118 | </imageobject>\r | |
119 | </mediaobject></para>\r | |
120 | </informalfigure>\r | |
121 | </step>\r | |
122 | </procedure> \r | |
123 | <note><para>Invoices must be closed for items to show as <emphasis role="red">"Paid"</emphasis>. Fund\r | |
124 | debits linked to an invoice are only marked as paid when the invoice is\r | |
125 | closed.</para></note>\r | |
126 | \r | |
127 | \r | |
31063226 RJ |
128 | \r |
129 | </simplesect>\r | |
130 | \r | |
131 | <simplesect xml:id="create-invoice-purchase-order">\r | |
9880bf27 | 132 | <title>Create an Invoice From a Purchase Order</title>\r |
65782033 JP |
133 | <para>You can create an invoice containing all of the line items on a purchase order.</para>\r |
134 | \r | |
31063226 RJ |
135 | <procedure>\r |
136 | <step>\r | |
65782033 | 137 | <para>Open a purchase order.</para>\r |
31063226 RJ |
138 | </step>\r |
139 | \r | |
140 | <step>\r | |
141 | <informalfigure>\r | |
142 | <para>Click <guibutton>Create Invoice</guibutton>.</para>\r | |
143 | <para><mediaobject>\r | |
144 | <alt>screenshot of invoicing</alt>\r | |
145 | \r | |
146 | <imageobject>\r | |
147 | <imagedata fileref="media/purchaseorder-invoice-1.png" scalefit="0"></imagedata>\r | |
148 | </imageobject>\r | |
149 | </mediaobject></para>\r | |
150 | </informalfigure>\r | |
151 | </step>\r | |
152 | \r | |
153 | <step>\r | |
154 | <para>A new invoice will open in the same tab.</para>\r | |
155 | </step>\r | |
156 | \r | |
157 | <step>\r | |
158 | <informalfigure>\r | |
65782033 | 159 | <para>Fill in the top section of the invoice. See <link linkend="invoice-details">Invoice Details</link> for guidelines on filling in this information.</para>\r |
31063226 RJ |
160 | <para><mediaobject>\r |
161 | <alt>screenshot of invoicing</alt>\r | |
162 | \r | |
163 | <imageobject>\r | |
8bac8902 | 164 | <imagedata fileref="media/create-invoice-details-1.png" scalefit="0"></imagedata>\r |
31063226 RJ |
165 | </imageobject>\r |
166 | </mediaobject></para>\r | |
167 | </informalfigure>\r | |
65782033 | 168 | </step>\r |
31063226 | 169 | \r |
65782033 | 170 | <step>\r |
31063226 | 171 | <informalfigure>\r |
de0d1fa8 JP |
172 | <para>The <guilabel>Bibliographic Items</guilabel> section of the invoice will list all of the line items from the purchase order along with information pertaining \r |
173 | to each line item.</para> \r | |
31063226 RJ |
174 | <para><mediaobject>\r |
175 | <alt>screenshot of invoicing</alt>\r | |
176 | \r | |
177 | <imageobject>\r | |
65782033 | 178 | <imagedata fileref="media/purchaseorder-invoice-2.png" scalefit="0"></imagedata>\r |
31063226 RJ |
179 | </imageobject>\r |
180 | </mediaobject></para>\r | |
181 | </informalfigure>\r | |
31063226 | 182 | \r |
de0d1fa8 | 183 | <note>\r |
8870d07d | 184 | <para><guilabel>Title Details</guilabel> includes:</para>\r |
31063226 | 185 | \r |
65782033 JP |
186 | <itemizedlist>\r |
187 | <listitem>\r | |
188 | <para>Title</para>\r | |
31063226 | 189 | </listitem>\r |
31063226 | 190 | <listitem>\r |
65782033 | 191 | <para>Author</para>\r |
31063226 | 192 | </listitem>\r |
31063226 | 193 | <listitem>\r |
65782033 JP |
194 | <para>ISBN</para>\r |
195 | </listitem>\r | |
196 | <listitem>\r | |
197 | <para>summary of copies ordered, received, invoiced, claimed, and cancelled</para>\r | |
198 | </listitem>\r | |
199 | <listitem>\r | |
200 | <para>summary of amounts estimated, encumbered, and paid</para>\r | |
201 | </listitem>\r | |
202 | <listitem>\r | |
203 | <para>line item ID number</para>\r | |
204 | </listitem>\r | |
205 | <listitem>\r | |
206 | <para>link to the Selection List (if used)</para>\r | |
31063226 | 207 | </listitem>\r |
31063226 | 208 | <listitem>\r |
65782033 JP |
209 | <para>link to the Purchase Order</para>\r |
210 | </listitem>\r | |
211 | </itemizedlist>\r | |
de0d1fa8 | 212 | </note>\r |
65782033 JP |
213 | </step>\r |
214 | \r | |
215 | <step>\r | |
31063226 | 216 | <informalfigure>\r |
7f3130c0 JP |
217 | <para>The <guilabel># Invoiced</guilabel> and the <guilabel># Billed</guilabel> fields will have auto-populated with the number of copies available to be invoiced for \r |
218 | the line item.</para>\r | |
219 | <para>These fields can be updated as needed.</para>\r | |
31063226 RJ |
220 | <para><mediaobject>\r |
221 | <alt>screenshot of invoicing</alt>\r | |
222 | \r | |
223 | <imageobject>\r | |
65782033 | 224 | <imagedata fileref="media/purchaseorder-invoice-3.png" scalefit="0"></imagedata>\r |
31063226 RJ |
225 | </imageobject>\r |
226 | </mediaobject></para>\r | |
227 | </informalfigure>\r | |
65782033 | 228 | </step>\r |
31063226 | 229 | \r |
65782033 | 230 | <step>\r |
31063226 | 231 | <informalfigure>\r |
d5a71f04 | 232 | <para>Enter the amount billed into the <guilabel>Billed</guilabel> field. The <guilabel>Paid</guilabel> field will auto-fill to match.</para>\r |
31063226 RJ |
233 | <para><mediaobject>\r |
234 | <alt>screenshot of invoicing</alt>\r | |
235 | \r | |
236 | <imageobject>\r | |
65782033 | 237 | <imagedata fileref="media/purchaseorder-invoice-4.png" scalefit="0"></imagedata>\r |
31063226 RJ |
238 | </imageobject>\r |
239 | </mediaobject></para>\r | |
240 | </informalfigure>\r | |
65782033 | 241 | </step>\r |
31063226 | 242 | \r |
65782033 | 243 | <step>\r |
31063226 | 244 | <informalfigure>\r |
65782033 | 245 | <para>There are two options for saving an invoice:</para> \r |
31063226 RJ |
246 | <para><mediaobject>\r |
247 | <alt>screenshot of invoicing</alt>\r | |
248 | \r | |
249 | <imageobject>\r | |
65782033 | 250 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r |
31063226 RJ |
251 | </imageobject>\r |
252 | </mediaobject></para>\r | |
253 | </informalfigure>\r | |
31063226 | 254 | \r |
65782033 JP |
255 | <para>Click <guibutton>Save</guibutton> to save the changes you have made and keep the invoice open.</para>\r |
256 | <para>Click <guibutton>Save and Clear</guibutton> to save the invoice and open a blank invoice.</para>\r | |
025756cb JP |
257 | \r |
258 | <note><para>The following fields are required to save the invoice:</para>\r | |
259 | \r | |
260 | <itemizedlist> \r | |
261 | <listitem>\r | |
262 | <para>Vendor Invoice ID</para>\r | |
263 | </listitem>\r | |
264 | <listitem>\r | |
265 | <para>Provider</para>\r | |
266 | </listitem>\r | |
267 | <listitem>\r | |
268 | <para>Shipper</para>\r | |
269 | </listitem>\r | |
270 | <listitem>\r | |
271 | <para>Payment Method</para>\r | |
272 | </listitem>\r | |
273 | <listitem>\r | |
274 | <para># Invoiced</para>\r | |
275 | </listitem>\r | |
276 | <listitem>\r | |
277 | <para># Paid</para>\r | |
278 | </listitem>\r | |
279 | </itemizedlist>\r | |
280 | </note>\r | |
65782033 JP |
281 | </step>\r |
282 | \r | |
283 | <step>\r | |
8870d07d | 284 | <para>For information on linking additional line items to the invoice see <link linkend="populate-invoice">Populating Invoices</link>.</para>\r |
de0d1fa8 JP |
285 | </step>\r |
286 | \r | |
287 | <step>\r | |
8870d07d | 288 | <para>For information on adding charges to the invoice see <link linkend="add-charges-invoice">Add Charges to an Invoice</link>.</para>\r |
65782033 JP |
289 | </step>\r |
290 | \r | |
291 | <step>\r | |
292 | <para>For information on receiving line items through an invoice see <link linkend="receive-invoice">Receive Line Items From an Invoice</link>.</para>\r | |
293 | </step>\r | |
294 | \r | |
295 | <step>\r | |
296 | <para>For information on other invoice options and features see the other sections in this chapter.</para>\r | |
297 | </step>\r | |
92e3b46c CB |
298 | \r |
299 | <step>\r | |
300 | <informalfigure>\r | |
4591993e | 301 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
302 | items and invoice charges have been added the invoice must be closed. </para>\r |
303 | <para><mediaobject>\r | |
304 | <alt>screenshot of invoicing</alt>\r | |
305 | \r | |
306 | <imageobject>\r | |
307 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
308 | </imageobject>\r | |
309 | </mediaobject></para>\r | |
310 | </informalfigure>\r | |
311 | </step>\r | |
312 | \r | |
313 | </procedure>\r | |
314 | \r | |
315 | <note><para>Invoices must be closed for items to show as <emphasis role="red">"Paid"</emphasis>. Fund\r | |
316 | debits linked to an invoice are only marked as paid when the invoice is\r | |
317 | closed.</para></note>\r | |
65782033 JP |
318 | \r |
319 | \r | |
65782033 JP |
320 | \r |
321 | </simplesect>\r | |
322 | \r | |
323 | <simplesect xml:id="create-invoice-line-items">\r | |
324 | <title>Create an Invoice From Multiple Line Items</title>\r | |
325 | \r | |
8870d07d | 326 | <para>You can create an invoice from multiple line items on a purchase order. You can then link additional line items from the same or \r |
de0d1fa8 | 327 | different purchase orders to this invoice.</para>\r |
65782033 | 328 | \r |
65782033 JP |
329 | <procedure>\r |
330 | <step>\r | |
de0d1fa8 | 331 | <para>Open a purchase order.</para>\r |
65782033 JP |
332 | </step>\r |
333 | \r | |
334 | <step>\r | |
8bac8902 | 335 | <informalfigure>\r |
65782033 | 336 | <para>Check the boxes beside the line items you would like to use to create your invoice.</para>\r |
8bac8902 JP |
337 | <para><mediaobject>\r |
338 | <alt>screenshot of invoicing</alt>\r | |
339 | \r | |
340 | <imageobject>\r | |
341 | <imagedata fileref="media/lineitem-multiple-invoice-0.png" scalefit="0"></imagedata>\r | |
342 | </imageobject>\r | |
343 | </mediaobject></para>\r | |
344 | </informalfigure>\r | |
65782033 JP |
345 | </step>\r |
346 | \r | |
347 | <step>\r | |
31063226 | 348 | <informalfigure>\r |
65782033 JP |
349 | <para>Using the main <guilabel>Actions</guilabel> menu, select \r |
350 | <menuchoice><guimenu>Actions</guimenu><guimenuitem>Create Invoice From Selected Lineitems</guimenuitem></menuchoice>.</para>\r | |
31063226 RJ |
351 | <para><mediaobject>\r |
352 | <alt>screenshot of invoicing</alt>\r | |
353 | \r | |
354 | <imageobject>\r | |
65782033 | 355 | <imagedata fileref="media/lineitem-multiple-invoice-1.png" scalefit="0"></imagedata>\r |
31063226 RJ |
356 | </imageobject>\r |
357 | </mediaobject></para>\r | |
358 | </informalfigure>\r | |
65782033 | 359 | </step>\r |
31063226 | 360 | \r |
65782033 JP |
361 | \r |
362 | <step>\r | |
363 | <para>A new invoice will open in the same tab.</para>\r | |
364 | </step>\r | |
365 | \r | |
366 | \r | |
367 | <step>\r | |
31063226 | 368 | <informalfigure>\r |
65782033 | 369 | <para>Fill in the top section of the invoice. See <link linkend="invoice-details">Invoice Details</link> for guidelines on filling in this information.</para>\r |
31063226 RJ |
370 | <para><mediaobject>\r |
371 | <alt>screenshot of invoicing</alt>\r | |
372 | \r | |
373 | <imageobject>\r | |
8bac8902 | 374 | <imagedata fileref="media/create-invoice-details-1.png" scalefit="0"></imagedata>\r |
31063226 RJ |
375 | </imageobject>\r |
376 | </mediaobject></para>\r | |
377 | </informalfigure>\r | |
31063226 RJ |
378 | </step>\r |
379 | \r | |
380 | <step>\r | |
381 | <informalfigure>\r | |
de0d1fa8 JP |
382 | <para>The <guilabel>Bibliographic Items</guilabel> section of the invoice will list all of the line items from the purchase order along with information pertaining \r |
383 | to each line item.</para> \r | |
31063226 RJ |
384 | <para><mediaobject>\r |
385 | <alt>screenshot of invoicing</alt>\r | |
386 | \r | |
387 | <imageobject>\r | |
388 | <imagedata fileref="media/purchaseorder-invoice-2.png" scalefit="0"></imagedata>\r | |
389 | </imageobject>\r | |
390 | </mediaobject></para>\r | |
391 | </informalfigure>\r | |
392 | \r | |
de0d1fa8 | 393 | <note>\r |
8870d07d | 394 | <para><guilabel>Title Details</guilabel> includes:</para>\r |
31063226 RJ |
395 | \r |
396 | <itemizedlist>\r | |
397 | <listitem>\r | |
398 | <para>Title</para>\r | |
399 | </listitem>\r | |
400 | <listitem>\r | |
401 | <para>Author</para>\r | |
402 | </listitem>\r | |
403 | <listitem>\r | |
404 | <para>ISBN</para>\r | |
405 | </listitem>\r | |
406 | <listitem>\r | |
407 | <para>summary of copies ordered, received, invoiced, claimed, and cancelled</para>\r | |
408 | </listitem>\r | |
409 | <listitem>\r | |
410 | <para>summary of amounts estimated, encumbered, and paid</para>\r | |
411 | </listitem>\r | |
412 | <listitem>\r | |
413 | <para>line item ID number</para>\r | |
414 | </listitem>\r | |
415 | <listitem>\r | |
416 | <para>link to the Selection List (if used)</para>\r | |
417 | </listitem>\r | |
418 | <listitem>\r | |
419 | <para>link to the Purchase Order</para>\r | |
420 | </listitem>\r | |
421 | </itemizedlist>\r | |
de0d1fa8 | 422 | </note>\r |
31063226 RJ |
423 | </step>\r |
424 | \r | |
425 | <step>\r | |
426 | <informalfigure>\r | |
8bac8902 JP |
427 | <para>The <guilabel># Invoiced</guilabel> and the <guilabel># Billed</guilabel> fields will have auto-populated with the number of copies available to be invoiced for \r |
428 | the line item.</para>\r | |
429 | <para>These fields can be updated as needed.</para>\r | |
31063226 RJ |
430 | <para><mediaobject>\r |
431 | <alt>screenshot of invoicing</alt>\r | |
432 | \r | |
433 | <imageobject>\r | |
434 | <imagedata fileref="media/purchaseorder-invoice-3.png" scalefit="0"></imagedata>\r | |
435 | </imageobject>\r | |
436 | </mediaobject></para>\r | |
437 | </informalfigure>\r | |
438 | </step>\r | |
439 | \r | |
440 | <step>\r | |
441 | <informalfigure>\r | |
d5a71f04 | 442 | <para>Enter the amount billed into the <guilabel>Billed</guilabel> field. The <guilabel>Paid</guilabel> field will auto-fill to match.</para>\r |
31063226 RJ |
443 | <para><mediaobject>\r |
444 | <alt>screenshot of invoicing</alt>\r | |
445 | \r | |
446 | <imageobject>\r | |
447 | <imagedata fileref="media/purchaseorder-invoice-4.png" scalefit="0"></imagedata>\r | |
448 | </imageobject>\r | |
449 | </mediaobject></para>\r | |
450 | </informalfigure>\r | |
451 | </step>\r | |
452 | \r | |
453 | <step>\r | |
31063226 | 454 | <informalfigure>\r |
65782033 | 455 | <para>There are two options for saving an invoice:</para> \r |
31063226 RJ |
456 | <para><mediaobject>\r |
457 | <alt>screenshot of invoicing</alt>\r | |
458 | \r | |
459 | <imageobject>\r | |
460 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
461 | </imageobject>\r | |
462 | </mediaobject></para>\r | |
463 | </informalfigure>\r | |
464 | \r | |
465 | <para>Click <guibutton>Save</guibutton> to save the changes you have made and keep the invoice open.</para>\r | |
65782033 | 466 | <para>Click <guibutton>Save and Clear</guibutton> to save the invoice and open a blank invoice.</para>\r |
31063226 | 467 | \r |
65782033 | 468 | <note><para>The fields that are required to save the invoice are:</para>\r |
31063226 RJ |
469 | \r |
470 | <itemizedlist> \r | |
471 | <listitem>\r | |
472 | <para>Vendor Invoice ID</para>\r | |
473 | </listitem>\r | |
474 | <listitem>\r | |
475 | <para>Provider</para>\r | |
476 | </listitem>\r | |
477 | <listitem>\r | |
478 | <para>Shipper</para>\r | |
479 | </listitem>\r | |
480 | <listitem>\r | |
481 | <para>Payment Method</para>\r | |
482 | </listitem>\r | |
483 | <listitem>\r | |
484 | <para># Invoiced</para>\r | |
485 | </listitem>\r | |
486 | <listitem>\r | |
487 | <para># Paid</para>\r | |
488 | </listitem>\r | |
489 | </itemizedlist>\r | |
65782033 | 490 | </note>\r |
025756cb | 491 | </step>\r |
31063226 | 492 | \r |
025756cb | 493 | <step>\r |
8870d07d | 494 | <para>For information on linking additional line items to the invoice see <link linkend="populate-invoice">Populating Invoices</link>.</para>\r |
de0d1fa8 JP |
495 | </step>\r |
496 | \r | |
497 | <step>\r | |
8870d07d | 498 | <para>For information on adding charges to the invoice see <link linkend="add-charges-invoice">Add Charges to an Invoice</link>.</para>\r |
025756cb JP |
499 | </step>\r |
500 | \r | |
501 | <step>\r | |
502 | <para>For information on receiving line items through an invoice see <link linkend="receive-invoice">Receive Line Items From an Invoice</link>.</para>\r | |
503 | </step>\r | |
504 | \r | |
505 | <step>\r | |
506 | <para>For information on other invoice options and features see the other sections in this chapter.</para>\r | |
507 | </step>\r | |
92e3b46c CB |
508 | \r |
509 | <step>\r | |
510 | <informalfigure>\r | |
511 | <para>Click the <guibutton>Close</guibutton> button to close the invoice. Once all the line\r | |
512 | items and invoice charges have been added the invoice must be closed. </para>\r | |
513 | <para><mediaobject>\r | |
514 | <alt>screenshot of invoicing</alt>\r | |
515 | \r | |
516 | <imageobject>\r | |
517 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
518 | </imageobject>\r | |
519 | </mediaobject></para>\r | |
520 | </informalfigure>\r | |
521 | </step>\r | |
522 | \r | |
025756cb | 523 | </procedure>\r |
92e3b46c CB |
524 | \r |
525 | <note><para>Invoices must be closed for items to show as <emphasis role="red">"Paid"</emphasis>. Fund\r | |
526 | debits linked to an invoice are only marked as paid when the invoice is\r | |
527 | closed.</para></note>\r | |
025756cb JP |
528 | \r |
529 | \r | |
530 | </simplesect>\r | |
531 | \r | |
532 | \r | |
7f3130c0 | 533 | \r |
65782033 JP |
534 | </section>\r |
535 | \r | |
536 | <section xml:id="invoice-interface">\r | |
537 | <title>Invoice Interface</title>\r | |
538 | \r | |
793049ba JP |
539 | <itemizedlist>\r |
540 | <listitem>\r | |
d5a71f04 | 541 | <para>Auto-populating of the <guilabel># Billed</guilabel> field.</para>\r |
793049ba JP |
542 | </listitem>\r |
543 | <listitem>\r | |
de0d1fa8 | 544 | <informalfigure>\r |
d5a71f04 | 545 | <para>Auto-populating of the <guilabel>Paid</guilabel> field.</para>\r |
de0d1fa8 JP |
546 | <para><mediaobject>\r |
547 | <alt>screenshot of invoicing</alt>\r | |
548 | \r | |
549 | <imageobject>\r | |
550 | <imagedata fileref="media/invoice-details-1.png" scalefit="0"></imagedata>\r | |
551 | </imageobject>\r | |
552 | </mediaobject></para>\r | |
553 | </informalfigure>\r | |
793049ba JP |
554 | </listitem>\r |
555 | </itemizedlist>\r | |
556 | \r | |
65782033 JP |
557 | \r |
558 | <simplesect xml:id="invoice-details">\r | |
559 | <title>Invoice Details</title>\r | |
560 | \r | |
de0d1fa8 JP |
561 | <para>The Invoice Details section must be completed for every invoice created.</para>\r |
562 | <para>The Invoice Details fields are:</para>\r | |
563 | \r | |
65782033 | 564 | <itemizedlist>\r |
31063226 RJ |
565 | <listitem>\r |
566 | <informalfigure>\r | |
de0d1fa8 JP |
567 | <para><guilabel>Vendor Invoice ID</guilabel>.</para>\r |
568 | <para>This number may be listed on the paper invoice sent by your provider.</para>\r | |
569 | <para><emphasis>This is a required field.</emphasis></para>\r | |
31063226 RJ |
570 | <para><mediaobject>\r |
571 | <alt>screenshot of invoicing</alt>\r | |
572 | \r | |
573 | <imageobject>\r | |
65782033 | 574 | <imagedata fileref="media/blanket-invoice-3.png" scalefit="0"></imagedata>\r |
31063226 RJ |
575 | </imageobject>\r |
576 | </mediaobject></para>\r | |
577 | </informalfigure>\r | |
578 | </listitem>\r | |
579 | \r | |
580 | <listitem>\r | |
581 | <informalfigure>\r | |
de0d1fa8 | 582 | <para><guilabel>Receive Method</guilabel></para>\r |
d5a71f04 | 583 | <para>At present only paper invoicing. Electronic invoicing through EDI will be available at a future date.</para>\r |
de0d1fa8 | 584 | <para><emphasis>This is a required field.</emphasis></para>\r |
31063226 RJ |
585 | <para><mediaobject>\r |
586 | <alt>screenshot of invoicing</alt>\r | |
587 | \r | |
588 | <imageobject>\r | |
65782033 | 589 | <imagedata fileref="media/blanket-invoice-4.png" scalefit="0"></imagedata>\r |
31063226 RJ |
590 | </imageobject>\r |
591 | </mediaobject></para>\r | |
592 | </informalfigure>\r | |
593 | </listitem>\r | |
594 | \r | |
595 | <listitem>\r | |
596 | <informalfigure>\r | |
de0d1fa8 JP |
597 | <para><guilabel>Provider</guilabel> and <guilabel>Shipper</guilabel></para>\r |
598 | <para>These fields will auto-complete.</para>\r | |
599 | <para>Your shipper is usually the same as your provider.</para>\r | |
600 | <para><emphasis>These are required fields.</emphasis></para>\r | |
31063226 RJ |
601 | <para><mediaobject>\r |
602 | <alt>screenshot of invoicing</alt>\r | |
603 | \r | |
604 | <imageobject>\r | |
65782033 | 605 | <imagedata fileref="media/blanket-invoice-5.png" scalefit="0"></imagedata>\r |
31063226 RJ |
606 | </imageobject>\r |
607 | </mediaobject></para>\r | |
608 | </informalfigure>\r | |
609 | </listitem>\r | |
610 | \r | |
611 | <listitem>\r | |
612 | <informalfigure>\r | |
8870d07d | 613 | <para><guilabel>Note</guilabel></para>\r |
de0d1fa8 | 614 | <para>This is an optional field that can be used as needed.</para>\r |
31063226 RJ |
615 | <para><mediaobject>\r |
616 | <alt>screenshot of invoicing</alt>\r | |
617 | \r | |
618 | <imageobject>\r | |
65782033 | 619 | <imagedata fileref="media/blanket-invoice-6.png" scalefit="0"></imagedata>\r |
31063226 RJ |
620 | </imageobject>\r |
621 | </mediaobject></para>\r | |
622 | </informalfigure>\r | |
623 | </listitem>\r | |
624 | \r | |
625 | <listitem>\r | |
626 | <informalfigure>\r | |
de0d1fa8 | 627 | <para><guilabel>Payment Method</guilabel></para>\r |
8870d07d JP |
628 | <para>Available payment methods display in a drop down menu. Additional payment methods can be requested. See \r |
629 | <link linkend="guidelines-submit-default">Guidelines for Submitting Suggestions for New Defaults</link>.</para>\r | |
de0d1fa8 | 630 | <para><emphasis>This is a required field.</emphasis></para>\r |
31063226 RJ |
631 | <para><mediaobject>\r |
632 | <alt>screenshot of invoicing</alt>\r | |
633 | \r | |
634 | <imageobject>\r | |
65782033 | 635 | <imagedata fileref="media/blanket-invoice-7.png" scalefit="0"></imagedata>\r |
31063226 RJ |
636 | </imageobject>\r |
637 | </mediaobject></para>\r | |
638 | </informalfigure>\r | |
639 | </listitem>\r | |
31063226 | 640 | \r |
65782033 | 641 | <listitem>\r |
31063226 | 642 | <informalfigure>\r |
de0d1fa8 JP |
643 | <para><guilabel>Invoice Date</guilabel></para>\r |
644 | <para>By default this is the date the invoice is created on. The date can be changed by clicking the field and selecting a \r | |
65782033 | 645 | new date using the calendar widget.</para>\r |
de0d1fa8 | 646 | <para><emphasis>This is a required field.</emphasis></para>\r |
31063226 RJ |
647 | <para><mediaobject>\r |
648 | <alt>screenshot of invoicing</alt>\r | |
649 | \r | |
650 | <imageobject>\r | |
65782033 | 651 | <imagedata fileref="media/blanket-invoice-8.png" scalefit="0"></imagedata>\r |
31063226 RJ |
652 | </imageobject>\r |
653 | </mediaobject></para>\r | |
654 | </informalfigure>\r | |
31063226 | 655 | </listitem>\r |
31063226 | 656 | \r |
65782033 | 657 | <listitem>\r |
31063226 | 658 | <informalfigure>\r |
de0d1fa8 JP |
659 | <para><guilabel>Invoice Type</guilabel></para>\r |
660 | <para>This field is used if your library distinguishes between types of invoices.</para>\r | |
31063226 RJ |
661 | <para><mediaobject>\r |
662 | <alt>screenshot of invoicing</alt>\r | |
663 | \r | |
664 | <imageobject>\r | |
65782033 | 665 | <imagedata fileref="media/blanket-invoice-9.png" scalefit="0"></imagedata>\r |
31063226 RJ |
666 | </imageobject>\r |
667 | </mediaobject></para>\r | |
668 | </informalfigure>\r | |
65782033 | 669 | </listitem>\r |
31063226 | 670 | \r |
65782033 | 671 | <listitem>\r |
31063226 | 672 | <informalfigure>\r |
de0d1fa8 JP |
673 | <para><guilabel>Payment Authorization</guilabel></para>\r |
674 | <para>This field is used if your library requires authorization for payments.</para>\r | |
31063226 RJ |
675 | <para><mediaobject>\r |
676 | <alt>screenshot of invoicing</alt>\r | |
677 | \r | |
678 | <imageobject>\r | |
65782033 | 679 | <imagedata fileref="media/blanket-invoice-10.png" scalefit="0"></imagedata>\r |
31063226 RJ |
680 | </imageobject>\r |
681 | </mediaobject></para>\r | |
682 | </informalfigure>\r | |
65782033 | 683 | </listitem>\r |
31063226 | 684 | \r |
65782033 | 685 | <listitem>\r |
31063226 | 686 | <informalfigure>\r |
de0d1fa8 JP |
687 | <para><guilabel>Receiver</guilabel></para>\r |
688 | <para>This field defaults to the location at which your workstation is registered. If necessary, you can change the receiver using the drop \r | |
65782033 | 689 | down menu.</para>\r |
de0d1fa8 | 690 | <para><emphasis>This is a required field.</emphasis></para>\r |
31063226 RJ |
691 | <para><mediaobject>\r |
692 | <alt>screenshot of invoicing</alt>\r | |
693 | \r | |
694 | <imageobject>\r | |
65782033 | 695 | <imagedata fileref="media/blanket-invoice-11.png" scalefit="0"></imagedata>\r |
31063226 RJ |
696 | </imageobject>\r |
697 | </mediaobject></para>\r | |
698 | </informalfigure>\r | |
65782033 JP |
699 | </listitem>\r |
700 | </itemizedlist>\r | |
31063226 | 701 | \r |
de0d1fa8 JP |
702 | <informalfigure>\r |
703 | <para>The <guilabel>Invoice Details</guilabel> automatically hides once completed. The <guilabel>Invoice Details</guilabel> can be shown at any time by\r | |
704 | clicking <guibutton>Show Details</guibutton>.</para>\r | |
705 | <para><mediaobject>\r | |
706 | <alt>screenshot of invoicing</alt>\r | |
707 | \r | |
708 | <imageobject>\r | |
709 | <imagedata fileref="media/invoice-details-2.png" scalefit="0"></imagedata>\r | |
710 | </imageobject>\r | |
711 | </mediaobject></para>\r | |
712 | </informalfigure>\r | |
31063226 RJ |
713 | </simplesect>\r |
714 | \r | |
715 | </section>\r | |
716 | \r | |
65782033 JP |
717 | <section xml:id="populate-invoice">\r |
718 | <title>Populating Invoices</title>\r | |
719 | \r | |
d5a71f04 | 720 | <para>Line items can be added to invoices in three ways:</para>\r |
65782033 JP |
721 | \r |
722 | <itemizedlist>\r | |
723 | <listitem>\r | |
724 | <para><link linkend="link-invoice-purchase-order">Link an Entire Purchase Order to an Existing Invoice</link></para>\r | |
725 | </listitem>\r | |
726 | <listitem>\r | |
65782033 JP |
727 | <para><link linkend="link-multiple-lineitem-invoice">Link Multiple Line Items to an Existing Invoice</link></para>\r |
728 | </listitem>\r | |
793049ba JP |
729 | <listitem>\r |
730 | <para><link linkend="link-search-lineitem">Search for Line Items from an Invoice</link></para>\r | |
731 | </listitem>\r | |
65782033 | 732 | </itemizedlist>\r |
31063226 | 733 | \r |
65782033 JP |
734 | <simplesect xml:id="link-invoice-purchase-order">\r |
735 | <title>Link an Entire Purchase Order to an Existing Invoice</title>\r | |
de0d1fa8 | 736 | <para>You can use the <guibutton>Link Invoice</guibutton> button to link all the line items on a purchase order to an existing invoice.</para>\r |
31063226 RJ |
737 | <para>For example, an invoice is received for a shipment with items on \r |
738 | purchase order #1 and purchase order #2. When the invoice arrives, purchase order #1 is retrieved, and the invoice is created. Rather than recreate the invoice for \r | |
739 | purchase order #2 you simply link the purchase order to the invoice.</para>\r | |
740 | \r | |
741 | <procedure>\r | |
742 | <step>\r | |
743 | <para>Open a purchase order.</para>\r | |
744 | </step>\r | |
745 | \r | |
746 | <step>\r | |
747 | <informalfigure>\r | |
748 | <para>Click <guibutton>Link Invoice</guibutton>.</para>\r | |
749 | <para><mediaobject>\r | |
750 | <alt>screenshot of invoicing</alt>\r | |
751 | \r | |
752 | <imageobject>\r | |
753 | <imagedata fileref="media/purchaseorder-link-invoice-1.png" scalefit="0"></imagedata>\r | |
754 | </imageobject>\r | |
755 | </mediaobject></para>\r | |
756 | </informalfigure>\r | |
757 | </step>\r | |
758 | \r | |
759 | <step>\r | |
760 | <informalfigure>\r | |
761 | <para>In the drop down that appears, enter the invoice number of the invoice you would like to link the purchase order to.</para>\r | |
762 | <para><mediaobject>\r | |
763 | <alt>screenshot of invoicing</alt>\r | |
764 | \r | |
765 | <imageobject>\r | |
766 | <imagedata fileref="media/purchaseorder-link-invoice-2.png" scalefit="0"></imagedata>\r | |
767 | </imageobject>\r | |
768 | </mediaobject></para>\r | |
769 | </informalfigure>\r | |
770 | </step>\r | |
771 | \r | |
772 | <step>\r | |
773 | <informalfigure>\r | |
774 | <para>Enter the code for the provider. This field will auto-complete.</para>\r | |
775 | <para><mediaobject>\r | |
776 | <alt>screenshot of invoicing</alt>\r | |
777 | \r | |
778 | <imageobject>\r | |
779 | <imagedata fileref="media/purchaseorder-link-invoice-3.png" scalefit="0"></imagedata>\r | |
780 | </imageobject>\r | |
781 | </mediaobject></para>\r | |
782 | </informalfigure>\r | |
783 | </step>\r | |
784 | \r | |
785 | <step>\r | |
786 | <informalfigure>\r | |
787 | <para>Click <guibutton>Link</guibutton>.</para>\r | |
788 | <para><mediaobject>\r | |
789 | <alt>screenshot of invoicing</alt>\r | |
790 | \r | |
791 | <imageobject>\r | |
792 | <imagedata fileref="media/purchaseorder-link-invoice-4.png" scalefit="0"></imagedata>\r | |
793 | </imageobject>\r | |
794 | </mediaobject></para>\r | |
795 | </informalfigure>\r | |
796 | </step>\r | |
797 | \r | |
798 | <step>\r | |
799 | <para>The invoice will open in the same tab and all the line items on the purchase order will be added to the invoice.</para>\r | |
800 | </step>\r | |
801 | </procedure>\r | |
802 | \r | |
65782033 | 803 | </simplesect>\r |
31063226 | 804 | \r |
793049ba | 805 | <simplesect xml:id="link-multiple-lineitem-invoice">\r |
65782033 JP |
806 | <title>Link Multiple Line Items to an Existing Invoice</title>\r |
807 | \r | |
de0d1fa8 JP |
808 | <para>Use the <guilabel>Link to Invoice for Selected Lineitems</guilabel> menu option to link multiple line items to an invoice that already exists in Evergreen.</para>\r |
809 | \r | |
810 | <para>For example, an invoice may be made up of items from multiple purchase orders. In this circumstance, you can create an invoice for the selected line items\r | |
811 | from your first purchase order and then link the line items from other purchase orders onto your invoice.</para>\r | |
812 | \r | |
65782033 JP |
813 | <procedure>\r |
814 | <step>\r | |
815 | <para>Open a purchase order.</para>\r | |
816 | </step>\r | |
817 | \r | |
818 | <step>\r | |
de0d1fa8 | 819 | <informalfigure>\r |
793049ba | 820 | <para>Check the boxes beside the line items you would like to link to your invoice.</para>\r |
de0d1fa8 JP |
821 | <para><mediaobject>\r |
822 | <alt>screenshot of invoicing</alt>\r | |
823 | \r | |
824 | <imageobject>\r | |
825 | <imagedata fileref="media/link-invoice-multiple-1.png" scalefit="0"></imagedata>\r | |
826 | </imageobject>\r | |
827 | </mediaobject></para>\r | |
828 | </informalfigure>\r | |
793049ba JP |
829 | </step>\r |
830 | \r | |
831 | <step>\r | |
65782033 JP |
832 | <informalfigure>\r |
833 | <para>Using the main <guilabel>Actions</guilabel> menu, select \r | |
d5a71f04 | 834 | <menuchoice><guimenu>Actions</guimenu><guimenuitem>Link Selected Line Items to Invoice</guimenuitem></menuchoice>.</para>\r |
65782033 JP |
835 | <para><mediaobject>\r |
836 | <alt>screenshot of invoicing</alt>\r | |
837 | \r | |
838 | <imageobject>\r | |
de0d1fa8 | 839 | <imagedata fileref="media/link-invoice-multiple-2.png" scalefit="0"></imagedata>\r |
65782033 JP |
840 | </imageobject>\r |
841 | </mediaobject></para>\r | |
842 | </informalfigure>\r | |
843 | </step>\r | |
844 | \r | |
793049ba JP |
845 | <step>\r |
846 | <para>In the pop up box that appears, enter the invoice number of the invoice you would like to link the line item to.</para>\r | |
793049ba | 847 | <para>Enter the code for the provider. This field will auto-complete.</para>\r |
de0d1fa8 | 848 | <informalfigure>\r |
793049ba | 849 | <para>Click <guibutton>Link</guibutton>.</para>\r |
de0d1fa8 JP |
850 | <para><mediaobject>\r |
851 | <alt>screenshot of invoicing</alt>\r | |
852 | \r | |
853 | <imageobject>\r | |
d5a71f04 | 854 | <imagedata fileref="media/link-invoice-lineitem-2.png" scalefit="0"></imagedata>\r |
de0d1fa8 JP |
855 | </imageobject>\r |
856 | </mediaobject></para>\r | |
857 | </informalfigure>\r | |
d5a71f04 JP |
858 | <note><para>The <guilabel>Invoice #</guilabel> and <guilabel>Provider</guilabel> fields are sticky. The information entered in those fields will persist as you \r |
859 | move between purchase orders until you change the information.</para></note>\r | |
793049ba JP |
860 | </step>\r |
861 | \r | |
862 | <step>\r | |
de0d1fa8 | 863 | <informalfigure>\r |
2dddf731 | 864 | <para>The invoice will open in the same tab with the selected line items attached.</para>\r |
de0d1fa8 JP |
865 | <para><mediaobject>\r |
866 | <alt>screenshot of invoicing</alt>\r | |
867 | \r | |
868 | <imageobject>\r | |
8870d07d | 869 | <imagedata fileref="media/link-invoice-multiple-5.png" scalefit="0"></imagedata>\r |
de0d1fa8 JP |
870 | </imageobject>\r |
871 | </mediaobject></para>\r | |
872 | </informalfigure>\r | |
793049ba | 873 | </step>\r |
2dddf731 | 874 | <step><para>Click <guilabel>Save.</guilabel></para></step>\r |
793049ba | 875 | \r |
65782033 JP |
876 | </procedure>\r |
877 | \r | |
878 | \r | |
879 | </simplesect>\r | |
31063226 | 880 | \r |
793049ba JP |
881 | <simplesect xml:id="link-search-lineitem">\r |
882 | <title>Search for Line Items from an Invoice</title>\r | |
883 | \r | |
8870d07d JP |
884 | <para><emphasis role="bold">Adapted with permission from original material by the <link\r |
885 | xlink:title="http://www.esilibrary.com/esi/docs/?p=1405"\r | |
886 | xlink:href="http://www.esilibrary.com/esi/docs/?p=1405">Evergreen\r | |
887 | Community</link></emphasis></para>\r | |
dd5388ee | 888 | \r |
8870d07d JP |
889 | \r |
890 | <para>You can use the new <guilabel>Search</guilabel> tab to search for and add line items to an invoice from within the invoice.</para>\r | |
891 | \r | |
793049ba JP |
892 | <procedure>\r |
893 | \r | |
894 | <step>\r | |
895 | <para>Open an invoice or <link linkend="create-blanket-invoice">create an invoice</link>.</para>\r | |
896 | </step>\r | |
897 | \r | |
898 | <step>\r | |
de0d1fa8 JP |
899 | <informalfigure>\r |
900 | <para>Click the <guibutton>Search</guibutton> tab.</para>\r | |
901 | <para><mediaobject>\r | |
902 | <alt>screenshot of invoicing</alt>\r | |
903 | \r | |
904 | <imageobject>\r | |
905 | <imagedata fileref="media/search-invoice-lineitem-1.png" scalefit="0"></imagedata>\r | |
906 | </imageobject>\r | |
907 | </mediaobject></para>\r | |
908 | </informalfigure>\r | |
793049ba JP |
909 | </step>\r |
910 | \r | |
911 | <step>\r | |
de0d1fa8 | 912 | <informalfigure>\r |
793049ba | 913 | <para>Select your search criteria from the drop down menu.</para>\r |
8870d07d | 914 | <para>See <link linkend="lineitem-search">Searching for Line Items</link> for general searching tips.</para>\r |
de0d1fa8 JP |
915 | <para><mediaobject>\r |
916 | <alt>screenshot of invoicing</alt>\r | |
917 | \r | |
918 | <imageobject>\r | |
919 | <imagedata fileref="media/search-invoice-lineitem-2.png" scalefit="0"></imagedata>\r | |
920 | </imageobject>\r | |
921 | </mediaobject></para>\r | |
922 | </informalfigure>\r | |
793049ba JP |
923 | </step>\r |
924 | \r | |
925 | <step>\r | |
de0d1fa8 | 926 | <informalfigure>\r |
793049ba JP |
927 | <para> The <guilabel>Limit to Invoiceable Items</guilabel> check box is checked by default.</para>\r |
928 | <para>Invoiceable items are those that are on order, have not been cancelled, and have not yet been invoiced.</para>\r | |
de0d1fa8 JP |
929 | <para><mediaobject>\r |
930 | <alt>screenshot of invoicing</alt>\r | |
931 | \r | |
932 | <imageobject>\r | |
933 | <imagedata fileref="media/search-invoice-lineitem-3.png" scalefit="0"></imagedata>\r | |
934 | </imageobject>\r | |
935 | </mediaobject></para>\r | |
936 | </informalfigure>\r | |
793049ba JP |
937 | </step>\r |
938 | \r | |
939 | <step>\r | |
de0d1fa8 | 940 | <informalfigure>\r |
793049ba JP |
941 | <para>The <guilabel>Sort by title</guilabel> check box is optional.</para>\r |
942 | <para>By default, results are listed by line number. This check box sorts the results by ascending title.</para>\r | |
de0d1fa8 JP |
943 | <para><mediaobject>\r |
944 | <alt>screenshot of invoicing</alt>\r | |
945 | \r | |
946 | <imageobject>\r | |
947 | <imagedata fileref="media/search-invoice-lineitem-4.png" scalefit="0"></imagedata>\r | |
948 | </imageobject>\r | |
949 | </mediaobject></para>\r | |
950 | </informalfigure>\r | |
793049ba JP |
951 | </step>\r |
952 | \r | |
953 | <step>\r | |
de0d1fa8 | 954 | <informalfigure>\r |
8870d07d JP |
955 | <para>Click <guilabel>Search</guilabel> or press <guibutton>Enter</guibutton> on your keyboard.</para>\r |
956 | <note><para><guibutton>Search</guibutton> will start a new search while <guibutton>Enter</guibutton> will build on your current search.</para>\r | |
957 | <para>For example, choose LIA-ISBN as your search field, type in the ISBN of your first book and press <guibutton>Enter</guibutton>. The line item will appear in the \r | |
958 | results list. Then, type your next ISBN into the search box and press <guibutton>Enter</guibutton>. Both line items will now appear in the results list. Continue\r | |
959 | building your list.</para></note>\r | |
de0d1fa8 JP |
960 | <para><mediaobject>\r |
961 | <alt>screenshot of invoicing</alt>\r | |
962 | \r | |
963 | <imageobject>\r | |
964 | <imagedata fileref="media/search-invoice-lineitem-5.png" scalefit="0"></imagedata>\r | |
965 | </imageobject>\r | |
966 | </mediaobject></para>\r | |
967 | </informalfigure>\r | |
793049ba JP |
968 | </step>\r |
969 | \r | |
970 | <step>\r | |
de0d1fa8 | 971 | <informalfigure>\r |
793049ba | 972 | <para>Use the <guilabel>Next</guilabel> and <guilabel>Back</guilabel> links to navigate through the results.</para>\r |
de0d1fa8 JP |
973 | <para><mediaobject>\r |
974 | <alt>screenshot of invoicing</alt>\r | |
975 | \r | |
976 | <imageobject>\r | |
977 | <imagedata fileref="media/search-invoice-lineitem-6.png" scalefit="0"></imagedata>\r | |
978 | </imageobject>\r | |
979 | </mediaobject></para>\r | |
980 | </informalfigure>\r | |
793049ba JP |
981 | </step>\r |
982 | \r | |
983 | <step>\r | |
de0d1fa8 | 984 | <informalfigure>\r |
793049ba | 985 | <para>Select the line items you would like to add to the invoice and click <guibutton>Add Selected Items to Invoice</guibutton>.</para>\r |
de0d1fa8 JP |
986 | <para><mediaobject>\r |
987 | <alt>screenshot of invoicing</alt>\r | |
988 | \r | |
989 | <imageobject>\r | |
990 | <imagedata fileref="media/search-invoice-lineitem-7.png" scalefit="0"></imagedata>\r | |
991 | </imageobject>\r | |
992 | </mediaobject></para>\r | |
993 | </informalfigure>\r | |
793049ba JP |
994 | </step>\r |
995 | \r | |
996 | <step>\r | |
de0d1fa8 | 997 | <para>The selected line items are highlighted, and the invoice summary at the top of the screen updates.</para>\r |
793049ba JP |
998 | </step>\r |
999 | \r | |
1000 | <step>\r | |
de0d1fa8 | 1001 | <informalfigure>\r |
793049ba | 1002 | <para>Click the <guilabel>Invoice</guilabel> tab to see the updated invoice.</para>\r |
de0d1fa8 JP |
1003 | <para><mediaobject>\r |
1004 | <alt>screenshot of invoicing</alt>\r | |
1005 | \r | |
1006 | <imageobject>\r | |
aac555ed | 1007 | <imagedata fileref="media/search-invoice-lineitem-8.png" scalefit="0"></imagedata>\r |
de0d1fa8 JP |
1008 | </imageobject>\r |
1009 | </mediaobject></para>\r | |
1010 | </informalfigure>\r | |
793049ba JP |
1011 | </step>\r |
1012 | \r | |
1013 | </procedure>\r | |
1014 | \r | |
1015 | </simplesect>\r | |
1016 | \r | |
31063226 RJ |
1017 | </section>\r |
1018 | \r | |
ea3adf1e CB |
1019 | <section xml:id="invoice-blanket-order">\r |
1020 | <title>Invoice and Receive Blanket Orders</title>\r | |
d1eaf1bc | 1021 | <para>Blanket orders allow staff to invoice an encumbered amount multiple times, paying off the charge over a period of time.</para>\r |
2dddf731 | 1022 | <para>The following instructions are for <guilabel>Invoicing and Receiving</guilabel> Blanket Order items.</para> \r |
85ac3c92 CB |
1023 | <para>You must <link linkend="create-blanket-order">Create a Blanket Purchase Order</link>\r |
1024 | before you create an invoice for Blanket order items. </para>\r | |
d1eaf1bc | 1025 | \r |
85ac3c92 CB |
1026 | <note><para>Invoices for <guilabel>Blanket Order</guilabel> items must be created from the\r |
1027 | <guilabel>Purchase Order Interface</guilabel></para></note>\r | |
ea3adf1e CB |
1028 | \r |
1029 | <procedure>\r | |
1030 | <step>\r | |
1031 | <informalfigure>\r | |
d1eaf1bc | 1032 | <para>Select <menuchoice><guimenu>Acquisitions</guimenu><guimenuitem>Purchase Orders</guimenuitem></menuchoice>.</para>\r |
ea3adf1e CB |
1033 | <para><mediaobject>\r |
1034 | <alt>screenshot of purchase order</alt>\r | |
1035 | \r | |
1036 | <imageobject>\r | |
d1eaf1bc | 1037 | <imagedata fileref="media/purchase-search-1.png" scalefit="0"></imagedata>\r |
ea3adf1e CB |
1038 | </imageobject>\r |
1039 | </mediaobject></para>\r | |
1040 | </informalfigure>\r | |
1041 | </step>\r | |
1042 | <step>\r | |
1043 | <informalfigure>\r | |
d1eaf1bc CB |
1044 | <para>By default the search interface is set to search for on-order purchase orders created by your ordering agency.</para>\r |
1045 | <para>If this is the search you wish to perform, click <guibutton>Search</guibutton>.</para>\r | |
1046 | <para><mediaobject>\r | |
1047 | <alt>screenshot of the Purchase Order Search</alt>\r | |
1048 | \r | |
1049 | <imageobject>\r | |
1050 | <imagedata fileref="media/invoice-blanketorder-posearch.png" width="100%" scalefit="1"></imagedata>\r | |
1051 | </imageobject>\r | |
1052 | </mediaobject></para>\r | |
1053 | </informalfigure>\r | |
1054 | </step>\r | |
1055 | <step>\r | |
1056 | <informalfigure>\r | |
2dddf731 | 1057 | <para>Click the hyperlinked Purchase Order <guilabel>Name</guilabel> to open the Blanket Order.</para>\r |
d1eaf1bc CB |
1058 | <para><mediaobject>\r |
1059 | <alt>screenshot of purchase order</alt>\r | |
1060 | \r | |
1061 | <imageobject>\r | |
1062 | <imagedata fileref="media/invoice-blanketorder-posearch-1.png" width="100%" scalefit="1"></imagedata>\r | |
1063 | </imageobject>\r | |
1064 | </mediaobject></para>\r | |
1065 | </informalfigure>\r | |
1066 | </step> \r | |
1067 | <step>\r | |
1068 | <informalfigure>\r | |
1069 | <para>Click <guilabel>Create Invoice.</guilabel></para>\r | |
ea3adf1e CB |
1070 | <para><mediaobject>\r |
1071 | <alt>screenshot of purchase order</alt>\r | |
1072 | \r | |
1073 | <imageobject>\r | |
d1eaf1bc CB |
1074 | <imagedata fileref="media/invoice-blanketorder-create.png" width="100%" scalefit="1"></imagedata>\r |
1075 | </imageobject>\r | |
1076 | </mediaobject></para>\r | |
1077 | </informalfigure>\r | |
1078 | </step> \r | |
1079 | <step>\r | |
1080 | <informalfigure>\r | |
1081 | <para>Fill in the top section of the invoice. See <link linkend="invoice-details"> Invoice Details</link> for guidelines.</para>\r | |
1082 | <para><mediaobject>\r | |
1083 | <alt>screenshot of invoice</alt>\r | |
1084 | <imageobject>\r | |
1085 | <imagedata fileref="media/invoice-blanketorder-details.png" scalefit="0"></imagedata>\r | |
1086 | </imageobject>\r | |
1087 | </mediaobject></para>\r | |
1088 | </informalfigure>\r | |
2dddf731 | 1089 | </step> \r |
d1eaf1bc CB |
1090 | <step>\r |
1091 | <informalfigure>\r | |
1092 | <para>Enter the amount billed into the <guilabel>Billed</guilabel> field. The <guilabel>Paid</guilabel> field will auto-fill to match.</para>\r | |
2dddf731 CB |
1093 | <itemizedlist>\r |
1094 | <listitem>\r | |
1095 | <para>The <guilabel>Fund</guilabel> will have auto-populated with the <guilabel>Fund</guilabel> used on the <guilabel>Purchase Order.</guilabel></para>\r | |
1096 | </listitem>\r | |
1097 | </itemizedlist>\r | |
d1eaf1bc CB |
1098 | <para><mediaobject>\r |
1099 | <alt>screenshot of invoice</alt>\r | |
1100 | <imageobject>\r | |
1101 | <imagedata fileref="media/invoice-blanketorder-billed.png" width="100%" scalefit="1"></imagedata>\r | |
ea3adf1e CB |
1102 | </imageobject>\r |
1103 | </mediaobject></para>\r | |
1104 | </informalfigure>\r | |
1105 | </step> \r | |
d1eaf1bc CB |
1106 | <step>\r |
1107 | <para>Enter an optional <guilabel>Title / Description</guilabel>.</para> \r | |
1108 | </step> \r | |
1109 | <step><informalfigure>\r | |
1110 | <para>Click <guilabel>Save</guilabel> to save the changes you have made.</para>\r | |
1111 | <para><mediaobject>\r | |
1112 | <alt>screenshot of invoice</alt>\r | |
1113 | <imageobject>\r | |
1114 | <imagedata fileref="media/invoice-blanketorder-saved.png" width="100%" scalefit="1"></imagedata>\r | |
1115 | </imageobject>\r | |
1116 | </mediaobject></para>\r | |
1117 | </informalfigure>\r | |
1118 | </step>\r | |
1119 | <step><para>Click <guilabel>Close</guilabel> to close the invoice. Funds will change from encumbered to spent.</para></step>\r | |
ea3adf1e | 1120 | </procedure>\r |
2dddf731 CB |
1121 | <note><para>Blanket Order items do not need to be <guilabel>Marked as Received</guilabel> as these charges\r |
1122 | are not linked to Acquisitions line items.</para></note> \r | |
d1eaf1bc CB |
1123 | \r |
1124 | \r | |
ea3adf1e CB |
1125 | <simplesect xml:id="complete-blanket-order-invoice">\r |
1126 | <title>Finalize Blanket Order</title>\r | |
2dddf731 CB |
1127 | <para>When the final shipment arrives, <link linkend="invoice-blanket-order">Create an invoice</link>. Select the\r |
1128 | <guilabel>Final Invoice for Blanket Order</guilabel> checkbox to mark the Blanket\r | |
1129 | Purchase Order as <guilabel>Received</guilabel> and drop any remaining encumbrances to $0.00.</para>\r | |
ea3adf1e CB |
1130 | \r |
1131 | <procedure>\r | |
2dddf731 CB |
1132 | <step><para><link linkend="invoice-blanket-order">Create an invoice from the Blanket Order PO</link></para></step>\r |
1133 | <step><para><link linkend="invoice-details">Complete the Invoice Details</link></para></step>\r | |
ea3adf1e CB |
1134 | <step>\r |
1135 | <informalfigure>\r | |
2dddf731 | 1136 | <para>Check the<guilabel>Final Invoice for Blanket Order</guilabel> checkbox.</para>\r |
ea3adf1e CB |
1137 | <para><mediaobject>\r |
1138 | <alt>screenshot of invoice</alt>\r | |
1139 | \r | |
1140 | <imageobject>\r | |
2dddf731 | 1141 | <imagedata fileref="media/invoice-blanketorder-finalized.png" width="100%" scalefit="1"></imagedata>\r |
ea3adf1e CB |
1142 | </imageobject>\r |
1143 | </mediaobject></para>\r | |
1144 | </informalfigure>\r | |
1145 | </step>\r | |
2dddf731 CB |
1146 | <step> <para>Enter the amount billed into the <guilabel>Billed</guilabel> field. The <guilabel>Paid</guilabel> field will auto-fill to match.</para></step>\r |
1147 | <step><para>Click <guilabel>Save</guilabel> to save the changes you have made.</para></step>\r | |
1148 | <step>\r | |
1149 | <informalfigure>\r | |
1150 | <para>Click <guilabel>Close</guilabel> to close the invoice. The Purchase Order will be marked as received and any remaining encumbrances set to $0.00.</para>\r | |
1151 | <para><mediaobject>\r | |
1152 | <alt>screenshot of invoice</alt>\r | |
1153 | \r | |
1154 | <imageobject>\r | |
1155 | <imagedata fileref="media/invoice-blanketorder-poreceived.png" width="100%" scalefit="1"></imagedata>\r | |
1156 | </imageobject>\r | |
1157 | </mediaobject></para>\r | |
1158 | </informalfigure>\r | |
1159 | </step>\r | |
1160 | \r | |
1161 | \r | |
ea3adf1e | 1162 | </procedure>\r |
16d49c29 | 1163 | </simplesect>\r |
ea3adf1e | 1164 | </section>\r |
31063226 RJ |
1165 | \r |
1166 | <section xml:id="charges-invoice">\r | |
1167 | <title>Invoice Charges</title>\r | |
1168 | \r | |
9880bf27 JP |
1169 | <para>You can add additional charges to any invoice. Possible charges include taxes and shipping fees as well as charges for items that \r |
1170 | are purchased without a purchase order, such as a bulk book buy at a local bookstore. See <link linkend="invoice-item-default">Invoice Item Type</link> \r | |
1171 | for a list of the charge types available.</para>\r | |
1172 | \r | |
8870d07d | 1173 | <para>Some charge types, such as taxes, are proratable. This means when <guilabel>Prorate</guilabel> is clicked the system divides the amount being charged \r |
9880bf27 JP |
1174 | proportionally among the funds in use on the invoice based on how much is being spent out of each fund.</para>\r |
1175 | \r | |
31063226 RJ |
1176 | <para><link linkend="add-charges-invoice">Add Charges to an Invoice</link></para>\r |
1177 | <para><link linkend="delete-charges-invoice">Delete Charges from an Invoice</link></para>\r | |
1178 | \r | |
1179 | <simplesect xml:id="add-charges-invoice">\r | |
1180 | <title>Add Charges to an Invoice</title>\r | |
1181 | \r | |
1182 | <procedure>\r | |
1183 | <step>\r | |
1184 | <para>Open an invoice.</para>\r | |
1185 | </step>\r | |
1186 | \r | |
1187 | <step>\r | |
1188 | <informalfigure>\r | |
1189 | <para>Click the <guilabel>Add Charge...</guilabel> link.</para>\r | |
1190 | <para><mediaobject>\r | |
1191 | <alt>screenshot of invoicing</alt>\r | |
1192 | \r | |
1193 | <imageobject>\r | |
1194 | <imagedata fileref="media/blanket-invoice-12.png" scalefit="0"></imagedata>\r | |
1195 | </imageobject>\r | |
1196 | </mediaobject></para>\r | |
1197 | </informalfigure>\r | |
1198 | </step>\r | |
1199 | \r | |
1200 | <step>\r | |
1201 | <informalfigure>\r | |
9880bf27 | 1202 | <para>Choose the charge you would like to apply from the <guilabel>Charge Type</guilabel> drop down menu.</para>\r |
31063226 RJ |
1203 | <para><mediaobject>\r |
1204 | <alt>screenshot of invoicing</alt>\r | |
1205 | \r | |
1206 | <imageobject>\r | |
1207 | <imagedata fileref="media/blanket-invoice-13.png" scalefit="0"></imagedata>\r | |
1208 | </imageobject>\r | |
1209 | </mediaobject></para>\r | |
1210 | </informalfigure>\r | |
1211 | </step>\r | |
1212 | \r | |
1213 | <step>\r | |
1214 | <informalfigure>\r | |
9880bf27 | 1215 | <para>Using the drop down menu, choose the fund from which payment for the charge will come.</para>\r |
31063226 RJ |
1216 | <para><mediaobject>\r |
1217 | <alt>screenshot of invoicing</alt>\r | |
1218 | \r | |
1219 | <imageobject>\r | |
1220 | <imagedata fileref="media/blanket-invoice-14.png" scalefit="0"></imagedata>\r | |
1221 | </imageobject>\r | |
1222 | </mediaobject></para>\r | |
1223 | </informalfigure>\r | |
9880bf27 JP |
1224 | <note><para> If the charge type selected is proratable the fund field will be grayed out. When the invoice is prorated the system will determine which\r |
1225 | funds to apply the charges to based on the contents of the invoice.</para></note>\r | |
31063226 RJ |
1226 | </step>\r |
1227 | \r | |
1228 | <step>\r | |
1229 | <informalfigure>\r | |
1230 | <para>Enter a <guilabel>Title/Description</guilabel> of the charge.</para>\r | |
1231 | <para><mediaobject>\r | |
1232 | <alt>screenshot of invoicing</alt>\r | |
1233 | \r | |
1234 | <imageobject>\r | |
1235 | <imagedata fileref="media/blanket-invoice-15.png" scalefit="0"></imagedata>\r | |
1236 | </imageobject>\r | |
1237 | </mediaobject></para>\r | |
1238 | </informalfigure>\r | |
1239 | </step>\r | |
1240 | \r | |
1241 | <step>\r | |
1242 | <informalfigure>\r | |
1243 | <para>In the <guilabel>Billed</guilabel> and <guilabel>Paid</guilabel> fields enter the amount billed and the amount paid respectively.</para>\r | |
1244 | <para><mediaobject>\r | |
1245 | <alt>screenshot of invoicing</alt>\r | |
1246 | \r | |
1247 | <imageobject>\r | |
1248 | <imagedata fileref="media/blanket-invoice-16.png" scalefit="0"></imagedata>\r | |
1249 | </imageobject>\r | |
1250 | </mediaobject></para>\r | |
1251 | </informalfigure>\r | |
1252 | </step>\r | |
1253 | \r | |
1254 | <step>\r | |
1255 | <informalfigure>\r | |
8870d07d | 1256 | <para>There are two options for saving an invoice:</para> \r |
31063226 RJ |
1257 | <para><mediaobject>\r |
1258 | <alt>screenshot of invoicing</alt>\r | |
1259 | \r | |
1260 | <imageobject>\r | |
1261 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
1262 | </imageobject>\r | |
1263 | </mediaobject></para>\r | |
1264 | </informalfigure>\r | |
1265 | \r | |
1266 | <para>Click <guibutton>Save</guibutton> to save the changes you have made and keep the invoice open.</para>\r | |
8870d07d | 1267 | <para>Click <guibutton>Save and Clear</guibutton> to save the invoice and open a blank invoice.</para>\r |
92e3b46c | 1268 | \r |
31063226 | 1269 | </step>\r |
92e3b46c CB |
1270 | \r |
1271 | <step>\r | |
1272 | <informalfigure>\r | |
4591993e | 1273 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
1274 | items and invoice charges have been added the invoice must be closed. </para>\r |
1275 | <para><mediaobject>\r | |
1276 | <alt>screenshot of invoicing</alt>\r | |
1277 | \r | |
1278 | <imageobject>\r | |
1279 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
1280 | </imageobject>\r | |
1281 | </mediaobject></para>\r | |
1282 | </informalfigure>\r | |
1283 | </step>\r | |
31063226 RJ |
1284 | \r |
1285 | </procedure>\r | |
92e3b46c | 1286 | <note><para>Invoices can be re-opened at a later date if adjustments are required. See <link linkend="reopen-invoice">Re-Open an Invoice</link>.</para></note>\r |
31063226 RJ |
1287 | \r |
1288 | </simplesect>\r | |
1289 | \r | |
1290 | <simplesect xml:id="delete-charges-invoice">\r | |
1291 | <title>Delete Charges from an Invoice</title>\r | |
9880bf27 JP |
1292 | <para>An invoice must be open in order to delete charges from it. It is possible to re-open a closed invoice if adjustments are necessary. \r |
1293 | See <link linkend="reopen-invoice">Re-Open an Invoice</link>.</para>\r | |
31063226 RJ |
1294 | \r |
1295 | <procedure>\r | |
1296 | \r | |
1297 | <step>\r | |
9880bf27 | 1298 | <para>Open an invoice.</para>\r |
31063226 RJ |
1299 | </step>\r |
1300 | \r | |
1301 | <step>\r | |
1302 | <informalfigure>\r | |
1303 | <para>Click the <guilabel>Delete</guilabel> link adjacent to the charge line.</para>\r | |
1304 | <para><mediaobject>\r | |
1305 | <alt>screenshot of invoicing</alt>\r | |
1306 | \r | |
1307 | <imageobject>\r | |
1308 | <imagedata fileref="media/delete-charge-invoice-1.png" scalefit="0"></imagedata>\r | |
1309 | </imageobject>\r | |
1310 | </mediaobject></para>\r | |
1311 | </informalfigure>\r | |
1312 | </step>\r | |
1313 | \r | |
1314 | <step>\r | |
1315 | <informalfigure>\r | |
1316 | <para>Confirm that you wish to delete the charge by clicking <guibutton>OK</guibutton> on the pop up that appears.</para>\r | |
1317 | <para><mediaobject>\r | |
1318 | <alt>screenshot of invoicing</alt>\r | |
1319 | \r | |
1320 | <imageobject>\r | |
1321 | <imagedata fileref="media/delete-charge-invoice-2.png" scalefit="0"></imagedata>\r | |
1322 | </imageobject>\r | |
1323 | </mediaobject></para>\r | |
1324 | </informalfigure>\r | |
1325 | </step>\r | |
1326 | \r | |
1327 | <step>\r | |
1328 | <informalfigure>\r | |
1329 | <para>The charge is deleted and removed from the invoice.</para>\r | |
1330 | <para><mediaobject>\r | |
1331 | <alt>screenshot of invoicing</alt>\r | |
1332 | \r | |
1333 | <imageobject>\r | |
1334 | <imagedata fileref="media/delete-charge-invoice-3.png" scalefit="0"></imagedata>\r | |
1335 | </imageobject>\r | |
1336 | </mediaobject></para>\r | |
1337 | </informalfigure>\r | |
1338 | </step>\r | |
9880bf27 JP |
1339 | \r |
1340 | <step>\r | |
1341 | <informalfigure>\r | |
8870d07d | 1342 | <para>There are two options for saving an invoice:</para> \r |
9880bf27 JP |
1343 | <para><mediaobject>\r |
1344 | <alt>screenshot of invoicing</alt>\r | |
1345 | \r | |
1346 | <imageobject>\r | |
1347 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
1348 | </imageobject>\r | |
1349 | </mediaobject></para>\r | |
1350 | </informalfigure>\r | |
1351 | \r | |
1352 | <para>Click <guibutton>Save</guibutton> to save the changes you have made and keep the invoice open.</para>\r | |
8870d07d | 1353 | <para>Click <guibutton>Save and Clear</guibutton> to save the invoice and open a blank invoice.</para>\r |
9880bf27 | 1354 | </step>\r |
92e3b46c CB |
1355 | <step>\r |
1356 | <informalfigure>\r | |
4591993e | 1357 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
1358 | items and invoice charges have been added the invoice must be closed. </para>\r |
1359 | <para><mediaobject>\r | |
1360 | <alt>screenshot of invoicing</alt>\r | |
1361 | \r | |
1362 | <imageobject>\r | |
1363 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
1364 | </imageobject>\r | |
1365 | </mediaobject></para>\r | |
1366 | </informalfigure>\r | |
1367 | </step>\r | |
31063226 | 1368 | </procedure>\r |
92e3b46c CB |
1369 | <note><para>Invoices can be re-opened at a later date if adjustments are required. See <link linkend="reopen-invoice">Re-Open an Invoice</link>.</para></note>\r |
1370 | \r | |
1371 | \r | |
1372 | \r | |
31063226 RJ |
1373 | \r |
1374 | </simplesect>\r | |
1375 | \r | |
1376 | </section> \r | |
1377 | \r | |
1378 | <section xml:id="add-copies-invoice">\r | |
1379 | <title>Add Additional Copies to an Invoice</title>\r | |
1380 | <para>In the event that you receive and are invoiced for more copies that originally ordered, the additional copies can be easily added to the invoice.</para>\r | |
1381 | <caution><para>Additional copies must be added before the <guilabel>Billed</guilabel> and <guilabel>Paid</guilabel> columns are filled for the line item.</para></caution>\r | |
1382 | \r | |
1383 | <procedure>\r | |
1384 | <step>\r | |
1385 | <para>Open an invoice.</para>\r | |
1386 | </step>\r | |
1387 | \r | |
1388 | <step>\r | |
1389 | <informalfigure>\r | |
1390 | <para>Update the number of copies in both <guilabel># Invoiced</guilabel> and <guilabel># Paid</guilabel> to reflect the number of copies you actually have.</para>\r | |
1391 | <para><mediaobject>\r | |
1392 | <alt>screenshot of invoicing</alt>\r | |
1393 | \r | |
1394 | <imageobject>\r | |
1395 | <imagedata fileref="media/add-copies-invoice-5.png" scalefit="0"></imagedata>\r | |
1396 | </imageobject>\r | |
1397 | </mediaobject></para>\r | |
1398 | </informalfigure>\r | |
1399 | </step>\r | |
1400 | \r | |
1401 | <step>\r | |
31063226 | 1402 | <para>The <guilabel>Extra Items</guilabel> pop up will appear to confirm the number of copies you are adding.</para>\r |
31063226 | 1403 | <para>Select a fund from the drop down menu to apply to the new copies.</para>\r |
31063226 RJ |
1404 | <informalfigure>\r |
1405 | <para>Click <guibutton>Add New Items</guibutton>.</para>\r | |
1406 | <para><mediaobject>\r | |
1407 | <alt>screenshot of invoicing</alt>\r | |
1408 | \r | |
1409 | <imageobject>\r | |
d5a71f04 | 1410 | <imagedata fileref="media/add-copies-invoice-2.png" scalefit="0"></imagedata>\r |
31063226 RJ |
1411 | </imageobject>\r |
1412 | </mediaobject></para>\r | |
1413 | </informalfigure>\r | |
1414 | </step>\r | |
1415 | \r | |
1416 | <step>\r | |
1417 | <informalfigure>\r | |
1418 | <para>Click <guibutton>Save</guibutton> to allow the changes to take effect.</para>\r | |
1419 | <para><mediaobject>\r | |
1420 | <alt>screenshot of invoicing</alt>\r | |
1421 | \r | |
1422 | <imageobject>\r | |
1423 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
1424 | </imageobject>\r | |
1425 | </mediaobject></para>\r | |
1426 | </informalfigure>\r | |
1427 | </step>\r | |
1428 | \r | |
1429 | <step>\r | |
1430 | <informalfigure>\r | |
1431 | <para>The <guilabel>Title Details</guilabel> for the line item will update to reflect the additional copies. The additional copies are automatically received\r | |
1432 | in the system. Proceed with paying the invoice.</para>\r | |
1433 | <para><mediaobject>\r | |
1434 | <alt>screenshot of invoicing</alt>\r | |
1435 | \r | |
1436 | <imageobject>\r | |
1437 | <imagedata fileref="media/add-copies-invoice-6.png" scalefit="0"></imagedata>\r | |
1438 | </imageobject>\r | |
1439 | </mediaobject></para>\r | |
1440 | </informalfigure>\r | |
1441 | <note><para>The additional copies can be un-received if needed following the instruction in the <link linkend="reun-copies">Receiving and Un-Receiving Copies</link>\r | |
1442 | section.</para></note>\r | |
1443 | </step>\r | |
1444 | \r | |
1445 | </procedure>\r | |
1446 | \r | |
1447 | </section> \r | |
1448 | <section xml:id="detach-lineitem-invoice">\r | |
1449 | <title>Detach Line Items from an Invoice</title>\r | |
1450 | \r | |
1451 | <procedure>\r | |
1452 | <step>\r | |
1453 | <para>Open an invoice.</para>\r | |
1454 | </step>\r | |
1455 | \r | |
1456 | <step>\r | |
1457 | <informalfigure>\r | |
1458 | <para>Click the <guilabel>Detach</guilabel> link adjacent to the line item you wish to remove.</para>\r | |
1459 | <para><mediaobject>\r | |
1460 | <alt>screenshot of invoicing</alt>\r | |
1461 | \r | |
1462 | <imageobject>\r | |
1463 | <imagedata fileref="media/detach-lineitem-invoice-1.png" scalefit="0"></imagedata>\r | |
1464 | </imageobject>\r | |
1465 | </mediaobject></para>\r | |
1466 | </informalfigure>\r | |
31063226 RJ |
1467 | </step>\r |
1468 | \r | |
1469 | <step>\r | |
1470 | <informalfigure>\r | |
1471 | <para>Confirm that you wish to detach the line item by clicking <guibutton>OK</guibutton> on the pop up that appears.</para>\r | |
1472 | <para><mediaobject>\r | |
1473 | <alt>screenshot of invoicing</alt>\r | |
1474 | \r | |
1475 | <imageobject>\r | |
1476 | <imagedata fileref="media/detach-lineitem-invoice-2.png" scalefit="0"></imagedata>\r | |
1477 | </imageobject>\r | |
1478 | </mediaobject></para>\r | |
1479 | </informalfigure>\r | |
1480 | </step>\r | |
1481 | \r | |
1482 | <step>\r | |
793049ba JP |
1483 | <para>If your invoice is complete and contains proratable charges, click <guibutton>Prorate</guibutton>.</para>\r |
1484 | </step>\r | |
1485 | \r | |
1486 | <step>\r | |
31063226 | 1487 | <informalfigure>\r |
793049ba | 1488 | <para>Save the invoice. There are two options for saving an invoice:</para>\r |
31063226 RJ |
1489 | <para><mediaobject>\r |
1490 | <alt>screenshot of invoicing</alt>\r | |
1491 | \r | |
1492 | <imageobject>\r | |
1493 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
1494 | </imageobject>\r | |
1495 | </mediaobject></para>\r | |
1496 | </informalfigure>\r | |
1497 | \r | |
793049ba JP |
1498 | \r |
1499 | <para>Click <guilabel>Save</guilabel> to save the changes you have made and keep the invoice open.</para>\r | |
1500 | <para>Click <guilabel>Save and Clear</guilabel> to save the invoice and open a blank invoice.</para>\r | |
31063226 | 1501 | </step>\r |
92e3b46c CB |
1502 | <step>\r |
1503 | <informalfigure>\r | |
4591993e | 1504 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
1505 | items and invoice charges have been added the invoice must be closed. </para>\r |
1506 | <para><mediaobject>\r | |
1507 | <alt>screenshot of invoicing</alt>\r | |
1508 | \r | |
1509 | <imageobject>\r | |
1510 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
1511 | </imageobject>\r | |
1512 | </mediaobject></para>\r | |
1513 | </informalfigure>\r | |
1514 | </step>\r | |
31063226 RJ |
1515 | \r |
1516 | </procedure>\r | |
92e3b46c | 1517 | <note><para>Invoices can be re-opened at a later date if adjustments are required. See <link linkend="reopen-invoice">Re-Open an Invoice</link>.</para></note>\r |
9880bf27 JP |
1518 | <tip><para>Don't forget to link the detached line item to another invoice or create a new invoice for it so it can be paid for.</para></tip>\r |
1519 | \r | |
31063226 RJ |
1520 | </section> \r |
1521 | \r | |
9880bf27 | 1522 | \r |
31063226 RJ |
1523 | <section xml:id="view-invoice">\r |
1524 | <title>View an Invoice</title>\r | |
1525 | <para>You can view an invoice in one of three ways:</para>\r | |
1526 | <itemizedlist>\r | |
1527 | <listitem>\r | |
1528 | <para><link linkend="view-invoice-search">View Invoices through a Search</link></para>\r | |
1529 | </listitem>\r | |
1530 | <listitem>\r | |
1531 | <para><link linkend="view-invoice-purchase-order">View Invoices on a Purchase Order</link></para>\r | |
1532 | </listitem>\r | |
1533 | <listitem>\r | |
1534 | <para><link linkend="view-invoice-lineitem">View Invoices Attached to a Line Item</link></para>\r | |
1535 | </listitem>\r | |
1536 | </itemizedlist>\r | |
1537 | \r | |
1538 | <simplesect xml:id="view-invoice-search">\r | |
1539 | <title>View Invoices through a Search</title>\r | |
1540 | \r | |
1541 | <para><link linkend="invoice-search-tips">Search Tips</link></para>\r | |
1542 | <para>The default invoice search allows you to quickly generate a list of open invoices.</para> \r | |
1543 | <para>This search can also easily be modified to search for invoices using other parameters.</para>\r | |
1544 | \r | |
1545 | <procedure>\r | |
1546 | <step>\r | |
1547 | <informalfigure>\r | |
1548 | <para>To access the searching interface, select\r | |
1549 | <menuchoice><guimenu>Acquisitions</guimenu><guimenuitem>Open Invoices</guimenuitem></menuchoice>.</para>\r | |
1550 | <para><mediaobject>\r | |
1551 | <alt>screenshot of the Invoice Search</alt>\r | |
1552 | \r | |
1553 | <imageobject>\r | |
1554 | <imagedata fileref="media/invoice-search-1.png" scalefit="0"></imagedata>\r | |
1555 | </imageobject>\r | |
1556 | </mediaobject></para>\r | |
1557 | </informalfigure>\r | |
1558 | </step>\r | |
1559 | \r | |
1560 | <step>\r | |
1561 | <informalfigure>\r | |
1562 | <para>By default the search interface is set to search for open invoices created by your ordering agency.</para>\r | |
1563 | <para>If this is search you wish to perform, click <guibutton>Search</guibutton>.</para>\r | |
1564 | <para><mediaobject>\r | |
1565 | <alt>screenshot of the Invoice Search</alt>\r | |
1566 | \r | |
1567 | <imageobject>\r | |
1568 | <imagedata fileref="media/invoice-search-2.png" scalefit="0"></imagedata>\r | |
1569 | </imageobject>\r | |
1570 | </mediaobject></para>\r | |
1571 | </informalfigure>\r | |
1572 | </step>\r | |
1573 | </procedure>\r | |
1574 | </simplesect>\r | |
1575 | \r | |
1576 | <simplesect xml:id="view-invoice-purchase-order">\r | |
1577 | <title>View Invoices on a Purchase Order</title>\r | |
1578 | \r | |
1579 | <procedure>\r | |
1580 | <step>\r | |
1581 | <para>Open a purchase order.</para>\r | |
1582 | </step>\r | |
1583 | \r | |
1584 | <step>\r | |
1585 | <informalfigure>\r | |
1586 | <para>Click <guibutton>View Invoices</guibutton>. The number in parentheses indicates the number of invoices attached to the purchase order.</para>\r | |
1587 | <para><mediaobject>\r | |
1588 | <alt>screenshot of invoicing</alt>\r | |
1589 | \r | |
1590 | <imageobject>\r | |
1591 | <imagedata fileref="media/view-link-po-invoice-1.png" scalefit="0"></imagedata>\r | |
1592 | </imageobject>\r | |
1593 | </mediaobject></para>\r | |
1594 | </informalfigure>\r | |
1595 | </step>\r | |
1596 | \r | |
1597 | <step>\r | |
1598 | <informalfigure>\r | |
1599 | <para>Select the invoice you would like to display from the grid that appears. The invoice will appear in the current tab.</para>\r | |
1600 | <para><mediaobject>\r | |
1601 | <alt>screenshot of invoicing</alt>\r | |
1602 | \r | |
1603 | <imageobject>\r | |
1604 | <imagedata fileref="media/view-link-po-invoice-2.png" scalefit="0"></imagedata>\r | |
1605 | </imageobject>\r | |
1606 | </mediaobject></para>\r | |
1607 | </informalfigure>\r | |
1608 | </step>\r | |
1609 | </procedure>\r | |
1610 | </simplesect>\r | |
1611 | \r | |
1612 | <simplesect xml:id="view-invoice-lineitem">\r | |
1613 | <title>View Invoices Attached to a Line Item</title>\r | |
1614 | \r | |
1615 | <procedure>\r | |
1616 | <step>\r | |
9880bf27 | 1617 | <para>Open a purchase order.</para>\r |
31063226 RJ |
1618 | </step>\r |
1619 | \r | |
1620 | <step>\r | |
1621 | <informalfigure>\r | |
1622 | <para>Using the <guilabel>Actions</guilabel> menu on the line item, select \r | |
1623 | <menuchoice><guimenu>Actions</guimenu><guimenuitem>View Invoice(s)</guimenuitem></menuchoice> to view any invoices that are attached to the line item.</para>\r | |
1624 | <para><mediaobject>\r | |
1625 | <alt>screenshot of invoicing</alt>\r | |
1626 | \r | |
1627 | <imageobject>\r | |
1628 | <imagedata fileref="media/view-link-lineitem-invoice-1.png" scalefit="0"></imagedata>\r | |
1629 | </imageobject>\r | |
1630 | </mediaobject></para>\r | |
1631 | </informalfigure>\r | |
87a80b55 JP |
1632 | <para><emphasis role="bold">OR</emphasis></para>\r |
1633 | \r | |
1634 | <informalfigure>\r | |
1635 | <para>Click <guilabel>view invoice(s)</guilabel> on the Line Item.</para>\r | |
1636 | \r | |
1637 | <para><mediaobject>\r | |
1638 | <alt>screenshot of invoicing</alt>\r | |
1639 | \r | |
1640 | <imageobject>\r | |
1641 | <imagedata fileref="media/view-link-lineitem-invoice-1b.png" scalefit="0"></imagedata>\r | |
1642 | </imageobject>\r | |
1643 | </mediaobject></para>\r | |
1644 | </informalfigure>\r | |
1645 | \r | |
31063226 RJ |
1646 | </step>\r |
1647 | \r | |
1648 | <step>\r | |
1649 | <informalfigure>\r | |
1650 | <para>Select the invoice you would like to display from the grid that appears. The invoice will appear in the current tab.</para>\r | |
1651 | <para><mediaobject>\r | |
1652 | <alt>screenshot of invoicing</alt>\r | |
1653 | \r | |
1654 | <imageobject>\r | |
1655 | <imagedata fileref="media/view-invoice-6.png" scalefit="0"></imagedata>\r | |
1656 | </imageobject>\r | |
1657 | </mediaobject></para>\r | |
1658 | </informalfigure>\r | |
1659 | </step>\r | |
1660 | </procedure>\r | |
1661 | </simplesect>\r | |
1662 | \r | |
1663 | </section> \r | |
1664 | <section xml:id="print-invoice">\r | |
1665 | <title>Printing Invoices</title>\r | |
1666 | <para>Invoices can be printed individually or as a batch from the search grid.</para>\r | |
1667 | \r | |
1668 | <procedure>\r | |
1669 | <step>\r | |
1670 | <informalfigure>\r | |
1671 | <para>Select <menuchoice><guimenu>Acquisitions</guimenu><guimenuitem>Open Invoices</guimenuitem></menuchoice>.</para>\r | |
1672 | <para><mediaobject>\r | |
1673 | <alt>screenshot of invoicing</alt>\r | |
1674 | \r | |
1675 | <imageobject>\r | |
1676 | <imagedata fileref="media/view-invoice-1.png" scalefit="0"></imagedata>\r | |
1677 | </imageobject>\r | |
1678 | </mediaobject></para>\r | |
1679 | </informalfigure>\r | |
1680 | </step>\r | |
1681 | \r | |
1682 | <step>\r | |
1683 | <para>This opens the Acquisitions Search screen. Use this search to retrieve the invoices you would like to print. For more information see \r | |
1684 | <link linkend="view-invoice-search">View Invoices through a Search</link>.</para>\r | |
1685 | </step>\r | |
1686 | \r | |
1687 | <step>\r | |
1688 | <informalfigure>\r | |
1689 | <para>Check the boxes adjacent to the invoices you would like to print.</para>\r | |
1690 | <para><mediaobject>\r | |
1691 | <alt>screenshot of invoicing</alt>\r | |
1692 | \r | |
1693 | <imageobject>\r | |
1694 | <imagedata fileref="media/print-invoice-1.png" scalefit="0"></imagedata>\r | |
1695 | </imageobject>\r | |
1696 | </mediaobject></para>\r | |
1697 | </informalfigure>\r | |
1698 | <tip><para>You can select only one invoice if you only want to print a specific invoice.</para></tip>\r | |
1699 | </step>\r | |
1700 | \r | |
1701 | <step>\r | |
1702 | <informalfigure>\r | |
1703 | <para>Click <guibutton>Print Selected Invoices</guibutton>.</para>\r | |
1704 | <para><mediaobject>\r | |
1705 | <alt>screenshot of invoicing</alt>\r | |
1706 | \r | |
1707 | <imageobject>\r | |
1708 | <imagedata fileref="media/print-invoice-2.png" scalefit="0"></imagedata>\r | |
1709 | </imageobject>\r | |
1710 | </mediaobject></para>\r | |
1711 | </informalfigure>\r | |
1712 | </step>\r | |
1713 | \r | |
1714 | <step>\r | |
1715 | <informalfigure>\r | |
1716 | <para>Select your printer and click <guibutton>OK</guibutton>.</para>\r | |
1717 | <para><mediaobject>\r | |
1718 | <alt>screenshot of invoicing</alt>\r | |
1719 | \r | |
1720 | <imageobject>\r | |
1721 | <imagedata fileref="media/print-invoice-3.png" scalefit="0"></imagedata>\r | |
1722 | </imageobject>\r | |
1723 | </mediaobject></para>\r | |
1724 | </informalfigure>\r | |
1725 | </step>\r | |
1726 | \r | |
1727 | </procedure>\r | |
1728 | \r | |
1729 | </section> \r | |
1730 | <section xml:id="pay-invoice">\r | |
92e3b46c CB |
1731 | <title>Close an Invoice</title>\r |
1732 | <para>Invoices must be paid and closed in Evergreen for funds to move from encumbered to spent. </para>\r | |
31063226 RJ |
1733 | \r |
1734 | <procedure>\r | |
1735 | <step>\r | |
1736 | <para>Open or create an invoice.</para>\r | |
1737 | </step>\r | |
92e3b46c CB |
1738 | \r |
1739 | <step>\r | |
1740 | <informalfigure>\r | |
1741 | <para>Ensure information is entered into all of the required fields.</para>\r | |
1742 | <para>\r | |
1743 | <mediaobject>\r | |
1744 | <alt>screenshot of invoicing</alt>\r | |
1745 | <imageobject>\r | |
4591993e | 1746 | <imagedata fileref="media/complete-invoice.png" width="100%" scalefit="1"/>\r |
92e3b46c CB |
1747 | </imageobject>\r |
1748 | </mediaobject>\r | |
1749 | </para>\r | |
1750 | </informalfigure>\r | |
1751 | <para>Required fields are:</para>\r | |
1752 | <itemizedlist>\r | |
1753 | <listitem>\r | |
1754 | <para>Vendor Invoice ID</para>\r | |
1755 | </listitem>\r | |
1756 | <listitem>\r | |
1757 | <para>Provider</para>\r | |
1758 | </listitem>\r | |
1759 | <listitem>\r | |
1760 | <para>Payment Method</para>\r | |
1761 | </listitem>\r | |
1762 | <listitem>\r | |
1763 | <para>Invoice Date</para>\r | |
1764 | </listitem>\r | |
1765 | <listitem>\r | |
1766 | <para>Shipper</para>\r | |
1767 | </listitem>\r | |
1768 | <listitem>\r | |
1769 | <para>Receiver</para>\r | |
1770 | </listitem>\r | |
1771 | <listitem>\r | |
1772 | <para># Invoiced/# Paid</para>\r | |
1773 | </listitem>\r | |
1774 | <listitem>\r | |
1775 | <para>Billed</para>\r | |
1776 | </listitem>\r | |
1777 | <listitem>\r | |
1778 | <para>Paid</para>\r | |
1779 | </listitem>\r | |
1780 | </itemizedlist>\r | |
1781 | <para>The totals at the bottom of the invoice will calculate based on the information\r | |
1782 | entered.</para>\r | |
1783 | <note>\r | |
1784 | <para>These totals must match or the invoice will not close.</para>\r | |
1785 | </note>\r | |
1786 | </step>\r | |
31063226 RJ |
1787 | \r |
1788 | <step>\r | |
1789 | <informalfigure>\r | |
87a80b55 | 1790 | <para>In the <guilabel>Billed</guilabel> column, enter the amount paid for each line item. The <guilabel>Paid</guilabel> column will auto-fill to match.</para>\r |
31063226 RJ |
1791 | <para><mediaobject>\r |
1792 | <alt>screenshot of invoicing</alt>\r | |
1793 | \r | |
1794 | <imageobject>\r | |
4591993e | 1795 | <imagedata fileref="media/complete-invoice-billed.png" width="100%" scalefit="1"></imagedata>\r |
31063226 RJ |
1796 | </imageobject>\r |
1797 | </mediaobject></para>\r | |
1798 | </informalfigure>\r | |
1799 | </step>\r | |
1800 | \r | |
1801 | <step>\r | |
de0d1fa8 | 1802 | <informalfigure>\r |
793049ba JP |
1803 | <para>If your invoice contains proratable charges, click <guibutton>Prorate</guibutton>.</para>\r |
1804 | <para>This prorates the charges, such as taxes, across funds if multiple funds are used to pay the invoice.</para>\r | |
de0d1fa8 JP |
1805 | <para><mediaobject>\r |
1806 | <alt>screenshot of invoicing</alt>\r | |
1807 | \r | |
1808 | <imageobject>\r | |
1809 | <imagedata fileref="media/prorate-invoice-1.png" scalefit="0"></imagedata>\r | |
1810 | </imageobject>\r | |
1811 | </mediaobject></para>\r | |
1812 | </informalfigure>\r | |
793049ba JP |
1813 | </step>\r |
1814 | \r | |
1815 | <step>\r | |
31063226 | 1816 | <informalfigure>\r |
793049ba | 1817 | <para>Save the invoice. There are two options for saving an invoice:</para> \r |
31063226 RJ |
1818 | <para><mediaobject>\r |
1819 | <alt>screenshot of invoicing</alt>\r | |
1820 | \r | |
1821 | <imageobject>\r | |
1822 | <imagedata fileref="media/blanket-invoice-17.png" scalefit="0"></imagedata>\r | |
1823 | </imageobject>\r | |
1824 | </mediaobject></para>\r | |
1825 | </informalfigure>\r | |
1826 | \r | |
793049ba JP |
1827 | <para>Click <guilabel>Save</guilabel> to save the changes you have made and keep the invoice open.</para>\r |
1828 | <para>Click <guilabel>Save and Clear</guilabel> to save the invoice and open a blank invoice.</para>\r | |
1829 | \r | |
31063226 | 1830 | </step>\r |
92e3b46c CB |
1831 | <step>\r |
1832 | <informalfigure>\r | |
4591993e | 1833 | <para>Click <guibutton>Close</guibutton> to close the invoice. Once all the line\r |
92e3b46c CB |
1834 | items and invoice charges have been added the invoice must be closed. </para>\r |
1835 | <para><mediaobject>\r | |
1836 | <alt>screenshot of invoicing</alt>\r | |
1837 | \r | |
1838 | <imageobject>\r | |
1839 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
1840 | </imageobject>\r | |
1841 | </mediaobject></para>\r | |
1842 | </informalfigure>\r | |
1843 | </step>\r | |
31063226 | 1844 | </procedure>\r |
92e3b46c CB |
1845 | \r |
1846 | <note><para>Invoices can be re-opened at a later date if adjustments are required. See <link linkend="reopen-invoice">Re-Open an Invoice</link>.</para></note>\r | |
1847 | <note><informalfigure><para>A <emphasis role="red">"Paid"</emphasis> label appears along the bottom of each line item in the PO display when every non-cancelled copy on the line item has been invoiced.</para>\r | |
1848 | <para><mediaobject><alt>Screenshot of line item</alt>\r | |
47f6908a | 1849 | <imageobject><imagedata fileref="media/invoice-lineitem-paid.png" width="100%" scalefit="1"></imagedata></imageobject></mediaobject></para></informalfigure></note>\r |
92e3b46c | 1850 | \r |
31063226 RJ |
1851 | </section> \r |
1852 | <section xml:id="reopen-invoice">\r | |
1853 | <title>Re-open an Invoice</title>\r | |
9880bf27 | 1854 | <para>Completed invoices can be re-opened at anytime by users with appropriate permissions.</para>\r |
31063226 RJ |
1855 | \r |
1856 | <procedure>\r | |
1857 | <step>\r | |
1858 | <para>Bring up the completed invoice you wish to re-open.</para>\r | |
1859 | </step>\r | |
1860 | \r | |
1861 | <step>\r | |
1862 | <informalfigure>\r | |
1863 | <para>At the bottom of the invoice click <guibutton>Reopen Invoice</guibutton>.</para>\r | |
1864 | <para><mediaobject>\r | |
1865 | <alt>screenshot of invoicing</alt>\r | |
1866 | \r | |
1867 | <imageobject>\r | |
1868 | <imagedata fileref="media/reopen-invoice-1.png" scalefit="0"></imagedata>\r | |
1869 | </imageobject>\r | |
1870 | </mediaobject></para>\r | |
1871 | </informalfigure>\r | |
1872 | </step>\r | |
1873 | \r | |
1874 | <step>\r | |
1875 | <informalfigure>\r | |
4591993e | 1876 | <para>The invoice is now open and can be edited.</para>\r |
31063226 RJ |
1877 | <para><mediaobject>\r |
1878 | <alt>screenshot of invoicing</alt>\r | |
1879 | \r | |
1880 | <imageobject>\r | |
1881 | <imagedata fileref="media/complete-invoice-1.png" scalefit="0"></imagedata>\r | |
1882 | </imageobject>\r | |
1883 | </mediaobject></para>\r | |
1884 | </informalfigure>\r | |
1885 | </step>\r | |
4591993e CB |
1886 | <step>\r |
1887 | <informalfigure>\r | |
1888 | <para>Click <guibutton>Close</guibutton> to close the invoice once finished.</para>\r | |
1889 | <para><mediaobject>\r | |
1890 | <alt>screenshot of invoicing</alt>\r | |
1891 | \r | |
1892 | <imageobject>\r | |
1893 | <imagedata fileref="media/invoice-close.png" scalefit="0"></imagedata>\r | |
1894 | </imageobject>\r | |
1895 | </mediaobject></para>\r | |
1896 | </informalfigure>\r | |
1897 | </step>\r | |
31063226 RJ |
1898 | </procedure>\r |
1899 | \r | |
1900 | </section> \r | |
1901 | </chapter>\r |