Changes between Version 2 and Version 3 of JsonVarnish


Ignore:
Timestamp:
Jun 3, 2021, 10:02:58 AM (4 years ago)
Author:
x.pechoultres@clariprint.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JsonVarnish

    v2 v3  
     1= Vernis disponibles API =
    12|| Clé || Catégorie || Brillance || texte ||
    23|| PROTEC_BRILLANT || Protection || BRILLANT || Gloss Protection varnish ||
     
    5152|| PELLIC_SOL || PelliculageSol || MAT || Floor Lamination ||
    5253                       
    53                        
     54= Combinaisons de vernis =
     55|| PELLIC_ACETATE_BRILLANT || UVS_MAT_RESERVE ||
     56|| PELLIC_ACETATE_SATIN || UVS_BRILLANT_RESERVE ||
     57|| PELLIC_ACETATE_MAT || UVS_BRILLANT_RESERVE ||
     58|| PELLIC_POLYPRO_BRILLANT || UVS_MAT_RESERVE ||
     59|| PELLIC_POLYPRO_SATIN || UVS_BRILLANT_RESERVE ||
     60|| PELLIC_POLYPRO_MAT || UVS_BRILLANT_RESERVE ||
     61|| OFFSET_BRILLANT || UVS_MAT_RESERVE ||
     62|| OFFSET_SATIN || UVS_BRILLANT_RESERVE ||
     63|| OFFSET_MAT || UVS_BRILLANT_RESERVE ||
     64|| ACRILY_BRILLANT || UVS_MAT_RESERVE ||
     65|| ACRILY_SATIN || UVS_BRILLANT_RESERVE ||
     66|| ACRILY_MAT || UVS_BRILLANT_RESERVE ||
     67|| ACRILY_BRILLANT || UVO_MAT_RESERVE ||
     68|| ACRILY_SATIN || UVO_BRILLANT_RESERVE ||
     69|| ACRILY_MAT || UVO_BRILLANT_RESERVE ||
     70|| ACRILY_SATIN || UVN_BRILLANT_SELECTIF10 ||
     71|| ACRILY_SATIN || UVN_BRILLANT_SELECTIF30 ||
     72|| ACRILY_SATIN || UVN_BRILLANT_SELECTIF50 ||
     73|| PELLIC_SOFT_TOUCH || UVS_MAT_RESERVE ||
     74|| PELLIC_SOFT_TOUCH || UVS_BRILLANT_RESERVE ||
     75|| PELLIC_SOFT_TOUCH || UVS_3D_BRILLANT_SELECTIF30
     76|| PELLIC_POLYPRO_BRILLANT || ACRILY_MAT_RESERVE
     77|| PELLIC_POLYPRO_SATIN || ACRILY_BRILLANT_RESERVE
     78|| PELLIC_POLYPRO_MAT || ACRILY_BRILLANT_RESERVE
     79|| PELLIC_POLYPRO_MAT || UVS_3D_BRILLANT_SELECTIF30
     80|| PELLIC_POLYPRO_MAT || UVN_BRILLANT_SELECTIF10
     81|| PELLIC_POLYPRO_MAT || UVN_BRILLANT_SELECTIF30
     82|| PELLIC_POLYPRO_MAT || UVN_BRILLANT_SELECTIF50
     83
     84
     85
     86== Source json ==
     87
     88{{{#!json
     89{
     90    "PROTEC_BRILLANT": {
     91        "kind": "Protection",
     92        "finition": "BRILLANT",
     93        "index": 40,
     94        "info": "Gloss Protection varnish"
     95    },
     96    "PROTEC_MAT": {
     97        "kind": "Protection",
     98        "index": 41,
     99        "finition": "BRILLANT",
     100        "info": "Mat Protection varnish"
     101    },
     102    "PROTEC_SATIN": {
     103        "kind": "Protection",
     104        "index": 42,
     105        "finition": "SATIN",
     106        "info": "Silk Protection varnish"
     107    },
     108    "PROTEC_BRILLANT_RESERVE": {
     109        "kind": "Protection",
     110        "index": 43,
     111        "finition": "BRILLANT",
     112        "reserve": 30,
     113        "info": "Gloss Protection varnish with space for stamp"
     114    },
     115    "PROTEC_MAT_RESERVE": {
     116        "kind": "Protection",
     117        "index": 44,
     118        "finition": "BRILLANT",
     119        "reserve": 30,
     120        "info": "Mat Protection varnish with space for stamp"
     121    },
     122    "PROTEC_SATIN_RESERVE": {
     123        "kind": "Protection",
     124        "index": 45,
     125        "finition": "SATIN",
     126        "reserve": 30,
     127        "info": "Silk Protection varnish with space for stamp"
     128    },
     129    "OFFSET_BRILLANT": {
     130        "kind": "Offset",
     131        "finition": "BRILLANT",
     132        "index": 0,
     133        "info": "Gloss offset varnish"
     134    },
     135    "OFFSET_BRILLANT_RESERVE": {
     136        "kind": "Offset",
     137        "finition": "BRILLANT",
     138        "reserve": 50,
     139        "index": 1,
     140        "info": "Spot gloss offset varnish"
     141    },
     142    "OFFSET_SATIN": {
     143        "kind": "Offset",
     144        "finition": "SATIN",
     145        "index": 2,
     146        "info": "vernis offset satin"
     147    },
     148    "OFFSET_SATIN_RESERVE": {
     149        "kind": "Offset",
     150        "finition": "SATIN",
     151        "reserve": 50,
     152        "index": 3,
     153        "info": "Silk Mat offset varnish"
     154    },
     155    "OFFSET_MAT": {
     156        "kind": "Offset",
     157        "finition": "MAT",
     158        "index": 4,
     159        "info": "Mat offset varnish"
     160    },
     161    "OFFSET_MAT_RESERVE": {
     162        "kind": "Offset",
     163        "finition": "MAT",
     164        "reserve": 50,
     165        "index": 5,
     166        "info": "Spot Mat offset varnish"
     167    },
     168    "ACRILY_BRILLANT": {
     169        "kind": "Acrilyque",
     170        "finition": "BRILLANT",
     171        "index": 6,
     172        "info": "Gloss dispersive varnish"
     173    },
     174    "ACRILY_BRILLANT_RESERVE": {
     175        "kind": "Acrilyque",
     176        "finition": "BRILLANT",
     177        "reserve": 30,
     178        "index": 7,
     179        "info": "Gloss dispersive with space for stamp"
     180    },
     181    "ACRILY_SATIN": {
     182        "kind": "Acrilyque",
     183        "finition": "SATIN",
     184        "roto?": false,
     185        "index": 8,
     186        "info": "Silk dispersive varnish"
     187    },
     188    "ACRILY_SATIN_RESERVE": {
     189        "kind": "Acrilyque",
     190        "finition": "SATIN",
     191        "reserve": 30,
     192        "roto?": false,
     193        "index": 9,
     194        "info": "Silk dispersive varnish with space for stamp (sheetfed only)"
     195    },
     196    "ACRILY_MAT": {
     197        "kind": "Acrilyque",
     198        "finition": "MAT",
     199        "roto?": false,
     200        "index": 10,
     201        "info": "Mat dispersive varnish (sheetfed only)"
     202    },
     203    "ACRILY_MAT_RESERVE": {
     204        "kind": "Acrilyque",
     205        "finition": "MAT",
     206        "reserve": 30,
     207        "roto?": false,
     208        "index": 11,
     209        "info": "Mat dispersive varnish with space for stamp (sheetfed only)"
     210    },
     211    "DRIPOFF": {
     212        "kind": "DripOff",
     213        "finition": "BRILLANT",
     214        "index": 12,
     215        "info": "drip off varnish"
     216    },
     217    "UVO_BRILLANT": {
     218        "kind": "UvOffset",
     219        "finition": "BRILLANT",
     220        "index": 13,
     221        "info": "Gloss offset UV varnish"
     222    },
     223    "UVO_BRILLANT_RESERVE": {
     224        "kind": "UvOffset",
     225        "finition": "BRILLANT",
     226        "reserve": 30,
     227        "index": 14,
     228        "info": "Gloss offset UV varnish with space for stamp"
     229    },
     230    "UVO_SATIN": {
     231        "kind": "UvOffset",
     232        "finition": "SATIN",
     233        "index": 15,
     234        "info": "Silk UV offset varnish"
     235    },
     236    "UVO_SATIN_RESERVE": {
     237        "kind": "UvOffset",
     238        "finition": "SATIN",
     239        "reserve": 30,
     240        "index": 16,
     241        "info": "Silk UV offset varnish with space for stamp"
     242    },
     243    "UVO_MAT": {
     244        "kind": "UvOffset",
     245        "finition": "MAT",
     246        "index": 17,
     247        "info": "Matt UV offset varnish"
     248    },
     249    "UVO_MAT_RESERVE": {
     250        "kind": "UvOffset",
     251        "finition": "MAT",
     252        "reserve": 30,
     253        "index": 18,
     254        "info": "Matt UV offset varnish with space for stamp"
     255    },
     256    "UVN_BRILLANT_SELECTIF10": {
     257        "kind": "UvNumerique",
     258        "finition": "BRILLANT",
     259        "reserve": 10,
     260        "index": 30,
     261        "info": "Spot glossy UV varnish < 10% - digital"
     262    },
     263    "UVN_BRILLANT_SELECTIF30": {
     264        "kind": "UvNumerique",
     265        "finition": "BRILLANT",
     266        "reserve": 30,
     267        "index": 31,
     268        "info": "Spot glossy UV varnish < 30% - digital"
     269    },
     270    "UVN_BRILLANT_SELECTIF50": {
     271        "kind": "UvNumerique",
     272        "finition": "BRILLANT",
     273        "reserve": 50,
     274        "index": 32,
     275        "info": "Spot glossy UV varnish > 30% - digital"
     276    },
     277    "UVS_BRILLANT": {
     278        "kind": "UvSerigraphique",
     279        "finition": "BRILLANT",
     280        "index": 40,
     281        "info": "Gloss screen varnish"
     282    },
     283    "UVS_SATIN": {
     284        "kind": "UvSerigraphique",
     285        "finition": "SATIN",
     286        "index": 41,
     287        "info": "Silk screen varnish"
     288    },
     289    "UVS_MAT": {
     290        "kind": "UvSerigraphique",
     291        "finition": "MAT",
     292        "index": 42,
     293        "info": "Mat screen varnish"
     294    },
     295    "UVS_3D_BRILLANT_SELECTIF30": {
     296        "kind": "UvSerigraphique",
     297        "finition": "BRILLANT",
     298        "index": 64,
     299        "reserve": 30,
     300        "info": "Gloss 3D screen varnish (30%)"
     301    },
     302    "UVS_BRILLANT_RESERVE": {
     303        "kind": "UvSerigraphique",
     304        "finition": "BRILLANT",
     305        "reserve": 70,
     306        "index": 43,
     307        "info": "Spot gloss screen varnish (30%)"
     308    },
     309    "UVS_SATIN_RESERVE": {
     310        "kind": "UvSerigraphique",
     311        "finition": "SATIN",
     312        "reserve": 70,
     313        "index": 44,
     314        "info": "Spot silk screen varnish (30%)"
     315    },
     316    "UVS_MAT_RESERVE": {
     317        "kind": "UvSerigraphique",
     318        "finition": "MAT",
     319        "reserve": 70,
     320        "index": 45,
     321        "info": "Spot mat screen varnish (30%)"
     322    },
     323    "PELLIC_INDIF_BRILLANT": {
     324        "kind": "Pelliculage",
     325        "finition": "BRILLANT",
     326        "index": 52,
     327        "info": "Best gloss lamination"
     328    },
     329    "PELLIC_INDIF_SATIN": {
     330        "kind": "PelliculageIndifferent",
     331        "finition": "SATIN",
     332        "index": 53,
     333        "info": "Best matt lamination"
     334    },
     335    "PELLIC_INDIF_MAT": {
     336        "kind": "PelliculageIndifferent",
     337        "finition": "MAT",
     338        "index": 54,
     339        "info": "Best silk lamination"
     340    },
     341    "PELLIC_ACETATE_BRILLANT": {
     342        "kind": "PelliculageAcetate",
     343        "finition": "BRILLANT",
     344        "index": 33,
     345        "info": "Gloss acetate lamination"
     346    },
     347    "PELLIC_ACETATE_SATIN": {
     348        "kind": "PelliculageAcetate",
     349        "finition": "SATIN",
     350        "index": 34,
     351        "info": "Silk acetate lamination"
     352    },
     353    "PELLIC_ACETATE_MAT": {
     354        "kind": "PelliculageAcetate",
     355        "finition": "MAT",
     356        "index": 35,
     357        "info": "Mat acetate lamination"
     358    },
     359    "PELLIC_POLYPRO_BRILLANT": {
     360        "kind": "PelliculagePolypro",
     361        "finition": "BRILLANT",
     362        "index": 36,
     363        "info": "Gloss polypro lamination"
     364    },
     365    "PELLIC_POLYPRO_SATIN": {
     366        "kind": "PelliculagePolypro",
     367        "finition": "SATIN",
     368        "index": 37,
     369        "info": "Silk polypro lamination"
     370    },
     371    "PELLIC_POLYPRO_MAT": {
     372        "kind": "PelliculagePolypro",
     373        "finition": "MAT",
     374        "index": 38,
     375        "info": "Mat polypro lamination"
     376    },
     377    "PELLIC_SOFT_TOUCH": {
     378        "knid": "PelliculageSoftTouch",
     379        "finition": "MAT",
     380        "index": 39,
     381        "info": "soft touch laminating"
     382    },
     383    "PELLIC_VELLEDA": {
     384        "kind": "PelliculageVelleda",
     385        "finition": "BRILLANT",
     386        "index": 56,
     387        "info": "Whiteboard Lamination"
     388    },
     389    "PELLIC_ANTIUV_BRILLANT": {
     390        "kind": "PelliculageAntiUv",
     391        "finition": "BRILLANT",
     392        "index": 58,
     393        "info": "Brillant Anti-UV Lamination"
     394    },
     395    "PELLIC_ANTIUV_MAT": {
     396        "kind": "PelliculageAntiUv",
     397        "finition": "MAT",
     398        "index": 59,
     399        "info": "Mat Anti-UV Lamination"
     400    },
     401    "PELLIC_SOL": {
     402        "kind": "PelliculageSol",
     403        "finition": "MAT",
     404        "index": 60,
     405        "info": "Floor Lamination"
     406    }
     407}
     408}}}