Modifica schema ricette FIMAT / Tenditalia

...DA VERIFICARE...
This commit is contained in:
Samuele Locatelli
2023-02-16 13:18:50 +01:00
parent 9931a3a80a
commit fcda96d144
2 changed files with 46 additions and 9 deletions
+32 -7
View File
@@ -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"
}
}
}
+14 -2
View File
@@ -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",