La société FX1 Labs propose dès aujourd’hui le terminal de paiement Sumup Air avec sa solution ERP – CM STAR.

Ce package spécialement dédié aux entrepreneurs qui désirent démarrer au plus vite leurs activités de vente et encaissement en magasin et la vente de produits ou de tickets pour événements via la solution Ecommerce CM STAR.

La solution POS (Point-de-vente) est compatible IOS et Android.

Le package de départ sera proposé dès le 01.10.2024 au prix spécial de lancement de 49 chf par mois – avec la possibilité d’interrompre le contrat pour la fin d’un mois.

STAY TUNED


  1. SumUp Transaction Processing:
    perl
    "POST /web/dataset/call_kw/pos.sumup.transaction/search_read HTTP/1.1" 200 - 2 0.001 0.003
    "GET /pos/web/sumup_response?smp-status=success&smp-message=Transaction%20successful.&smp-receipt-sent=true&smp-tx-code=TDXXLXD263&foreign-tx-id=e7732fac-d178-0b3e-13b7-6c0afa9825a6 HTTP/1.1" 200 - 4 0.001 0.005
    • Status: The SumUp transaction was successful (smp-status=success).
    • Transaction Code: TDXXLXD263 with a foreign transaction ID e7732fac-d178-0b3e-13b7-6c0afa9825a6.
    • Receipt: A receipt was sent (smp-receipt-sent=true).
  2. PoS Synchronization:
    sql
    Start PoS synchronisation #47898392 for PoS orders references: ['Commande 00053-002-0001'] (draft: False)
    Finish PoS synchronisation #47898392 with result: [{'id': 43, 'pos_reference': 'Commande 00053-002-0001', 'account_move': False}]
    • Order Reference: Commande 00053-002-0001 was synchronized.
    • Result: The synchronization completed successfully, creating or updating the PoS order with ID 43. The account_move field is False, indicating that no accounting move has been linked yet.
  3. Creating PoS Order from UI:
    arduino
    "POST /web/dataset/call_kw/pos.order/create_from_ui HTTP/1.1" 200 - 47 0.019 0.036
    • A new PoS order was created via the user interface. The response time appears efficient.
  4. WebSocket Connection:
    arduino
    "GET /websocket?version=17.0-1 HTTP/1.1" 101 450 488.098824
    • A WebSocket connection was established successfully, which is typically used for real-time updates in the Odoo interface.
  5. Scheduled Cron Job:
    arduino
    Starting job `payment: post-process transactions`.
    Job done: `payment: post-process transactions` (0.003s).
    • A scheduled job to post-process payments ran and completed quickly without issues.

Overall Assessment:

  • Success Indicators: All HTTP requests returned a 200 status, and the WebSocket connection was established with a 101 status (Switching Protocols), indicating successful operations.
  • Performance: The response times are very low, suggesting that the system is performing efficiently.
  • No Errors: There are no error messages or warnings in the provided logs.

Next Steps:

  • If Everything Is Working Fine: If you’re sharing these logs to confirm that your system is operating correctly, it appears to be functioning as expected based on the provided information.
  • If You’re Facing Issues: If there’s a specific problem you’re encountering that’s not reflected in these logs, please provide more details or additional log entries. This will help in diagnosing the issue more effectively.

Feel free to share more information or ask further questions if you need assistance with a particular aspect of your Odoo system!