From 316629f50367c26cd595e867e8ac82ab69d0c900 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Tue, 24 Mar 2020 15:52:07 -0400 Subject: [PATCH] Adds chapter for Point of sale module --- source/pointofsale.rst | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 57 insertions(+), 0 deletions(-) create mode 100644 source/pointofsale.rst diff --git a/source/pointofsale.rst b/source/pointofsale.rst new file mode 100644 index 0000000..3525caf --- /dev/null +++ b/source/pointofsale.rst @@ -0,0 +1,57 @@ +.. include:: images.rst + +.. _point-of-sale-label: + +Point of sale +=============================================================================== + +Point of sale is a module designed for selling items to people who aren't +registered at the library or to make sales that do not need to be linked to a +patron account. + +For example, you can sell used books or promotional items. These items can be +sold to anyone and you don't need to link the sale to a particular patron. + +For invoices that need to be linked to a patron's account (like a lost item or +new card fee), use :ref:`manual invoicing `. + +- *Get there:* More > Point of sale + +.. _setup-point-of-sale-label: + +Setup +------------------------------------------------------------------------------- + +To enable the point of sale module, you must turn on the :ref:`EnablePointOfSale` +system preference. + +If it's not already done, you must also enable the :ref:`UseCashRegisters` +system preference. + +Make sure you :ref:`configure your cash registers ` in the +administration module. + +Finally, you must add items that you will be selling in the :ref:`debit types +` section of the administration module. + +.. _making-a-sale-label: + +Making a sale +------------------------------------------------------------------------------- + +When you first go in the point of sale module, the left side will show all the +items for sale. These are :ref:debit types ` that were +marked as 'Can be sold'. + +On the right side is the current sale. + +image goes here + +Click on the 'Add' button next to the items to add to the current sale. + +If you need to change the cost or the quantity, click on the amount on the +right side and it will become an input box where you can enter the correct +amount. + + + -- 1.7.2.5