8000 [IMP] add use cases to readme by cvinh · Pull Request #3 · dixmit/pos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[IMP] add use cases to readme #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 17.0-multiple-payment
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions pos_multi_order_payment/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,14 @@ This module will allow you to pay several open point of sale orders at
the same time.

The principal order will return the other orders amount and the other
orders will be payed with this amount.
orders will be paid with this amount.

This module can be useful in several use cases :

- In a bar, one customer wants to pay his friends' orders with one
payment
- In a store, one customer has been asked to buy products for someone
else and he wants to pay with one payment

**Table of contents**

Expand Down Expand Up @@ -61,7 +68,7 @@ Authors
Contributors
------------

- Enric Tobella
- Enric Tobella

Maintainers
-----------
Expand Down
6 changes: 5 additions & 1 deletion pos_multi_order_payment/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This module will allow you to pay several open point of sale orders at the same time.

The principal order will return the other orders amount and the other orders will be payed with this amount.
The principal order will return the other orders amount and the other orders will be paid with this amount.

This module can be useful in several use cases :
- In a bar, one customer wants to pay his friends' orders with one payment
- In a store, one customer has been asked to buy products for someone else and he wants to pay with one payment
9 changes: 8 additions & 1 deletion pos_multi_order_payment/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,14 @@ <h1 class="title">Pos Multi Order Payment</h1>
<p>This module will allow you to pay several open point of sale orders at
the same time.</p>
<p>The principal order will return the other orders amount and the other
orders will be payed with this amount.</p>
orders will be paid with this amount.</p>
<p>This module can be useful in several use cases :</p>
<ul class="simple">
<li>In a bar, one customer wants to pay his friends’ orders with one
payment</li>
<li>In a store, one customer has been asked to buy products for someone
else and he wants to pay with one payment</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
Expand Down
Loading
0