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.

82 lines
2.5 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. =================
  5. POS Lot Selection
  6. =================
  7. This module allows to pick between existing lots in POS frontend.
  8. Configuration
  9. =============
  10. 1. Go to *Inventory > Settings* and set the option *Track lots or serial
  11. numbers*
  12. 2. Chose a product that is stockable, go to its *Inventory*
  13. tab, and set *Tracking* to *By Lots*.
  14. 3. Go to its *Sales* tab and set it as *Available in the Point of Sale*.
  15. 4. Click on *Update Qty On Hand*, chose the same location configured in the
  16. POS you want the lot available in; write a quantity; unfold the *Lot/Serial
  17. Number* field and pick create one if none is available yet.
  18. 5. Create a new lot with the serial number of your choice.
  19. Usage
  20. =====
  21. * Open a POS Session.
  22. * Choose a product with required lot.
  23. * There is a new select field with the lots available for that product.
  24. * If lot quantity can't cover the order line demand it won't be available to
  25. pick.
  26. * If there were many lots to fill the value of one of them can be propagated to
  27. the rest with the new clone control on the right of the lot field.
  28. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  29. :alt: Try me on Runbot
  30. :target: https://runbot.odoo-community.org/runbot/184/10.0
  31. Known issues / Roadmap
  32. ======================
  33. * Lot selection is only available when the POS is online. In offline mode the
  34. select isn't loaded and the lot has to be manually set.
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues
  38. <https://github.com/OCA/pos/issues>`_. In case of trouble, please
  39. check there if your issue has already been reported. If you spotted it first,
  40. help us smash it by providing detailed and welcomed feedback.
  41. Credits
  42. =======
  43. Images
  44. ------
  45. * Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
  46. Contributors
  47. ------------
  48. * David <david.vidal@tecnativa.com>
  49. * (https://www.tecnativa.com)
  50. Do not contact contributors directly about support or help with technical issues.
  51. Maintainer
  52. ----------
  53. .. image:: https://odoo-community.org/logo.png
  54. :alt: Odoo Community Association
  55. :target: https://odoo-community.org
  56. This module is maintained by the OCA.
  57. OCA, or the Odoo Community Association, is a nonprofit organization whose
  58. mission is to support the collaborative development of Odoo features and
  59. promote its widespread use.
  60. To contribute to this module, please visit https://odoo-community.org.