README.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. Kitchen Ticket for Odoo Point of Sale
  4. =====================================
  5. This module allows to print a kitchen ticket, which is the same ticket than normal
  6. but without prices and taxes. This will be useful when the order is done internally
  7. without the payment.
  8. It has a additional **Payment** button on the Kitchen Ticket window to change the
  9. flow from **Payment->Receipt** to **Receipt->Payment**.
  10. This module target the POSBoxless environments, as the POSBox environment already
  11. have a Bill printing method which can be enabled with pos_restaurant module that
  12. Odoo provides.
  13. Usage
  14. =====
  15. Just press the *Kitchen Ticket* button that appears below the order
  16. Installation
  17. ============
  18. Nothing special is needed to install this module.
  19. Configuration
  20. =============
  21. No configuration needed.
  22. Known issues / Roadmap
  23. ======================
  24. Missing features
  25. ----------------
  26. * Not tested with a **PosBox setting** so surely will not work if *'print by
  27. proxy'* is enabled.
  28. Credits
  29. =======
  30. Contributors
  31. ------------
  32. * Dhinesh D <dvdhinesh.mail@gmail.com>
  33. Maintainer
  34. ----------
  35. * Dhinesh D <dvdhinesh.mail@gmail.com>