Files
mapo-core/MP.SPEC/Recipe/Fimat/RecipeConf.json
T
Samuele Locatelli 58531691b5 Update conf
2023-02-08 09:52:24 +01:00

116 lines
2.5 KiB
JSON

{
"TemplateFile": "TemplateOutput.tpl",
"HeadConf": {
"FixedKeys": {
"CustDrumCode": "",
"Taglio-N": "1",
"Taglio-D": "4",
"ServiceType": "N",
"RecipeType": "C",
"ViscoName": "",
"ViscoValue": "0"
},
"CalcKeys": {
"LotID": "PODL01",
"OrderCode": "PODL02",
"Article": "Art2PODL01",
"Info1": "Art2PODL02"
},
"EditKeys": {
"Prio": "Enum:Priority",
"DrumType": "Enum:DrumType",
"Customer": "Tenditalia",
"Design": "DESIGN",
"Screen": "SCREEN",
"Variant": "VARIANT",
"RecName": "CODE000",
"Series": "Enum:Series",
"UM": "Enum:UM",
"DosType": "Enum:DosType",
"Note1": "",
"Note2": "",
"Sequence": "1",
"SequenceTot": "8",
"Quantity-kg": "1.00"
},
"EnumVal": {
"Priority": {
"N": "Normal",
"H": "Hight"
},
"DrumType": {
"1": "Small",
"2": "Medium",
"3": "Big"
},
"Series": {
"1": "Series 1",
"2": "Series 2"
},
"UM": {
"0": "Percentage",
"1": "g/kg",
"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"
},
"DosType": {
"P": "Production",
"S": "Sampling"
}
},
"CalcVal": {
"PODL01": {
"Description": "Idx PODL",
"Type": "int",
"Format": "{0}"
},
"PODL02": {
"Description": "Codice PODL",
"Type": "string",
"Format": "PODL{0:00000000}"
},
"Art2PODL01": {
"Description": "Codice Articolo dato PODL",
"Type": "string",
"Format": ""
},
"Art2PODL02": {
"Description": "Descrizione Articolo dato PODL",
"Type": "string",
"Format": ""
}
}
},
"RowsConf": {
"FixedKeys": {
"Weight-gr-prev": "0.00"
},
"CalcKeys": {
"CompNumber": "#"
},
"EditKeys": {
"ColourCode": "C001",
"Description": "COLOR1",
"TypComp": "ColType",
"PartsWeight": "1.00",
"PartsPerc": "0.10",
"Weight-gr": "30.00"
},
"EnumVal": {
"ColType": {
"C": "Color",
"A": "Thickener",
"X": "Auxiliaries"
}
},
"CalcVal": {
"#": {
"Description": "Contatore",
"Type": "int",
"Format": "{0}"
}
}
}
}