diff --git a/content/applications/sales/point_of_sale/shop.rst b/content/applications/sales/point_of_sale/shop.rst index a62b152f7..2d56428f3 100644 --- a/content/applications/sales/point_of_sale/shop.rst +++ b/content/applications/sales/point_of_sale/shop.rst @@ -8,7 +8,6 @@ Shop Features :titlesonly: shop/invoice - shop/cash_control shop/barcode shop/multicashiers shop/reprint diff --git a/content/applications/sales/point_of_sale/shop/cash_control.rst b/content/applications/sales/point_of_sale/shop/cash_control.rst deleted file mode 100644 index 84bf1f29a..000000000 --- a/content/applications/sales/point_of_sale/shop/cash_control.rst +++ /dev/null @@ -1,63 +0,0 @@ -==================================== -Set-up Cash Control in Point of Sale -==================================== - -Cash control allows you to check the amount of the cashbox at the -opening and closing. You can thus make sure no error has been made and -that no cash is missing. - -Activate Cash Control -===================== - -To activate the *Cash Control* feature, go to :menuselection:`Point -of Sales --> Configuration --> Point of sale` and select your PoS -interface. - -Under the payments category, you will find the cash control setting. - -.. image:: cash_control/cash_control01.png - :align: center - -In this example, you can see I want to have 275$ in various denomination -at the opening and closing. - -When clicking on **Opening/Closing Values** you will be able to create -those values. - -.. image:: cash_control/cash_control02.png - :align: center - -Start a session -=============== - -You now have a new button added when you open a session, *Set opening -Balance* - -.. image:: cash_control/cash_control03.png - :align: center - -.. image:: cash_control/cash_control04.png - :align: center - -By default it will use the values you added before, but you can always -modify it. - -Close a session -=============== - -When you want to close your session, you now have a *Set Closing -Balance* button as well. - -You can then see the theoretical balance, the real closing balance (what -you have just counted) and the difference between the two. - -.. image:: cash_control/cash_control05.png - :align: center - -If you use the *Take Money Out* option to take out your transactions -for this session, you now have a zero-sum difference and the same -closing balance as your opening balance. You cashbox is ready for the -next session. - -.. image:: cash_control/cash_control06.png - :align: center diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control01.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control01.png deleted file mode 100644 index f515d69ac..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control01.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control02.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control02.png deleted file mode 100644 index 6279a43b5..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control02.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control03.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control03.png deleted file mode 100644 index e8b0f2a7e..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control03.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control04.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control04.png deleted file mode 100644 index 3136dbd0b..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control04.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control05.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control05.png deleted file mode 100644 index c4942ce63..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control05.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/cash_control/cash_control06.png b/content/applications/sales/point_of_sale/shop/cash_control/cash_control06.png deleted file mode 100644 index 829365657..000000000 Binary files a/content/applications/sales/point_of_sale/shop/cash_control/cash_control06.png and /dev/null differ