Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConcludeTransactionClientRequest auto logoff not getting triggered in 10.0.38. Was working in 10.0.35 #255

Open
DTomarDuco opened this issue Mar 5, 2024 · 0 comments

Comments

@DTomarDuco
Copy link

Problem Statement: Has the framework of ConcludeTransactionClientRequest changed in v10.0.38 from what was in v10.0.35.
Problem Description:
V10.0.35:
On executing the ConcludeTransactionClientRequest in v10.0.35 it was found that Cashdrawer/Open, CashDrawer/IsOpen and logoff request runs after the ConcludeTransactionClientRequest has run successfully without separately executing it. Please check the “Pos with extension console V35.txt” in attachment for logs.

image

V10.0.38:

While in v10.0.38 it is seen that the ConcludeTransactionClientRequest after executing doesnot automatically tiggers the CashDrawer/IsOpen and logoff request. Please check the console logs in “Pos with extension console V38.txt” attached.

image
image

When executing base cash operation it was seen that after ConcludeTransactionClientRequest completed it run Cashdrawer/Open, CashDrawer/IsOpen and logoff request. Can be seen in console logs “Pos without extension console V38.txt”.

image

Questions:

  1. Were CashDrawer/IsOpen and logoff request requests added manually in the base Cash form after ConcludeTransactionClientRequest in V10.0.38?
  2. If this change was made in the framework of ConcludeTransactionClientRequest are there any released notes for this?
  3. At what version this change was made V36,V37,V38?
    We added extra requests as below to achieve the same console logs as the base:

image

Please check the logs in file “POS with extension V38 with extra code.txt” attached.
Pos with extension console V35.txt
Pos with extension console V38.txt
POS with extension V38 with extra code.txt
Pos without extension console V38.txt

Thanks,
Deepak Tomar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant