diff --git a/MP.SPEC/Recipe/Fimat/RecipeConf.json b/MP.SPEC/Recipe/Fimat/RecipeConf.json index 534d2a53..a191c766 100644 --- a/MP.SPEC/Recipe/Fimat/RecipeConf.json +++ b/MP.SPEC/Recipe/Fimat/RecipeConf.json @@ -5,7 +5,6 @@ "ListKeys": { "CustDrumCode": "F:", "Taglio-N": "F:1", - "Taglio-D": "F:4", "ServiceType": "F:N", "RecipeType": "F:C", "ViscoName": "F:", @@ -15,14 +14,15 @@ "Article": "C:CodArticolo", "Info1": "C:DescArticolo", "Prio": "E:Priority", - "DrumType": "E:DrumType", + "DrumType": "P:DrumType|6", + "Taglio-D": "", "Customer": "Tenditalia", "Design": "DESIGN", "Screen": "SCREEN", "Variant": "VARIANT", "RecName": "CODE000", "Series": "E:Series", - "UM": "E:UM", + "UM": "P:UM|7", "DosType": "E:DosType", "Note1": "", "Note2": "", @@ -38,7 +38,10 @@ "DrumType": { "1": "Small", "2": "Medium", - "3": "Big" + "3": "Big", + "4": "Type 4", + "5": "Type 5", + "6": "Bidone" }, "Series": { "1": "Series 1", @@ -50,7 +53,9 @@ "2": "parts for colour and g/kg for thickener", "3": "gr and parts for thickener", "4": "g/kg for colour and parts for thickener", - "5": "parts for colour and parts for thickener" + "5": "parts for colour and parts for thickener", + "6": "N.A.", + "7": "Tenditalia Par.Recipe" }, "DosType": { "P": "Production", @@ -64,16 +69,36 @@ "CompNumber": "C:RowNum", "ColourCode": "C001", "Description": "COLOR1", - "TypComp": "E:ColType", + "TypComp": "E:CompType", "PartsWeight": "1.00", "PartsPerc": "0.10", "Weight-gr": "30.00" }, "EnumVal": { - "ColType": { + "CompType": { "C": "Color", "A": "Thickener", "X": "Auxiliaries" + }, + "ColorCodes": { + "1": "PRINTWHI", + "2": "PCW0215", + "3": "GIALLORO", + "4": "ROSSO", + "5": "BLU", + "6": "NERO", + "7": "ULTRAPHO", + "8": "COLANVIO" + }, + "ColorDescr": { + "1": "RTN", + "2": "GIALLO", + "3": "RWS", + "4": "FTL AC", + "5": "B A.C.", + "6": "CF A.C", + "7": "ERE", + "8": "RL132" } } } diff --git a/MP.SPEC/Recipe/Fimat/_RefRecipe.json b/MP.SPEC/Recipe/Fimat/_RefRecipe.json index 5e5c1292..9b7d1b29 100644 --- a/MP.SPEC/Recipe/Fimat/_RefRecipe.json +++ b/MP.SPEC/Recipe/Fimat/_RefRecipe.json @@ -34,8 +34,8 @@ { "ColData": { "CompNumber": "1", - "ColourCode": "C001", - "Description": "COLOR1", + "ColourCode": "ROSSO", + "Description": "FTL AC", "TypComp": "C", "PartsWeight": "1.00", "PartsPerc": "0.10", @@ -46,6 +46,18 @@ { "ColData": { "CompNumber": "2", + "ColourCode": "PCW0215", + "Description": "GIALLO", + "TypComp": "C", + "PartsWeight": "1.00", + "PartsPerc": "0.10", + "Weight-gr": "30.00", + "Weight-gr-prev": "0.00" + } + }, + { + "ColData": { + "CompNumber": "3", "ColourCode": "THICK1", "Description": "Thickner 1", "TypComp": "A",