From 8bdeaf4b919377615fb13e819984a49a114e232a Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 30 Jan 2019 08:20:15 +0000 Subject: [PATCH] [UPD] README.rst --- pos_order_mgmt/README.rst | 6 +- pos_order_mgmt/static/description/index.html | 469 +++++++++++++++++++ 2 files changed, 473 insertions(+), 2 deletions(-) create mode 100644 pos_order_mgmt/static/description/index.html diff --git a/pos_order_mgmt/README.rst b/pos_order_mgmt/README.rst index 6ad8fb7f..da00c2fc 100644 --- a/pos_order_mgmt/README.rst +++ b/pos_order_mgmt/README.rst @@ -54,13 +54,13 @@ Usage Once the PoS is loaded, you'll find a shopping trolley icon (🛒) in the top bar that grants access to the order list screen. -.. image:: /pos_order_mgmt/static/description/order-mgmt-icon.png +.. image:: https://raw.githubusercontent.com/pos_order_mgmt/static/description/order-mgmt-icon.png There you can find the number of past orders loaded according to your configuration (see Configuration) as well as the orders you checked out in the current session: -.. image:: /pos_order_mgmt/static/description/order-mgmt-list.png +.. image:: https://raw.githubusercontent.com/pos_order_mgmt/static/description/order-mgmt-list.png #. You can see their totals as well as their custumers if registered. #. You can reprint their tickets clicking on the printer icon (⎙). @@ -77,6 +77,8 @@ Known issues / Roadmap * It's possible to return the same order over and over. To avoid so, we should load and control if there's a returned line id associated with the original order. That would be a great improvement for future revisions. + This feature is implemented in the module ``pos_order_return`` in the back + office part, but not in front office part (implemented in this this module). Bug Tracker =========== diff --git a/pos_order_mgmt/static/description/index.html b/pos_order_mgmt/static/description/index.html new file mode 100644 index 00000000..71120495 --- /dev/null +++ b/pos_order_mgmt/static/description/index.html @@ -0,0 +1,469 @@ + + + + + + +POS Frontend Orders Management + + + +
+

POS Frontend Orders Management

+ + +

Beta License: AGPL-3 OCA/pos Translate me on Weblate Try me on Runbot

+

This module extends the functionality of the PoS frontend allowing to load +already done PoS Orders in order to be able to operate over them, being able to +reprint past tickets or return them.

+

Table of contents

+ +
+

Configuration

+

To configure this module, you need to:

+
    +
  1. Go to Point of Sale > Configuration > Point of Sale and select one of +them.
  2. +
  3. Set Load Done Orders on if you want to be able to load past orders in that +PoS.
  4. +
  5. Change Max Done Orders Quantity To Load to your desired amount (10 by +default). Please note that the more you load, the more it will take to load +them in the session opening. You can also set it to 0 and you’ll just be +able to load them from the order list screen.
  6. +
+
+
+

Usage

+

Once the PoS is loaded, you’ll find a shopping trolley icon (🛒) in the top +bar that grants access to the order list screen.

+https://raw.githubusercontent.com/pos_order_mgmt/static/description/order-mgmt-icon.png +

There you can find the number of past orders loaded according to your +configuration (see Configuration) as well as the orders you checked out in +the current session:

+https://raw.githubusercontent.com/pos_order_mgmt/static/description/order-mgmt-list.png +
    +
  1. You can see their totals as well as their custumers if registered.
  2. +
  3. You can reprint their tickets clicking on the printer icon (⎙).
  4. +
  5. You can return them pressing on the arrow icon (↶).
  6. +
  7. You have a search input as well that lets you find past tickets by its +reference number.
  8. +
+

NOTE: You’ll need your PoS to be online to be able to search or return a past +ticket.

+
+
+

Known issues / Roadmap

+
    +
  • It’s possible to return the same order over and over. To avoid so, we should +load and control if there’s a returned line id associated with the original +order. That would be a great improvement for future revisions. +This feature is implemented in the module pos_order_return in the back +office part, but not in front office part (implemented in this this module).
  • +
+
+
+

Bug Tracker

+

Bugs are tracked on GitHub Issues. +In case of trouble, please check there if your issue has already been reported. +If you spotted it first, help us smashing it by providing a detailed and welcomed +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • GRAP
  • +
  • Tecnativa
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/pos project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ +