Please enable JavaScript.
Coggle requires JavaScript to display documents.
Tempe-Parser Rule (Price Color (PC1- If the price1_1, and price1_2 are the…
Tempe-Parser Rule
Price Color
PC1- If the price1_1, and price1_2 are the same as price2_1 and price2_2 then BLACK, else BLUE
PC2- If the price1_1, and price1_2 are the same as price2_1 and price2_2 then empty, else RED
-
-
file Format
-
-
2 PDF
PDF 1 : File Name : PO Number is a file name
PDF 2 : File Name : Season+ID_Brand+Model+Quality+ID_colour
-
-
-
-
-
-
PrintOrder
if the result is 0 let the value empty, if not add prefix “P-”
-
VoluntaryCode
Map value; field varType_Code_Additional - ORDER,V,BACKGROUNDCOLOR,TEXTCOLOR
varTypeCode_desc_Additional - 36882,V-70-13,242-205-175,0-0-0
Sticker Background Color
Spilt values in table
varType_Code_Additional [3rd ","]
Sticker Text Color
Spilt values in table
varTypeCode_desc_Additional [2nd ","]
Pantone Colour
Get the values R,G,B with the ColorID in field 18 ID_COLOUR
and insert in field 164 "PantoneColour"
Data Validation
Apply validation to the Tempe mandatory fields in the csv, if validation fails send an email with the csv file to Tempe
-
-
Size Range
SIZE_VALUE_COUNTRY_1 - 37
result: 35 36 37 38 39 40 41 42
ex.-result HTML <td>35 36</td><td style="background-color:black;font-weight:bold;"> 37</td><td> 38 39 40 41 42</td>
Additional Items
If the field "ID_LABEL-OTHERS_ADDITIONAL" is "0" means that there are not additional items for this sku line.
-
-
MadeIn
Can be some fields in null, every value needs to be separated with " · "
-
-
-
-
-
Display Barcode
ex-: 1 5100 001 107 35 6
displayBarcode HTML-: <td>1</td><td></td><td>5100</td><td></td><td>001</td><td></td><td>107</td><td></td><td style='border: 1px solid black'>35</td><td></td><td>6</td>