diff --git a/content/applications/sales/point_of_sale/shop.rst b/content/applications/sales/point_of_sale/shop.rst index 8a95fd7a3..c1ef63f6e 100644 --- a/content/applications/sales/point_of_sale/shop.rst +++ b/content/applications/sales/point_of_sale/shop.rst @@ -11,6 +11,6 @@ Shop Features shop/barcode shop/sales_order shop/multicashiers - shop/reprint + shop/receipts shop/cash_rounding shop/serial_numbers diff --git a/content/applications/sales/point_of_sale/shop/receipts.rst b/content/applications/sales/point_of_sale/shop/receipts.rst new file mode 100644 index 000000000..c65c837b5 --- /dev/null +++ b/content/applications/sales/point_of_sale/shop/receipts.rst @@ -0,0 +1,38 @@ +======== +Receipts +======== + +Configuration +============= + +Set up receipts by going to :menuselection:`Point of Sale --> Configuration --> Point of Sale`, +selecting a POS, and scrolling down to the :guilabel:`Bills & Receipts` section. + +To **customize** the **header** and **footer**, activate :guilabel:`Header & Footer` and fill in +both fields with the information to be printed on the receipts. + +To **print receipts** automatically once the payment is registered, enable the :guilabel:`Automatic +Receipt Printing` setting. + +.. image:: receipts/receipt.png + :align: center + :alt: pos receipt + +.. seealso:: + - :doc:`../restaurant/bill_printing` + - :doc:`../restaurant/split` + +Reprint a receipt +================= + +From the POS interface, click :guilabel:`Orders`, open the dropdown selection menu next to the +search bar, and change the default :guilabel:`All active orders` filter to :guilabel:`Paid`. Then, +select the corresponding order and click :guilabel:`Print Receipt`. + +.. image:: receipts/print-receipt.png + :align: center + :alt: print receipt button from the backend + +.. note:: + You can filter the list of orders using the search bar. Type in your reference and click + :guilabel:`Receipt Number`, :guilabel:`Date`, or :guilabel:`Customer`. diff --git a/content/applications/sales/point_of_sale/shop/receipts/print-receipt.png b/content/applications/sales/point_of_sale/shop/receipts/print-receipt.png new file mode 100644 index 000000000..fbbb52865 Binary files /dev/null and b/content/applications/sales/point_of_sale/shop/receipts/print-receipt.png differ diff --git a/content/applications/sales/point_of_sale/shop/receipts/receipt.png b/content/applications/sales/point_of_sale/shop/receipts/receipt.png new file mode 100644 index 000000000..0d9c79970 Binary files /dev/null and b/content/applications/sales/point_of_sale/shop/receipts/receipt.png differ diff --git a/content/applications/sales/point_of_sale/shop/reprint.rst b/content/applications/sales/point_of_sale/shop/reprint.rst deleted file mode 100644 index 920fcf4e2..000000000 --- a/content/applications/sales/point_of_sale/shop/reprint.rst +++ /dev/null @@ -1,33 +0,0 @@ -================ -Reprint Receipts -================ - -Use the *Reprint receipt* feature if you have the need to reprint a ticket. - -Configuration -============= - -To activate *Reprint Receipt*, go to :menuselection:`Point of Sale ---> Configuration --> Point of sale`. and select your PoS interface. - -Under the Bills & Receipts category, you will find *Reprint Receipt* -option. - -.. note:: - In order to allow the option reprint receipt, you need to activate the receipt printer. - -.. image:: reprint/reprint01.png - :align: center - -Reprint a receipt -================= - -On your PoS interface, you now have a *Reprint receipt* button. - -.. image:: reprint/reprint02.png - :align: center - -When you use it, you can then reprint your last receipt. - -.. image:: reprint/reprint03.png - :align: center diff --git a/content/applications/sales/point_of_sale/shop/reprint/reprint01.png b/content/applications/sales/point_of_sale/shop/reprint/reprint01.png deleted file mode 100644 index dc4659801..000000000 Binary files a/content/applications/sales/point_of_sale/shop/reprint/reprint01.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/reprint/reprint02.png b/content/applications/sales/point_of_sale/shop/reprint/reprint02.png deleted file mode 100644 index 9b117f633..000000000 Binary files a/content/applications/sales/point_of_sale/shop/reprint/reprint02.png and /dev/null differ diff --git a/content/applications/sales/point_of_sale/shop/reprint/reprint03.png b/content/applications/sales/point_of_sale/shop/reprint/reprint03.png deleted file mode 100644 index 014b04a63..000000000 Binary files a/content/applications/sales/point_of_sale/shop/reprint/reprint03.png and /dev/null differ diff --git a/redirects/13.0.txt b/redirects/13.0.txt index 16ba8c744..98740d2a2 100644 --- a/redirects/13.0.txt +++ b/redirects/13.0.txt @@ -230,7 +230,7 @@ planning/send_planned_shifts.rst applications/services/planning/overview/send_pl point_of_sale/advanced/barcode.rst applications/sales/point_of_sale/shop/barcode.rst # advanced/* --> shop/* (#612) point_of_sale/advanced/multicashiers.rst applications/sales/point_of_sale/shop/multicashiers.rst # advanced/* --> shop/* (#612) -point_of_sale/advanced/reprint.rst applications/sales/point_of_sale/shop/reprint.rst # advanced/* --> shop/* (#612) +point_of_sale/advanced/reprint.rst applications/sales/point_of_sale/shop/receipts.rst # advanced/* --> shop/* (#612) point_of_sale/advanced/cash_rounding.rst applications/sales/point_of_sale/shop/cash_rounding.rst # advanced/* --> shop/* (#612) point_of_sale/overview/start.rst applications/sales/point_of_sale/overview/getting_started.rst # start --> getting_started (#600) point_of_sale/shop/refund.rst applications/sales/point_of_sale/overview/getting_started.rst # shop/refund --> overview/getting_started (#600) diff --git a/redirects/15.0.txt b/redirects/15.0.txt index ec164979c..587cb5e88 100644 --- a/redirects/15.0.txt +++ b/redirects/15.0.txt @@ -21,6 +21,10 @@ applications/general/product_images.rst applications/sales/sales/products_prices applications/inventory_and_mrp/inventory/management/warehouses/difference_warehouse_location.rst applications/inventory_and_mrp/inventory/management/warehouses/warehouses_locations.rst applications/inventory_and_mrp/inventory/routes/concepts/use-routes.rst applications/inventory_and_mrp/inventory/routes/concepts/use_routes.rst +# applications/point_of_sale + +applications/sales/point_of_sale/shop/reprint.rst applications/sales/point_of_sale/shop/receipts.rst # reprint -> receipts + # applications/productivity applications/productivity/studio/concepts/understanding_automated_actions.rst applications/productivity/studio/automated_actions.rst