You are on page 1of 2

Technical Specification

LABELER – Auto Label Generation App

1. GUI (Front End)

Pre-requisite

Product Codes against groups will be stored in a separate CSV/Text file which will be used by the
application.

2. Functionality (Backend)

1. Cursor is placed on Order Number text input field.


2. User scans the barcode using scanner.
3. The field is filled with Order Number
4. As soon as Order Number is filled, the app makes an API call with the order number
5. The API returns JSON
6. Program scans the JSON data and gets the following details for the list of Product Codes that
belong to the Group selected –
A. Order Number
B. Product Letter
C. Subject Name
D. Nickname
E. Product ID
F. Quantity
7. Program generates “n” number of labels for every Product ID where “n” = Quantity
8. The generated labels are stored in the path mentioned in the UI with the following naming
convention –

OrderNumber_ProductID_SequenceNo.png where SequenceNo is label number e.g. 1,2,3,4,5 for


quantity 5.

Sample Barcode

Document Creator – Bhushan Chanda

You might also like