Skip to content

Recovery App

This application facilitates the recovery process for rejected pieces (from endline or finishing), allowing users to either fully reject items or mark them as recoverable.

Afterwards, the application issues new bundle cards for the recovered items.

The app utilizes KeyCloak for authentication. The user is required to login to the app using their credentials. The app requires the user to have the following roles:

  • spts:section:get
  • spts:cut_report:get
  • spts:cut_report:assign
  • spts:cut_report:update
  • spts:line:get

All of these roles are assigned to the recovery group in keycloak.

  1. Receiving of rejected pieces
  2. Grade assignment
  3. Piece Issuance

After login, user is required to select a department in which he want to receive the rejected pieces and scan the rejected pieces card.

On card scan following actions are performed:

  • The RecoveryReceivedDate and RecoveryReceivedDateTime is updated.
  • The user is notified if any cleared piece (Grade A) were mistakenly assigned to the scanned card.

During the grade assignment process:

  • User loads the pieces by selecting Size, Color and Style (and Department selected in the previous step).
  • Initially, all the pieces will already be marked Grade B.
  • The user conducts a QA check on the pieces that are not cleared.
    • If the piece can be recovered, it retains Grade B, and the recovery date is set against it.
    • If the piece cannot be recovered, it is downgraded to Grade C.
  • User can also revert the rejected piece grade back to Grade B if found later that piece can be recovered.

Pieces are color coded to show the status of the piece.

gray
Unprocessed
green
Recovered
red
Rejected

Once the grades are assigned, the user proceeds to the Piece Issuance phase, where:

  • User loads the pieces by selecting Style, Color and Size (and Department selected in the first step).
  • User selects the pieces that he wants to issue.
  • User selects the company > branch > line and section in which he wants to issue the pieces.
    • If the selected section is FQ (FINISHING QUALITY CHECK) then the pieces will be issued to the Finishing department.
    • Else, the pieces will be issued to the Sewing department.
  • A new Bundle Card will be written for the issued pieces.