You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Alexis de Lattre abad347945
Merge pull request #456 from legalsylvain/8.0-FIX_pos_cash_move_reason
4 years ago
..
demo [ADD] new module pos_store_draft_order (#49) 7 years ago
i18n [UPD] Update pos_store_draft_order.pot 6 years ago
model [ADD] new module pos_store_draft_order (#49) 7 years ago
static/description [ADD] new module pos_store_draft_order (#49) 7 years ago
tests [ADD] new module pos_store_draft_order (#49) 7 years ago
view [ADD] new module pos_store_draft_order (#49) 7 years ago
README.rst [FIX] pos_store_draft_order: More RST formatting 5 years ago
__init__.py [ADD] new module pos_store_draft_order (#49) 7 years ago
__openerp__.py [ADD] new module pos_store_draft_order (#49) 7 years ago

README.rst

.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3

==================================
Point Of Sale - Store Draft Orders
==================================

Allow to close a Session even if there are some PoS Orders in draft state.

By default, in Odoo, All PoS Orders must be in 'paid' or 'invoiced' state to
allow user to close the session.

This module can be usefull to let Orders in draft 'state' for some customers.

Feature
-------

New computed field 'is_partial_paid' on PoS Order

* This field is True, if the PoS order is in a draft state with some
payments;
* Forbid to close a session if there is a partial paid Order, to avoid to have
Account Move Lines that can not be reconciled;
* In the tree view, the partial_paid orders are displayed in red colors;

.. image:: ./static/description/pos_order_states.png
:alt: Blue, red and black orders depending of payments.

Possibility to close session

* if a PoS order is in a 'draft' state (without any payment), the PoS Order
will be unassociated to the current session, when closing the session;
* When opening a new session, the PoS Orders in 'draft' state will be
associated to the new session, based on the user_id;

**Workflow**

* The PoS order 'Main/0004' is in draft state, before closing the session

.. image:: ./static/description/1_before_closing.png

* The PoS order is unassociated of the closed session 'POS/2015/09/05/01'

.. image:: ./static/description/2_after_closing.png

* The PoS order is associated to the new opened session 'POS/2015/09/05/02'

.. image:: ./static/description/3_after_opening.png

Installation
============

This module will allow users to let orders in a draft state, only for orders
created in back-office.
If you want the same feature for the front-office PoS, please install both
modules : 'pos_store_draft_order' and 'pos_order_load'.

Configuration
=============

* A new field 'allow_store_draft_order' is available in PoS Config Model, to
allow or block the cashier to let Orders in a draft state when closing
session;

Usage
=====

To use this module, you need to:

* go to ...

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/xxxx/8.0

For further information, please visit:

* https://www.odoo.com/forum/help-1

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/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 `here <https://github.com/OCA/pos/issues/new?body=module:%20pos_store_draft_order%0Aversion:%208.0.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
=======

Contributors
------------

* Sylvain LE GAL (https://twitter.com/legalsylvain)
* Julien WESTE

Maintainer
----------

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

This module is maintained by the OCA.

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.

To contribute to this module, please visit http://odoo-community.org.