Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • grade - It represents the level indicating the quality of mobile phones after the audit.

  • paSku - paSku is the sku created based on the Mobile brand , model and GEP.

  • GEP - (Guaranteed Exchange Point) While ordering the mobile phone if the customer chooses the option of GEP i.e. phone is covered under the Guaranty program.

    • Example : If the phone is Samsung is the mobile brand , S7 is the model and is under GEP then a SKU can be SAM_10001 and if the same phone is not under GEP , the SKU can be SAM_10002.

  • finalSku - finalSku is the SKU that is created once the grading is done. It also takes storage into the consideration.

    • Example : In the above example , if SAM_10001 assigned grade A and is of storage 128GB. The finalSKU can be SAM_10001_A_128.

  • ItemId - In this document itemId is referred to as the unique code generated based on the brand of the mobile and model of the phone.

  • auditType - This represents the type of audit a SKU is to undergo. The auditType becomes more intensive in nature with increasing pricing of mobile phones i.e. more audit questions will be there for higher prices phones. Below are the types of audit types supported as of now.

    • NO_AUDIT, PHYSICAL_AUDIT, TA_BASIC, TA_DETAILED, TA_DETAILED_PLUS

  • auditSet - groups of auditTypes is called a auditSet.

Problem Statements

  1. Before the phone has arrived at the warehouse, only the original SKU of the phone (iPhoneX) that is about to arrive is known.

  2. The problem is to assign a SKU depending upon its working functionality and quality. 

  3. To do this, it has to go thorough quality check and grading and then assignment of quality grade to the phone should happen.

  4. Once the grading is done , it has to be inwarded in the warehouse and Order can be punched on the inwarded items.

...

Increff Mobile Toolkit will help in quality checks and creating the right grade for the item and will generate a new SKU based on the grade assigned to it in the following manner.

Upload Data Screen

Grade Ranks

This option will help in creating the rank and grade mapping with the given audit type.

Sample file is show as below.

All auditTypes will have a grade and a rank. Practically each rank will correspond to a unique grade.

...

Fig 2. This image shows the upload data screenshot.

...

itemId

brand

model

gep

auditType

paSku

Grade Ranks

This option will help in creating the rank and grade mapping with the given audit type.

Sample file is show as below.

...

Grading Rules

Grading rules are predefined along with the grades to be given mapped on all possible outcomes. The grading questions input type against mobile phone skus while their grading is also uploaded via the file in the Grading Rules section. The question can have different input types from dropdown to boolean to text. Questions having endOnNo as true if marked false would stop the auditing at that point itself and assign the grade without moving onto the remaining questions.

...