Glory
Glory cash machines enable the automation of cash transactions.
Important
-
Odoo supports the Glory CI-5, CI-10, and CI-10X models.
-
The Glory machine must run firmware version ISP-K05H/B v18.40 or later.
-
Versions starting with ISP-K35 are not supported.
Note
-
The integration with the Glory cash machine only supports basic functions, such as cash transactions and cash count checks.
-
Tasks like filling and emptying the machine must be performed directly through the cash machine interface.
Configuration
Cash machine settings
-
Power on the cash machine, which briefly displays its IP address at the bottom of the screen. Note it down for later.
Note: The IP address should be formatted as
###.###.#.##(e.g.,192.168.0.25). -
Navigate to the cash machine’s homepage by entering its IP address as the URL in HTTPS (e.g.,
https://192.168.0.25), and log in with your Glory credentials. -
As long as the certificate is not imported, a warning page appears when trying to access the machine’s homepage.
Bypass it by clicking Advanced → Proceed to [IP address] (unsafe). -
From the Glory homepage, go to Host Configuration and ensure the Network setting is set to MANUAL (static IP).
-
Navigate to SSL Configuration → HTTPS Server Setting.
-
Open terminal and check OpenSSL:
openssl -
If not installed, install from: https://openssl-library.org/source/
-
Generate certificate:
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/CN=192.168.0.25" -addext "subjectAltName = IP:192.168.0.25"
Important: The SSL certificate must use the same static IP as the machine.
-
-
Upload files in HTTPS settings:
-
cert.pem→ Certificate -
key.pem→ Private Key
-
-
Go to WebApp Configuration and enable:
- Nodejs Interface
-
Additional setup:
-
If multiple POS:
-
Enable Session mode
-
Enable Occupy mode
-
-
If dedicated user:
- Enable User check
-
-
Restart the machine.
Note: This setup may require advanced technical knowledge. Contact a Glory integration partner if needed.
Import self-signed certificates
For long-term usage, import certificates into the POS device.
Windows manages certificates, which means that self-signed certificates must be imported from the certification files rather than the browser. To do so:
-
Open the Windows File Explorer and locate the downloaded certification files.
-
Right-click on the certification files and select Install Certificate.
-
Specify the certificate location and select the installation scope: either the Current User only or all users (Local Machine). Then, click Next.
-
On the Certificate Store screen, tick Place all certificates in the following store, click Browse…, and select Trusted Root Certification Authorities.
-
Click Finish and accept the pop-up security window.
-
Restart the computer to make sure that the changes are applied.
When using Google Chrome:
-
Open the web browser.
-
Navigate to Settings → Privacy and security → Security → Manage certificates.
-
Go to the Authorities tab, click Import, and select the exported certification files.
-
Accept all warnings and click OK.
-
Restart the web browser.
When using Mozilla Firefox:
-
Open the web browser.
-
Navigate to Settings → Privacy & Security → Security → View Certificates… → Import.
-
Select the exported certification files.
-
Tick the checkboxes and validate.
-
Restart the web browser.
Payment method
-
Install POS Glory Cash Machines module
-
Configure payment method:
-
Go to Point of Sale → Configuration → Payment Methods
-
Create or edit Cash method
-
Select POS
-
Integration → Cash Machine (Glory)
-
Enter Cash Machine IP
If User check enabled:
- Enter Username and Password
-
Last updated 2 weeks ago
Built with Documentation.AI