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.

137 lines
4.7 KiB

  1. ======================
  2. POS cash in-out reason
  3. ======================
  4. .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  5. !! This file is generated by oca-gen-addon-readme !!
  6. !! changes will be overwritten. !!
  7. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  8. .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
  9. :target: https://odoo-community.org/page/development-status
  10. :alt: Beta
  11. .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
  12. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  13. :alt: License: AGPL-3
  14. .. |badge3| image:: https://img.shields.io/badge/github-legalsylvain%2Fpos-lightgray.png?logo=github
  15. :target: https://github.com/legalsylvain/pos/tree/12.0-mig-pos_cash_move_reason/pos_cash_move_reason
  16. :alt: legalsylvain/pos
  17. |badge1| |badge2| |badge3|
  18. This module allow to define some reasons for the functionality of
  19. "Put Money In" and "Take Money Out" available in point of sale session.
  20. So, with this module it's possible to impact directly an expense or income
  21. account which is defined on the related reasons and create according
  22. accounting entries.
  23. **Typical Use Case (not exhaustive)**
  24. * You want to track **Bank deposit** moves, using an intermediate
  25. bank account named 'Cash Awaiting Bank Deposit'.
  26. (In France, for instance, "581 - Espèce en attente d'encaissement")
  27. * You want to allow payments from Cash Journal to pay recurring
  28. little expenses. (Gasoline, parking meter, etc.)
  29. **Table of contents**
  30. .. contents::
  31. :local:
  32. Configuration
  33. =============
  34. * Go to 'Point of Sale' / 'Configuration' / 'Move Reason'
  35. .. figure:: https://raw.githubusercontent.com/legalsylvain/pos/12.0-mig-pos_cash_move_reason/pos_cash_move_reason/static/description/pos_cash_move_tree.png
  36. :alt: PoS Move Reasons List
  37. * Create or update your PoS move Reasons.
  38. * for each reason, you can mention the concerned journal(s), (Generally the
  39. Cash Journal), and if it is a reason to 'put in' and / or to 'take out'
  40. Money.
  41. .. figure:: https://raw.githubusercontent.com/legalsylvain/pos/12.0-mig-pos_cash_move_reason/pos_cash_move_reason/static/description/pos_cash_move_form.png
  42. :alt: PoS Move Reason
  43. **Note**
  44. You should have checked first 'Used in Point of Sale' for the Journals you want
  45. to enable the feature.
  46. Usage
  47. =====
  48. * Go to your current session
  49. * Click on the button "Put Money In" or "Take Money Out"
  50. .. figure:: https://raw.githubusercontent.com/legalsylvain/pos/12.0-mig-pos_cash_move_reason/pos_cash_move_reason/static/description/pos_session_form.png
  51. * Select the reason, the journal, the amount, and optionaly an extra
  52. description
  53. .. figure:: https://raw.githubusercontent.com/legalsylvain/pos/12.0-mig-pos_cash_move_reason/pos_cash_move_reason/static/description/wizard_pos_move_reason_form.png
  54. * When closing the session, an account move will be created, with two lines,
  55. one with the default journal account, and one with the expense / income
  56. reason account.
  57. .. figure:: https://raw.githubusercontent.com/legalsylvain/pos/12.0-mig-pos_cash_move_reason/pos_cash_move_reason/static/description/account_move_form.png
  58. Changelog
  59. =========
  60. 12.0.3.0.0 (2019-08-13)
  61. ~~~~~~~~~~~~~~~~~~~~~~~
  62. * [MIG] Port module to version 12.0.
  63. * [REF] Don't use ``product.product`` model for Reasons, because Odoo remove
  64. the fields ``expense_pdt`` ``and income_pdt`` from the model.
  65. Use instead a new model ``pos.move.reason`` for this purpose.
  66. * [REF] Doesn't inherit from ``cash.box.in`` and ``cash.box.out`` model,
  67. as there are bad designed and doesn't allow clean inheritance.
  68. Instead, use new transient model ``wizard.pos.move.reason``.
  69. 8.0.2.0.0 (2018-06-25)
  70. ~~~~~~~~~~~~~~~~~~~~~~
  71. * [REF] Minor code refactoring.
  72. 8.0.1.0.0 (2017-06-08)
  73. ~~~~~~~~~~~~~~~~~~~~~~
  74. * First Version of the module.
  75. Bug Tracker
  76. ===========
  77. Bugs are tracked on `GitHub Issues <https://github.com/legalsylvain/pos/issues>`_.
  78. In case of trouble, please check there if your issue has already been reported.
  79. If you spotted it first, help us smashing it by providing a detailed and welcomed
  80. `feedback <https://github.com/legalsylvain/pos/issues/new?body=module:%20pos_cash_move_reason%0Aversion:%2012.0-mig-pos_cash_move_reason%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  81. Do not contact contributors directly about support or help with technical issues.
  82. Credits
  83. =======
  84. Authors
  85. ~~~~~~~
  86. * ACSONE SA/NV
  87. * GRAP
  88. Contributors
  89. ~~~~~~~~~~~~
  90. * Sylvain LE GAL <https://twitter.com/legalsylvain>
  91. Maintainers
  92. ~~~~~~~~~~~
  93. This module is part of the `legalsylvain/pos <https://github.com/legalsylvain/pos/tree/12.0-mig-pos_cash_move_reason/pos_cash_move_reason>`_ project on GitHub.
  94. You are welcome to contribute.