-
Notifications
You must be signed in to change notification settings - Fork 11.6k
[IMP] point_of_sale: add Cashdro cash machine docs #17119
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
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
72 changes: 72 additions & 0 deletions
72
content/applications/sales/point_of_sale/payment_methods/cash_machines/cashdro.rst
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,72 @@ | ||
| ======= | ||
| Cashdro | ||
| ======= | ||
|
|
||
| **Cashdro** :doc:`cash machines <../cash_machines>` enable the automation of cash transactions. | ||
|
|
||
| .. note:: | ||
| - The integration with the Cashdro cash machine only supports payments and refunds. | ||
| - Tasks like filling and emptying the machine must be performed directly through the cash | ||
| machine interface. | ||
|
|
||
| .. _pos/cashdro/configuration: | ||
|
|
||
| Cash machine configuration | ||
| ========================== | ||
|
|
||
| .. important:: | ||
| - Setting up the Cashdro machine requires the hardware administrator password and technical | ||
| knowledge. Contact your Cashdro integration partner for configuration support if assistance is | ||
| needed. | ||
| - The Cashdro machine must be assigned a static IP address to ensure stable operation. | ||
| - The Cashdro machine must be on the same local network as the device running Odoo Point of Sale. | ||
|
|
||
| Configuring the Cashdro machine as a :ref:`payment method in Odoo <pos/cashdro/odoo_configuration>` | ||
| requires locating its IP address and enabling HTTP on the cash machine to use :doc:`Local Network | ||
| Access (LNA) <../../hardware_network/pos_lna>`. | ||
|
|
||
| To locate the Cashdro machine's IP address, remove one of the devices inside the machine. For | ||
| example, remove the bill device on the left side of the machine by unlatching it from the bottom | ||
| and sliding it out. On the error screen that appears, click the :icon:`fa-info` (:guilabel:`info`) | ||
| icon in the top-right. This action displays a diagnostics screen with the IP address, which is | ||
| required for the :ref:`payment method configuration process <pos/cashdro/odoo_configuration>`. | ||
|
|
||
| To enable the HTTP setting on the Cashdro machine, follow the next steps: | ||
|
|
||
| #. Navigate to `https://<cashdro-ip>/Cashdro3Web/#/login`, replacing `<cashdro-ip>` with the | ||
| Cashdro machine's IP address. | ||
| #. Log in as the administrator. | ||
| #. Go to :menuselection:`Configuration --> General parameters`. | ||
| #. In the :guilabel:`Web Integration` section, ensure :guilabel:`Enable HTTP` is enabled. | ||
| #. Restart the machine by going to `https://<cashdro-ip>/Cashdro3Web/#/diagnosis/false`, replacing | ||
| `<cashdro-ip>` with the Cashdro machine's IP address, and clicking :guilabel:`Options`, then | ||
| :guilabel:`Reset machine`. | ||
|
|
||
| .. note:: | ||
| Make sure to reconnect any device that was disconnected during the process. | ||
|
|
||
| .. _pos/cashdro/odoo_configuration: | ||
|
|
||
| Odoo configuration | ||
| ================== | ||
|
|
||
| To connect the Cashdro machine to Odoo, follow the next steps: | ||
|
|
||
| #. :ref:`Install <general/install>` the :guilabel:`POS Cashdro Cash Machines` module. | ||
| #. Go to :menuselection:`Point of Sale --> Configuration --> Payment Methods` and click | ||
| :guilabel:`New`. | ||
| #. Set the :guilabel:`Journal` field to :guilabel:`Cash`. | ||
| #. Select the relevant POS in the :guilabel:`Point of Sale` field. | ||
| #. Set the :guilabel:`Integration` field to :guilabel:`Cash Machine (Cashdro)`. | ||
| #. In the :guilabel:`Cashdro Settings` tab, enter the Cashdro machine's IP address in the | ||
| :guilabel:`Cashdro IP` field. | ||
| #. Enter your Cashdro user credentials in the :guilabel:`Cashdro Username` and :guilabel:`Cashdro | ||
| Password` fields. | ||
| #. Enable :guilabel:`Cashdro Local Network Access`. | ||
|
|
||
| .. note:: | ||
| It is highly recommended to use :doc:`Local Network Access <../../hardware_network/pos_lna>`, as | ||
| it bypasses the need for an :doc:`SSL certificate <../../hardware_network/epos_ssc>`. | ||
|
|
||
| .. seealso:: | ||
| :doc:`../../payment_methods` | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.