Openbravo Issue Tracking System - POS2
View Issue Details
0048437POS2POSpublic2022-01-19 16:452022-01-25 23:48
jmelin 
elara 
urgentmajoralways
closedfixed 
5
 
 
No
0048437: JIRA 2612 - Scanning CRT/E-ticket/coupon trigger a call to comarch
When scanning a barcode (for example CRT or coupon)
Then a call to Comarch is done to try to retrieve a customer with the barcode as a card number.

This call should happen only if the barcode is a loyalty card (i.e. EAN13 starting with 1401 or 1402)
Connect to a POS on the customer tap environment.
Open Dev tools and go to network tab
Create a sales order
Scan a customer card (for example 1401000009113)
=> OK, call to Comarch with the given number
(/comarch/b2b/profile/search?identifier.identifierNo=1401000009113)

Scan a CRT barcode (408201200100011151500213)
=> KO, you can seee a call to Comarch with the barcode
(/comarch/b2b/profile/search?identifier.identifierNo=408201200100011151500213)
No tags attached.
depends on backport 0048463TAP closed elara JIRA 2612 - Scanning CRT/E-ticket/coupon trigger a call to comarch 
Issue History
2022-01-19 16:45jmelinNew Issue
2022-01-19 16:45jmelinAssigned To => Retail
2022-01-19 16:45jmelinTriggers an Emergency Pack => No
2022-01-20 19:40elaraAssigned ToRetail => elara
2022-01-20 19:44elaraStatusnew => scheduled
2022-01-21 13:36guilleaerStatusscheduled => acknowledged
2022-01-21 13:37guilleaerStatusacknowledged => scheduled
2022-01-25 21:58elaraNote Added: 0134561
2022-01-25 23:48guilleaerStatusscheduled => resolved
2022-01-25 23:48guilleaerResolutionopen => fixed
2022-01-25 23:48guilleaerStatusresolved => closed

Notes
(0134561)
elara   
2022-01-25 21:58   
https://gitlab.com/obcustomers/AGAP/com.openbravo.flunch.integration.comarch.customers/-/merge_requests/5 [^]