Feature #9726
openworking on zoho testing sheet pos and sale modules related issues and hardware issues
Subtasks
Related issues
Updated by Teja Sriram Sangani 26 days ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
1.Zelle confirm – hide Cancel on loading modal
After Zelle Confirm, Payment Status loading no longer shows Cancel (request already sent).
Cancel still shows for CPP/card terminal loading.
2. Cash drawer (POS Agent)
Better csc.exe compile logging and error messages.
Lifecycle fix: Don’t recompile if drawer-helper-v2.exe exists; stop running helper before rebuild; block concurrent compiles.
Startup order: compile helper before starting drawer server.
Addressed CS0016 (file locked while exe is running) and spawn UNKNOWN quoting issues.
3. Barcode scan – false cart error
Fixed: product added to cart but showed “Failed to add product to cart. No response from server.”
Cause: addToCart returned nothing; success check treated that as failure.
Fix: Treat successful .unwrap() as success; addToCart now returns product id.