Simeon Kolev
Simeon Kolev
I can confirm I have the same issue: ``` An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1305 SAVEPOINT DOCTRINE_2 does not exist ``` In...
I found the solution the issue is not in foundry or the database resetter. This is because I forgot to add this to my migrations: ``` public function isTransactional(): bool...
Hello, I also have the same error on DT-150MX: Here is my request/response, my pricing is allright: Request: `{"uniqueSaleNumber":"DT949353-0001-0000605","items":[{"type":"comment","text":"\u0420\u0435\u0437\u0435\u0440\u0432\u0430\u0446\u0438\u044f #441968"},{"text":"\u041a\u043e\u043d\u0441\u0443\u043b\u0442\u0430\u0446\u0438\u044f \u0441 \u043b\u0435\u043a\u0430\u0440","quantity":1.0,"unitPrice":1.0,"taxGroup":1}],"payments":[{"paymentType":"cash","amount":1.0}]}` Response: `{"receiptNumber":"","receiptDateTime":"2023-08-05T12:50:41","receiptAmount":2.00,"fiscalMemorySerialNumber":"02949353","ok":false,"messages":[{"type":"info","text":"Error occurred while reading last receipt number"},{"type":"error","code":"E409","text":"Last...
I also have the exact same issue. Devices are gone and I cant use them. For now I need to fallback to a custom repository but I don't think that...