SambaPOS 5.3.2 Release

I tried a few command and no problem. can you send me a backup of your db ?

Exactly setup like here

DB import for action/rule:

GQL Update Customer.zip (846 Bytes)

It works fine on 5.3.0, but throws the errors I mentioned on 5.3.2 for both executeAutomationCommand and notifyEvent. Other graphql that I use seem to be fine, only those 2 I have had issue with so far.

I’m getting an error when trying to install the new 5.3.2 version. It ran find on the server, but my laptop is failing. Any ideas on this?

image

I redownloaded the software and it went fine.

Joe In the future can you send this to USA-support@sambapos.com

You can still post on forum of course but we will see and react to support ticket faster.

2 Likes

GraphiQL command for GetMenu was change from “getMenu(name: String!): Menu” to “getMenu(name: String, id: String): Menu”. But new command not fetch all products. In my case only 5% items than on old version. I use this command “query {getMenu(name:“Menu”){categories{name,color,menuItems{productId,name,product{price},color}}}}”
Do you know what is wrong? I dont know where can I find Id of menu for new command.

After this version please send both name and Id of your menu. If you dont know Id please send blank. Like this: getMenu(name: “menu”, id: “”)

1 Like