Pular para o conteúdo
Documentação do usuário

Glory

Glory máquinas de caixa permitem a automação de transações de caixa.

Configuração

Configurações da máquina de caixa

  1. Power on the cash machine, which briefly displays its IP address at the bottom of the screen. Note it down for later.

    O endereço IP deve ser formatado como ###.###.#.## (por exemplo, 192.168.0.25).

  2. 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.

  3. 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 and then Proceed to [IP address] (unsafe).

  4. From the Glory homepage, go to Host Configuration and ensure the Network setting is set to MANUAL, meaning the IP address is static.

  5. Then, navigate to SSL Configuration and scroll down to the HTTPS Server Setting section.

    1. In parallel, open the terminal and verify that OpenSSL is installed. Type openssl and press enter. If installed, this command displays a help menu listing all available OpenSSL commands. If nothing happens, install it.

    2. Then, paste the following command and press Enter to generate and download the certificate and private key. Ensure that you replace the demo IP address with the cash machine’s actual IP address.

      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"

    O certificado SSL auto-assinado e o par de chaves devem usar o mesmo endereço IP estático da máquina de caixa.

  6. Once the files are generated, from the HTTPS Server Setting section, upload cert.pem as the Certificate and key.pem as the Private Key.

  7. Go to WebApp Configuration and ensure the Interface setting from the A: Nodejs Setting section is set to Enable.

  8. Then, adjust the following settings depending on the POS setup:

    • If multiple POS are connected to the same cash machine, go to App Configuration, scroll down to the SOAP IF Setting, and ensure Session mode and Occupy mode are both set to Enable.

    • If a dedicated user has been set up on the cash machine for Odoo, which is recommended, go to App Configuration, scroll down to the SOAP IF Setting section, and Enable the User check setting.

  9. Restart the cash machine to apply the new settings.

Importar certificados auto-assinados

Para uma solução a longo prazo, os certificados gerados devem ser importados no dispositivo que executa o PDV. O processo de importação depende muito do SO (Sistema Operacional) e do navegador.

O Windows gerencia certificados, o que significa que certificados auto-assinados devem ser importados a partir dos arquivos de certificação em vez do navegador. Para fazer isso,

  1. Open the Windows File Explorer and locate the downloaded certification files.

  2. Right-click on the certification files and select Install Certificate.

  3. Specify the certificate location and select the installation scope: either the Current User only or all users (Local Machine). Then, click Next.

  4. On the Certificate Store screen, tick Place all certificates in the following store, click Browse..., and select Trusted Root Certification Authorities.

  5. Click Finish and accept the pop-up security window.

  6. Restart the computer to make sure that the changes are applied.

Ao usar Google Chrome,

  1. Open the web browser.

  2. Navigate to Settings › Privacy and security › Security › Manage certificates.

  3. Go to the Authorities tab, click Import, and select the exported certification files.

  4. Accept all warnings and click ok.

  5. Restart the web browser.

Ao usar Mozilla Firefox,

  1. Open the web browser.

  2. Navigate to Settings › Privacy & Security › Security › View Certificates... › Import.

  3. Select the exported certification files.

  4. Tick the checkboxes and validate.

  5. Restart the web browser.

Forma de pagamento

  1. Install <general/install> the POS Glory Cash Machines module.

  2. Associate a cash payment method:

    • Go to Point of Sale › Configuration › Payment Methods. Create a new Cash payment method or update an existing payment method.

    • Select the associated POS in the Point of Sale field.

    • Select Cash Machine (Glory) in the Integration field.

    • Fill in the Cash Machine IP field with the IP address of the cash machine.

    • If the cash machine was configured to use User check in the previous section, fill in the Cash Machine Username and Cash Machine Password.

Veja também:
ON THIS PAGE