-
-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f45e67e
commit 235da18
Showing
4 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ POS cash in-out reason | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:9be2d1beeded5d8b52824fb2442f7c89f0db512626cb33386044d8c060115f83 | ||
!! source digest: sha256:78abd03bec155b6afd47226cb5bf574d4728d7e1da329bcfac6b03faaf9f5575 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
|
@@ -37,11 +37,11 @@ according accounting entries. | |
|
||
**Typical Use Case (not exhaustive)** | ||
|
||
- You want to track **Bank deposit** moves, using an intermediate bank | ||
account named 'Cash Awaiting Bank Deposit'. (In France, for instance, | ||
"581 - Espèce en attente d'encaissement") | ||
- You want to allow payments from Cash Journal to pay recurring little | ||
expenses. (Gasoline, parking meter, etc.) | ||
- You want to track **Bank deposit** moves, using an intermediate bank | ||
account named 'Cash Awaiting Bank Deposit'. (In France, for instance, | ||
"581 - Espèce en attente d'encaissement") | ||
- You want to allow payments from Cash Journal to pay recurring little | ||
expenses. (Gasoline, parking meter, etc.) | ||
|
||
**Table of contents** | ||
|
||
|
@@ -51,14 +51,14 @@ according accounting entries. | |
Configuration | ||
============= | ||
|
||
- Go to 'Point of Sale' / 'Configuration' / 'Move Reason' | ||
- Go to 'Point of Sale' / 'Configuration' / 'Move Reason' | ||
|
||
|pos_cash_move_tree| | ||
|
||
- Create or update your PoS move Reasons. | ||
- for each reason, you can mention the concerned journal(s), (Generally | ||
the Cash Journal), and if it is a reason to 'put in' and / or to | ||
'take out' Money. | ||
- Create or update your PoS move Reasons. | ||
- for each reason, you can mention the concerned journal(s), (Generally | ||
the Cash Journal), and if it is a reason to 'put in' and / or to 'take | ||
out' Money. | ||
|
||
|pos_cash_move_form| | ||
|
||
|
@@ -73,19 +73,19 @@ you want to enable the feature. | |
Usage | ||
===== | ||
|
||
- Go to your current session | ||
- Click on the button "Put Money In" or "Take Money Out" | ||
- Go to your current session | ||
- Click on the button "Put Money In" or "Take Money Out" | ||
|
||
|image1| | ||
|
||
- Select the reason, the journal, the amount, and optionaly an extra | ||
description | ||
- Select the reason, the journal, the amount, and optionaly an extra | ||
description | ||
|
||
|image2| | ||
|
||
- When closing the session, an account move will be created, with two | ||
lines, one with the default journal account, and one with the expense | ||
/ income reason account. | ||
- When closing the session, an account move will be created, with two | ||
lines, one with the default journal account, and one with the expense | ||
/ income reason account. | ||
|
||
|image3| | ||
|
||
|
@@ -107,23 +107,23 @@ Changelog | |
12.0.3.0.0 (2019-08-13) | ||
----------------------- | ||
|
||
- [MIG] Port module to version 12.0. | ||
- [REF] Don't use ``product.product`` model for Reasons, because Odoo | ||
remove the fields ``expense_pdt`` ``and income_pdt`` from the model. | ||
Use instead a new model ``pos.move.reason`` for this purpose. | ||
- [REF] Doesn't inherit from ``cash.box.in`` and ``cash.box.out`` | ||
model, as there are bad designed and doesn't allow clean inheritance. | ||
Instead, use new transient model ``wizard.pos.move.reason``. | ||
- [MIG] Port module to version 12.0. | ||
- [REF] Don't use ``product.product`` model for Reasons, because Odoo | ||
remove the fields ``expense_pdt`` ``and income_pdt`` from the model. | ||
Use instead a new model ``pos.move.reason`` for this purpose. | ||
- [REF] Doesn't inherit from ``cash.box.in`` and ``cash.box.out`` model, | ||
as there are bad designed and doesn't allow clean inheritance. | ||
Instead, use new transient model ``wizard.pos.move.reason``. | ||
|
||
8.0.2.0.0 (2018-06-25) | ||
---------------------- | ||
|
||
- [REF] Minor code refactoring. | ||
- [REF] Minor code refactoring. | ||
|
||
8.0.1.0.0 (2017-06-08) | ||
---------------------- | ||
|
||
- First Version of the module. | ||
- First Version of the module. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -147,9 +147,9 @@ Authors | |
Contributors | ||
------------ | ||
|
||
- Sylvain LE GAL <https://twitter.com/legalsylvain> | ||
- Dhara Solanki <[email protected]> | ||
- Tran Thanh Trai <[email protected]> | ||
- Sylvain LE GAL <https://twitter.com/legalsylvain> | ||
- Dhara Solanki <[email protected]> | ||
- Tran Thanh Trai <[email protected]> | ||
|
||
Maintainers | ||
----------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters