As of 23.11, orders can be cancelled from closed baskets if the system preference CancelOrdersInClosedBaskets is set to 'Allow'. This is set to 'Allow' by default for ByWater partners.
Deleting order lines
Libraries can delete order lines that they have cancelled. Baskets must be open to delete cancelled order lines.
To delete a cancelled order line:
- From
an open basket, cancel a title using the 'Cancel order and delete
catalog record' option (if 'Cancel order' is selected instead, delete
the item from the bib record and then delete the bib record before
proceeding)
- Click the 'Delete' link in the 'Delete order' column
- Click OK on the confirmation popup asking 'Are you sure you want to delete this order line?'
Note that this is intended only for bibliographic records that are
deleted from Koha - order lines for records that will remain in Koha
(because items already exist, or because another order exists or will be
placed) should only be cancelled, not deleted entirely.
Staff with the Manage baskets and order lines (order_manage) permission will be able to use this function.
Receiving orders
System preferences
The acquisitions system preferences specific to receiving are:
- AcqItemSetSubfieldsWhenReceived: As noted in the manual, this allows libraries to have Koha automatically update 952 subfields for items created in Acquisitions when orders are received. For instance, if your library wants items received in Acquisitions to have their not for loan status (952$7) automatically updated to In Processing/-2 upon receipt, this would be set to 7=-2. Note that EDI orders have an option in the plugin to automatically update items' not for loan status on receipt as well, and that both the plugin setting and this system preference will apply when EDI orders are received. That means that if the plugin is not set to update items' not for loan status but this system preference is, EDI items' not for loan status will be updated per the system preference.
- AcqItemSetSubfieldsWhenReceiptIsCancelled: This is addressed in the manual. An example of use would be: if items created in Acquisitions have a not for loan status (952$7) of On order/-1 upon creation, and that subfield is changed to In processing/-2 when items are received, a library may want 952$7 changed back to On order/-1 if receipt is later cancelled. In this example, they would enter 7=-1 into this system preference.
To find the appropriate item subfield, visit the Items tab in Administration > MARC bibliographic frameworks as discussed in the
manual, or open an item for editing to view the code associated with each subfield. Be sure to use the subfield
code (a letter or number), not the description. Since the subfield values on the two examples above are not for loan statuses, they would use the numeric authorized value code for each status. These are in Administration > Authorized values > NOT_LOAN.
Receiving process and invoices
The
Koha manual outlines the steps for receiving orders in Acquisitions. In addition to the process described in the manual for receiving individual order lines, libraries can receive multiple orders by selecting checkboxes on the 'Pending orders' screen and then clicking the 'Receive selected' button:
Next, click the 'Edit' button on the first order:
Follow standard receiving procedures for receiving that order line, but instead of clicking 'Save', click the 'Next order ->' button:
Repeat with your other selected orders. Note that you can use the '<- Previous order' button to return to an order earlier in the receipt process, if needed. When you've received the last selected order, click 'Save changes':
On the summary screen, click 'Confirm' to continue (or 'Cancel' to end the receiving process):
Keep in mind that the cost for items you're receiving is moved from the Ordered column to the Spent column in your budget at the time that items are received, regardless of whether the invoice remains open or is closed. If receipt is later cancelled, the cost will automatically be added back into Spent and deducted from Ordered.