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

DSU Fabric GTIN Check #128

Closed
maherpa2 opened this issue Mar 10, 2021 · 2 comments
Closed

DSU Fabric GTIN Check #128

maherpa2 opened this issue Mar 10, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request Enterprise Wallet Issues /Stories concerning upgrading the existing ePI platform - including ePI Enterprise wallet Mobile App Stories/ Issues related to Native Mobile apps user story Main ePI user stories

Comments

@maherpa2
Copy link

maherpa2 commented Mar 10, 2021

PL user story:

Description:
Update the DSU Fabric to include a check to ensure the check Digit of the entered GTIN is correct. This Should be done when creating the product.

  • It is to be determined when this check is performed. If it is done when the user presses Save product then all the other data entered should remain in place i.e. picture of the product, leaflet/ SmPc etc. and the GTIN corrected.

  • The System will allow barcodes to be produced even though the check digit is incorrect. When the person scans the Datamatrix code then they get an message stating it is not readable.
    image

image

Acceptance criteria's:
positive tests

  • Create a GTIN with an incorrect check Digit. The system will detect this and indicate the issue to the user.

negative tests / error path testing

  • N/A

Process scenario:

  • N/A

Additional information:
N/A.
@UnHynek your colleague Clement had this issue hence why the request is being raised.

@maherpa2 maherpa2 added the enhancement New feature or request label Mar 10, 2021
@nhrishi nhrishi added the Enterprise Wallet Issues /Stories concerning upgrading the existing ePI platform - including ePI Enterprise wallet label Jun 2, 2021
@rite2bala rite2bala added the Mobile App Stories/ Issues related to Native Mobile apps label Aug 11, 2021
@rite2bala
Copy link

rite2bala commented Aug 11, 2021

The GTIN can be 8, 12, 13,14 digits long. Currently the mobile app is only able to scan the 14 digit GTIN

https://www.gtin.info/ -- The website gives the various GTIN format available in the market currently.
We have to allow the app to scan the other lengths also.

For details of the check digit calculation please refer to the below link :
https://www.gs1.org/services/how-calculate-check-digit-manually

Summary:

  1. While creating the product - the GTIN has to be validated - it can be of 8,12, 13, 14 digits.
  2. While scanning the product - in today's circumstance - we can only scan 14 digits - we need to be able to scan the products with 8, 12 , 13 , 14 digits too.

@rite2bala
Copy link

@skutner , @salboaie, @asaccool : need your comments about the implementation of this feature item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Enterprise Wallet Issues /Stories concerning upgrading the existing ePI platform - including ePI Enterprise wallet Mobile App Stories/ Issues related to Native Mobile apps user story Main ePI user stories
Projects
None yet
Development

No branches or pull requests

5 participants