{
  "model": "gpt-oss:20b",
  "think": "low",
  "cases": 4,
  "applied": 2,
  "repaired": 4,
  "successfulRepairs": 2,
  "failedRepairs": 2,
  "maxLLMCalls": 2,
  "invoice": {
    "id": "invoice",
    "instruction": "Borra completamente el diseño actual y crea desde cero una factura profesional, moderna, elegante y fácil de leer en formato A4.\n\nUtiliza esta paleta:\n\n- Azul oscuro principal: #17365D\n- Azul claro secundario: #D9EAF7\n- Gris muy claro: #F3F5F7\n- Gris oscuro para textos secundarios: #555555\n- Blanco: #FFFFFF\n\nUsa únicamente los campos y variables realmente disponibles. No inventes campos.\n\nDiseño:\n\nEn la parte superior crea una cabecera limpia.\n\nA la izquierda coloca los datos principales de la empresa utilizando los campos disponibles que correspondan.\n\nA la derecha coloca el título FACTURA grande, en azul oscuro y negrita.\n\nDebajo del título muestra, si existen campos disponibles:\n\n- Serie\n- Número de factura\n- Fecha\n\nLa fecha debe mostrarse formateada como día/mes/año.\n\nDebajo crea una zona claramente separada para los datos del cliente utilizando únicamente campos HEADER realmente disponibles.\n\nIncluye los datos disponibles que correspondan a:\n\n- código o identificador\n- nombre\n- dirección\n- código postal\n- población\n- provincia\n- CIF/NIF\n\nNo inventes ninguno si no existe.\n\nDespués crea una tabla de detalle.\n\nLa tabla debe tener una línea de cabecera y una línea de detalle.\n\nLa cabecera debe utilizar fondo #17365D y textos blancos en negrita.\n\nCrea únicamente columnas para campos DETAIL realmente disponibles, priorizando si existen:\n\n- Código\n- Descripción\n- Cantidad\n- Precio\n- Dto. %\n- IVA %\n- Importe\n\nEl número final de columnas debe coincidir exactamente con las columnas elegidas.\n\nRecuerda que una línea nueva ya contiene una columna inicial y solo debes añadir las columnas adicionales necesarias.\n\nEn la cabecera crea un TText real dentro de cada celda con el título correspondiente.\n\nEn la línea de detalle crea un TText real dentro de cada celda usando directamente el campo DETAIL correspondiente.\n\nHaz Descripción más ancha que las columnas numéricas.\n\nAlinea a la derecha las cantidades, precios, porcentajes e importes.\n\nActiva Zebra en la línea de detalle usando:\n\n- blanco\n- #F3F5F7\n\nDebajo de la tabla crea una zona de totales alineada a la derecha.\n\nUtiliza únicamente variables, acumuladores o campos disponibles que permitan representar totales reales.\n\nSi existen, muestra conceptos equivalentes a:\n\n- Base imponible\n- IVA\n- Total factura\n\nNo inventes referencias.\n\nHaz destacar claramente el TOTAL con fondo #17365D, texto blanco, negrita y tamaño mayor.\n\nEn la zona inferior coloca, solo si existen datos disponibles:\n\n- forma de pago\n- vencimiento\n- IBAN\n- observaciones\n\nAñade un pie visualmente discreto.\n\nMantén:\n\n- márgenes equilibrados;\n- espacios claros;\n- buena jerarquía visual;\n- alineaciones coherentes;\n- aspecto moderno;\n- sin sobrecargar.\n\nNo intentes reconstruir estructura privada de TTable.\n\nUsa exclusivamente Commands disponibles y las funciones reales del diseñador.\n\nLa respuesta completa debe ser una única transacción.",
    "model": "gpt-oss:20b",
    "think": "low",
    "initialCommands": {
      "commands": [
        {
          "command": "delete",
          "target": {
            "ids": [
              "obj_1786363581425_oq968d",
              "obj_1786363581398_jw284s"
            ]
          }
        },
        {
          "command": "create",
          "ref": "tabla1",
          "type": "TTable"
        },
        {
          "command": "tableInsertLine",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 1
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 2
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 3
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 4
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 0
          },
          "properties": {
            "cText": "Código",
            "cTextAlign": "center"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 1
          },
          "properties": {
            "cText": "Descripción",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 2
          },
          "properties": {
            "cText": "Cantidad",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 3
          },
          "properties": {
            "cText": "Precio",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 4
          },
          "properties": {
            "cText": "Importe",
            "cTextAlign": "right"
          }
        },
        {
          "command": "tableInsertLine",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 0
          },
          "properties": {
            "cText": "DETAIL.codigo",
            "cTextAlign": "center"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 1
          },
          "properties": {
            "cText": "DETAIL.descripcion",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 2
          },
          "properties": {
            "cText": "DETAIL.cantidad",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 3
          },
          "properties": {
            "cText": "DETAIL.precio",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 4
          },
          "properties": {
            "cText": "DETAIL.importe",
            "cTextAlign": "right"
          }
        },
        {
          "command": "tableSetLineBackground",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "color": "#17365D"
        },
        {
          "command": "setProperty",
          "target": {
            "ref": "tabla1"
          },
          "property": "cTextColor",
          "value": "#FFFFFF"
        },
        {
          "command": "tableSetLineZebraEnabled",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "enabled": true
        },
        {
          "command": "tableSetLineZebraColor",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "role": "odd",
          "color": "#F3F5F7"
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "FACTURA",
            "lFontBold": true,
            "cTextColor": "#17365D"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.numero",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.fecha",
            "cTextAlign": "right"
          }
        }
      ]
    },
    "initialValid": false,
    "initialDiagnostic": {
      "commandIndex": 14,
      "command": "create",
      "error": "La celda indicada en create.targetCell no existe.",
      "tableRef": "tabla1",
      "tableId": "obj_1786364619108_1trta5",
      "section": "detail",
      "lineIndex": 0,
      "cellIndex": 1,
      "availableCells": 1
    },
    "repaired": true,
    "repairedCommands": {
      "commands": [
        {
          "command": "delete",
          "target": {
            "ids": [
              "obj_1786363581425_oq968d",
              "obj_1786363581398_jw284s"
            ]
          }
        },
        {
          "command": "create",
          "ref": "tabla1",
          "type": "TTable"
        },
        {
          "command": "tableInsertLine",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 1
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 2
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 3
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "columnIndex": 4
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 0
          },
          "properties": {
            "cText": "Código",
            "cTextAlign": "center"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 1
          },
          "properties": {
            "cText": "Descripción",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 2
          },
          "properties": {
            "cText": "Cantidad",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 3
          },
          "properties": {
            "cText": "Precio",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "header",
            "lineIndex": 0,
            "cellIndex": 4
          },
          "properties": {
            "cText": "Importe",
            "cTextAlign": "right"
          }
        },
        {
          "command": "tableInsertLine",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "columnIndex": 1
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "columnIndex": 2
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "columnIndex": 3
        },
        {
          "command": "tableInsertColumn",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "columnIndex": 4
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 0
          },
          "properties": {
            "cText": "DETAIL.codigo",
            "cTextAlign": "center"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 1
          },
          "properties": {
            "cText": "DETAIL.descripcion",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 2
          },
          "properties": {
            "cText": "DETAIL.cantidad",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 3
          },
          "properties": {
            "cText": "DETAIL.precio",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "targetCell": {
            "table": {
              "ref": "tabla1"
            },
            "section": "detail",
            "lineIndex": 0,
            "cellIndex": 4
          },
          "properties": {
            "cText": "DETAIL.importe",
            "cTextAlign": "right"
          }
        },
        {
          "command": "tableSetLineBackground",
          "target": {
            "ref": "tabla1"
          },
          "section": "header",
          "lineIndex": 0,
          "color": "#17365D"
        },
        {
          "command": "setProperty",
          "target": {
            "ref": "tabla1"
          },
          "property": "cTextColor",
          "value": "#FFFFFF"
        },
        {
          "command": "tableSetLineZebraEnabled",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "enabled": true
        },
        {
          "command": "tableSetLineZebraColor",
          "target": {
            "ref": "tabla1"
          },
          "section": "detail",
          "lineIndex": 0,
          "role": "odd",
          "color": "#F3F5F7"
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "FACTURA",
            "lFontBold": true,
            "cTextColor": "#17365D"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.numero",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.fecha",
            "cTextAlign": "right"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.cif",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.cliente",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "HEADER.direccion",
            "cTextAlign": "left"
          }
        },
        {
          "command": "create",
          "type": "TText",
          "properties": {
            "cText": "TOTAL",
            "lFontBold": true,
            "cBackgroundColor": "#17365D",
            "cTextColor": "#FFFFFF"
          }
        }
      ]
    },
    "repairedValid": true,
    "repairedDiagnostic": null,
    "applied": true,
    "llmCalls": 2,
    "timings": {
      "nInitialInferenceMilliseconds": 21785.721,
      "nInitialDryRunMilliseconds": 29.30000001192093,
      "nRepairInferenceMilliseconds": 23937.30000001192,
      "nRepairDryRunMilliseconds": 106.5,
      "nApplicationMilliseconds": 81.5,
      "nTotalMilliseconds": 45977.30000001192
    },
    "visibleMilliseconds": 47209,
    "undoEntries": 1,
    "undo": true,
    "redo": true,
    "redoMatches": true,
    "rollbackMatchesInitial": false,
    "inspection": {
      "rootObjects": [
        {
          "cId": "obj_1786364643193_0jule9",
          "cName": "Tabla",
          "cType": "TTable",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 80,
          "nHeight": 45,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 1,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": true,
          "lBorderRight": true,
          "lBorderBottom": true,
          "lBorderLeft": true,
          "cBackgroundColor": "#f8fafc",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "hSections": {
            "header": {
              "aLines": [
                {
                  "cName": "Cabecera 1",
                  "nHeight": 8,
                  "cConditionFormula": "",
                  "lKeepTogether": true,
                  "lIgnoreEmpty": false,
                  "lPageBreakBefore": false,
                  "cSuppressCondition": "",
                  "hBackground": {
                    "cColor": "#17365d",
                    "cColorFormula": "",
                    "cColorPreview": "",
                    "cFillStyle": "solid",
                    "cFillColor2": "#ffffff",
                    "cFillColor3": "#ffffff",
                    "nFillOpacity": 1
                  },
                  "hBorder": {
                    "lTop": true,
                    "lBottom": true,
                    "lLeft": true,
                    "lRight": true,
                    "lVerticalSeparators": true,
                    "cColor": "",
                    "cColorFormula": "",
                    "cColorPreview": "",
                    "nWidth": 0,
                    "nRounded": 0
                  },
                  "hPadding": {
                    "nTop": 0,
                    "nRight": 0,
                    "nBottom": 0,
                    "nLeft": 0
                  },
                  "hReservedSpace": {
                    "nTop": 0,
                    "nRight": 0,
                    "nBottom": 0,
                    "nLeft": 0
                  },
                  "aCells": [
                    {
                      "nWidth": 32.8,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_header_0_0_text",
                          "cName": "Texto celda 1.1",
                          "cType": "TText",
                          "nLeft": 0,
                          "nTop": 0,
                          "nWidth": 32.8,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "header",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 0,
                          "cText": "Código",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "center",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 8.2,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_header_0_1_text",
                          "cName": "Texto celda 1.2",
                          "cType": "TText",
                          "nLeft": 32.8,
                          "nTop": 0,
                          "nWidth": 8.2,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "header",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 1,
                          "cText": "Descripción",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "left",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 10.2,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_header_0_2_text",
                          "cName": "Texto celda 1.3",
                          "cType": "TText",
                          "nLeft": 41,
                          "nTop": 0,
                          "nWidth": 10.2,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "header",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 2,
                          "cText": "Cantidad",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 12.8,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_header_0_3_text",
                          "cName": "Texto celda 1.4",
                          "cType": "TText",
                          "nLeft": 51.2,
                          "nTop": 0,
                          "nWidth": 12.8,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "header",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 3,
                          "cText": "Precio",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 16,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_header_0_4_text",
                          "cName": "Texto celda 1.5",
                          "cType": "TText",
                          "nLeft": 64,
                          "nTop": 0,
                          "nWidth": 16,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "header",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 4,
                          "cText": "Importe",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    }
                  ]
                }
              ]
            },
            "detail": {
              "aLines": [
                {
                  "cName": "Linea principal",
                  "nHeight": 8,
                  "cConditionFormula": "",
                  "lKeepTogether": true,
                  "lIgnoreEmpty": false,
                  "lPageBreakBefore": false,
                  "cSuppressCondition": "",
                  "lPageBreakAfter": false,
                  "lForceAccumulators": false,
                  "hZebraPattern": {
                    "lEnabled": true,
                    "nPattern": 0,
                    "cColor1": "#f3f5f7",
                    "cColor2": "#f3f4f6",
                    "nColor1Opacity": 1,
                    "nColor2Opacity": 1
                  },
                  "hBackground": {
                    "cColor": "",
                    "cColorFormula": "",
                    "cColorPreview": "",
                    "cFillStyle": "solid",
                    "cFillColor2": "#ffffff",
                    "cFillColor3": "#ffffff",
                    "nFillOpacity": 1
                  },
                  "hBorder": {
                    "lTop": true,
                    "lBottom": true,
                    "lLeft": true,
                    "lRight": true,
                    "lVerticalSeparators": true,
                    "cColor": "",
                    "cColorFormula": "",
                    "cColorPreview": "",
                    "nWidth": 0,
                    "nRounded": 0
                  },
                  "hPadding": {
                    "nTop": 0,
                    "nRight": 0,
                    "nBottom": 0,
                    "nLeft": 0
                  },
                  "hReservedSpace": {
                    "nTop": 0,
                    "nRight": 0,
                    "nBottom": 0,
                    "nLeft": 0
                  },
                  "aCells": [
                    {
                      "nWidth": 32.8,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_detail_0_0_text",
                          "cName": "Texto celda 1.1",
                          "cType": "TText",
                          "nLeft": 0,
                          "nTop": 0,
                          "nWidth": 32.8,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "detail",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 0,
                          "cText": "DETAIL.codigo",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "center",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 8.2,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_detail_0_1_text",
                          "cName": "Texto celda 1.2",
                          "cType": "TText",
                          "nLeft": 32.8,
                          "nTop": 0,
                          "nWidth": 8.2,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "detail",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 1,
                          "cText": "DETAIL.descripcion",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "left",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 10.2,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_detail_0_2_text",
                          "cName": "Texto celda 1.3",
                          "cType": "TText",
                          "nLeft": 41,
                          "nTop": 0,
                          "nWidth": 10.2,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "detail",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 2,
                          "cText": "DETAIL.cantidad",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 12.8,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_detail_0_3_text",
                          "cName": "Texto celda 1.4",
                          "cType": "TText",
                          "nLeft": 51.2,
                          "nTop": 0,
                          "nWidth": 12.8,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "detail",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 3,
                          "cText": "DETAIL.precio",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    },
                    {
                      "nWidth": 16,
                      "hContent": {
                        "cType": "TText",
                        "hObject": {
                          "cId": "obj_1786364643193_0jule9_detail_0_4_text",
                          "cName": "Texto celda 1.5",
                          "cType": "TText",
                          "nLeft": 64,
                          "nTop": 0,
                          "nWidth": 16,
                          "nHeight": 8,
                          "lVisible": true,
                          "lLocked": false,
                          "lSelected": false,
                          "nLayerId": 0,
                          "nZIndex": 1,
                          "cBorderColor": "#000000",
                          "cBorderColorFormula": "",
                          "nBorderWidth": 0.1,
                          "lBorderTop": false,
                          "lBorderRight": false,
                          "lBorderBottom": false,
                          "lBorderLeft": false,
                          "cBackgroundColor": "transparent",
                          "cBackgroundColorFormula": "",
                          "cFillStyle": "solid",
                          "cFillColor2": "#ffffff",
                          "cFillColor2Formula": "",
                          "cFillColor3": "#ffffff",
                          "cFillColor3Formula": "",
                          "nFillOpacity": 1,
                          "nRounded": 0,
                          "nShadowSize": 0,
                          "nShadowTransparency": 50,
                          "cShadowColor": "#000000",
                          "cShadowColorFormula": "",
                          "nRotation": 0,
                          "nOpacity": 1,
                          "cCondition": "",
                          "nPaddingTop": 0,
                          "nPaddingRight": 0,
                          "nPaddingBottom": 0,
                          "nPaddingLeft": 0,
                          "nLl12LinkID": 0,
                          "nLl12LinkToID": 0,
                          "nLl12LinkMode": 0,
                          "nLl12GroupId": 0,
                          "lLl12WrapBefore": false,
                          "cTableId": "obj_1786364643193_0jule9",
                          "cTableSectionKey": "detail",
                          "nTableLineIndex": 0,
                          "nTableCellIndex": 4,
                          "cText": "DETAIL.importe",
                          "cFontFamily": "Arial",
                          "nFontSize": 12,
                          "nFontOutPrecision": 0,
                          "nFontPitchAndFamily": 0,
                          "lFontBold": false,
                          "cFontBoldFormula": "",
                          "lFontItalic": false,
                          "cFontItalicFormula": "",
                          "lFontUnderline": false,
                          "cFontUnderlineFormula": "",
                          "lFontStrikeout": false,
                          "cFontStrikeoutFormula": "",
                          "lTextWrap": true,
                          "lAllowPageBreak": false,
                          "nLineSpacing": 0,
                          "nParagraphSpacing": 0,
                          "lKeepEmptyParagraphs": true,
                          "lTextAdjusted": false,
                          "lTrimSpaces": false,
                          "cTextFlowGroup": "",
                          "nTextFlowOrder": 0,
                          "nTextFlowLineHeight": 0,
                          "cTextColor": "#000000",
                          "cTextColorFormula": "",
                          "nTextOpacity": 1,
                          "cTextAlign": "right",
                          "nTextDecimalPosition": -10,
                          "cTextVerticalAlign": "top",
                          "cLl12SourceType": "",
                          "cLl12SourceJson": ""
                        }
                      },
                      "hBackground": {
                        "cColor": "",
                        "cColorFormula": "",
                        "cColorPreview": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor3": "#ffffff",
                        "nFillOpacity": 1
                      },
                      "hBorder": {
                        "lTop": true,
                        "lRight": true,
                        "lBottom": true,
                        "lLeft": true,
                        "cColor": "",
                        "nWidth": 0
                      }
                    }
                  ]
                }
              ]
            },
            "footer": {
              "aLines": []
            },
            "groupHeader": {
              "aLines": [],
              "lConcatNextDataLine": false
            },
            "groupFooter": {
              "aLines": [],
              "lAlsoOnEmptyGroup": false
            }
          },
          "cPageBreakCondition": "",
          "lFixedSeparators": false,
          "lFooterOnBottom": true,
          "cHeightMode": "fixed",
          "hHeader": {
            "aLines": [
              {
                "cName": "Cabecera 1",
                "nHeight": 8,
                "cConditionFormula": "",
                "lKeepTogether": true,
                "lIgnoreEmpty": false,
                "lPageBreakBefore": false,
                "cSuppressCondition": "",
                "hBackground": {
                  "cColor": "#17365d",
                  "cColorFormula": "",
                  "cColorPreview": "",
                  "cFillStyle": "solid",
                  "cFillColor2": "#ffffff",
                  "cFillColor3": "#ffffff",
                  "nFillOpacity": 1
                },
                "hBorder": {
                  "lTop": true,
                  "lBottom": true,
                  "lLeft": true,
                  "lRight": true,
                  "lVerticalSeparators": true,
                  "cColor": "",
                  "cColorFormula": "",
                  "cColorPreview": "",
                  "nWidth": 0,
                  "nRounded": 0
                },
                "hPadding": {
                  "nTop": 0,
                  "nRight": 0,
                  "nBottom": 0,
                  "nLeft": 0
                },
                "hReservedSpace": {
                  "nTop": 0,
                  "nRight": 0,
                  "nBottom": 0,
                  "nLeft": 0
                },
                "aCells": [
                  {
                    "nWidth": 32.8,
                    "hContent": {
                      "cType": "TText",
                      "hObject": {
                        "cId": "obj_1786364643193_0jule9_header_0_0_text",
                        "cName": "Texto celda 1.1",
                        "cType": "TText",
                        "nLeft": 0,
                        "nTop": 0,
                        "nWidth": 32.8,
                        "nHeight": 8,
                        "lVisible": true,
                        "lLocked": false,
                        "lSelected": false,
                        "nLayerId": 0,
                        "nZIndex": 1,
                        "cBorderColor": "#000000",
                        "cBorderColorFormula": "",
                        "nBorderWidth": 0.1,
                        "lBorderTop": false,
                        "lBorderRight": false,
                        "lBorderBottom": false,
                        "lBorderLeft": false,
                        "cBackgroundColor": "transparent",
                        "cBackgroundColorFormula": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor2Formula": "",
                        "cFillColor3": "#ffffff",
                        "cFillColor3Formula": "",
                        "nFillOpacity": 1,
                        "nRounded": 0,
                        "nShadowSize": 0,
                        "nShadowTransparency": 50,
                        "cShadowColor": "#000000",
                        "cShadowColorFormula": "",
                        "nRotation": 0,
                        "nOpacity": 1,
                        "cCondition": "",
                        "nPaddingTop": 0,
                        "nPaddingRight": 0,
                        "nPaddingBottom": 0,
                        "nPaddingLeft": 0,
                        "nLl12LinkID": 0,
                        "nLl12LinkToID": 0,
                        "nLl12LinkMode": 0,
                        "nLl12GroupId": 0,
                        "lLl12WrapBefore": false,
                        "cTableId": "obj_1786364643193_0jule9",
                        "cTableSectionKey": "header",
                        "nTableLineIndex": 0,
                        "nTableCellIndex": 0,
                        "cText": "Código",
                        "cFontFamily": "Arial",
                        "nFontSize": 12,
                        "nFontOutPrecision": 0,
                        "nFontPitchAndFamily": 0,
                        "lFontBold": false,
                        "cFontBoldFormula": "",
                        "lFontItalic": false,
                        "cFontItalicFormula": "",
                        "lFontUnderline": false,
                        "cFontUnderlineFormula": "",
                        "lFontStrikeout": false,
                        "cFontStrikeoutFormula": "",
                        "lTextWrap": true,
                        "lAllowPageBreak": false,
                        "nLineSpacing": 0,
                        "nParagraphSpacing": 0,
                        "lKeepEmptyParagraphs": true,
                        "lTextAdjusted": false,
                        "lTrimSpaces": false,
                        "cTextFlowGroup": "",
                        "nTextFlowOrder": 0,
                        "nTextFlowLineHeight": 0,
                        "cTextColor": "#000000",
                        "cTextColorFormula": "",
                        "nTextOpacity": 1,
                        "cTextAlign": "center",
                        "nTextDecimalPosition": -10,
                        "cTextVerticalAlign": "top",
                        "cLl12SourceType": "",
                        "cLl12SourceJson": ""
                      }
                    },
                    "hBackground": {
                      "cColor": "",
                      "cColorFormula": "",
                      "cColorPreview": "",
                      "cFillStyle": "solid",
                      "cFillColor2": "#ffffff",
                      "cFillColor3": "#ffffff",
                      "nFillOpacity": 1
                    },
                    "hBorder": {
                      "lTop": true,
                      "lRight": true,
                      "lBottom": true,
                      "lLeft": true,
                      "cColor": "",
                      "nWidth": 0
                    }
                  },
                  {
                    "nWidth": 8.2,
                    "hContent": {
                      "cType": "TText",
                      "hObject": {
                        "cId": "obj_1786364643193_0jule9_header_0_1_text",
                        "cName": "Texto celda 1.2",
                        "cType": "TText",
                        "nLeft": 32.8,
                        "nTop": 0,
                        "nWidth": 8.2,
                        "nHeight": 8,
                        "lVisible": true,
                        "lLocked": false,
                        "lSelected": false,
                        "nLayerId": 0,
                        "nZIndex": 1,
                        "cBorderColor": "#000000",
                        "cBorderColorFormula": "",
                        "nBorderWidth": 0.1,
                        "lBorderTop": false,
                        "lBorderRight": false,
                        "lBorderBottom": false,
                        "lBorderLeft": false,
                        "cBackgroundColor": "transparent",
                        "cBackgroundColorFormula": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor2Formula": "",
                        "cFillColor3": "#ffffff",
                        "cFillColor3Formula": "",
                        "nFillOpacity": 1,
                        "nRounded": 0,
                        "nShadowSize": 0,
                        "nShadowTransparency": 50,
                        "cShadowColor": "#000000",
                        "cShadowColorFormula": "",
                        "nRotation": 0,
                        "nOpacity": 1,
                        "cCondition": "",
                        "nPaddingTop": 0,
                        "nPaddingRight": 0,
                        "nPaddingBottom": 0,
                        "nPaddingLeft": 0,
                        "nLl12LinkID": 0,
                        "nLl12LinkToID": 0,
                        "nLl12LinkMode": 0,
                        "nLl12GroupId": 0,
                        "lLl12WrapBefore": false,
                        "cTableId": "obj_1786364643193_0jule9",
                        "cTableSectionKey": "header",
                        "nTableLineIndex": 0,
                        "nTableCellIndex": 1,
                        "cText": "Descripción",
                        "cFontFamily": "Arial",
                        "nFontSize": 12,
                        "nFontOutPrecision": 0,
                        "nFontPitchAndFamily": 0,
                        "lFontBold": false,
                        "cFontBoldFormula": "",
                        "lFontItalic": false,
                        "cFontItalicFormula": "",
                        "lFontUnderline": false,
                        "cFontUnderlineFormula": "",
                        "lFontStrikeout": false,
                        "cFontStrikeoutFormula": "",
                        "lTextWrap": true,
                        "lAllowPageBreak": false,
                        "nLineSpacing": 0,
                        "nParagraphSpacing": 0,
                        "lKeepEmptyParagraphs": true,
                        "lTextAdjusted": false,
                        "lTrimSpaces": false,
                        "cTextFlowGroup": "",
                        "nTextFlowOrder": 0,
                        "nTextFlowLineHeight": 0,
                        "cTextColor": "#000000",
                        "cTextColorFormula": "",
                        "nTextOpacity": 1,
                        "cTextAlign": "left",
                        "nTextDecimalPosition": -10,
                        "cTextVerticalAlign": "top",
                        "cLl12SourceType": "",
                        "cLl12SourceJson": ""
                      }
                    },
                    "hBackground": {
                      "cColor": "",
                      "cColorFormula": "",
                      "cColorPreview": "",
                      "cFillStyle": "solid",
                      "cFillColor2": "#ffffff",
                      "cFillColor3": "#ffffff",
                      "nFillOpacity": 1
                    },
                    "hBorder": {
                      "lTop": true,
                      "lRight": true,
                      "lBottom": true,
                      "lLeft": true,
                      "cColor": "",
                      "nWidth": 0
                    }
                  },
                  {
                    "nWidth": 10.2,
                    "hContent": {
                      "cType": "TText",
                      "hObject": {
                        "cId": "obj_1786364643193_0jule9_header_0_2_text",
                        "cName": "Texto celda 1.3",
                        "cType": "TText",
                        "nLeft": 41,
                        "nTop": 0,
                        "nWidth": 10.2,
                        "nHeight": 8,
                        "lVisible": true,
                        "lLocked": false,
                        "lSelected": false,
                        "nLayerId": 0,
                        "nZIndex": 1,
                        "cBorderColor": "#000000",
                        "cBorderColorFormula": "",
                        "nBorderWidth": 0.1,
                        "lBorderTop": false,
                        "lBorderRight": false,
                        "lBorderBottom": false,
                        "lBorderLeft": false,
                        "cBackgroundColor": "transparent",
                        "cBackgroundColorFormula": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor2Formula": "",
                        "cFillColor3": "#ffffff",
                        "cFillColor3Formula": "",
                        "nFillOpacity": 1,
                        "nRounded": 0,
                        "nShadowSize": 0,
                        "nShadowTransparency": 50,
                        "cShadowColor": "#000000",
                        "cShadowColorFormula": "",
                        "nRotation": 0,
                        "nOpacity": 1,
                        "cCondition": "",
                        "nPaddingTop": 0,
                        "nPaddingRight": 0,
                        "nPaddingBottom": 0,
                        "nPaddingLeft": 0,
                        "nLl12LinkID": 0,
                        "nLl12LinkToID": 0,
                        "nLl12LinkMode": 0,
                        "nLl12GroupId": 0,
                        "lLl12WrapBefore": false,
                        "cTableId": "obj_1786364643193_0jule9",
                        "cTableSectionKey": "header",
                        "nTableLineIndex": 0,
                        "nTableCellIndex": 2,
                        "cText": "Cantidad",
                        "cFontFamily": "Arial",
                        "nFontSize": 12,
                        "nFontOutPrecision": 0,
                        "nFontPitchAndFamily": 0,
                        "lFontBold": false,
                        "cFontBoldFormula": "",
                        "lFontItalic": false,
                        "cFontItalicFormula": "",
                        "lFontUnderline": false,
                        "cFontUnderlineFormula": "",
                        "lFontStrikeout": false,
                        "cFontStrikeoutFormula": "",
                        "lTextWrap": true,
                        "lAllowPageBreak": false,
                        "nLineSpacing": 0,
                        "nParagraphSpacing": 0,
                        "lKeepEmptyParagraphs": true,
                        "lTextAdjusted": false,
                        "lTrimSpaces": false,
                        "cTextFlowGroup": "",
                        "nTextFlowOrder": 0,
                        "nTextFlowLineHeight": 0,
                        "cTextColor": "#000000",
                        "cTextColorFormula": "",
                        "nTextOpacity": 1,
                        "cTextAlign": "right",
                        "nTextDecimalPosition": -10,
                        "cTextVerticalAlign": "top",
                        "cLl12SourceType": "",
                        "cLl12SourceJson": ""
                      }
                    },
                    "hBackground": {
                      "cColor": "",
                      "cColorFormula": "",
                      "cColorPreview": "",
                      "cFillStyle": "solid",
                      "cFillColor2": "#ffffff",
                      "cFillColor3": "#ffffff",
                      "nFillOpacity": 1
                    },
                    "hBorder": {
                      "lTop": true,
                      "lRight": true,
                      "lBottom": true,
                      "lLeft": true,
                      "cColor": "",
                      "nWidth": 0
                    }
                  },
                  {
                    "nWidth": 12.8,
                    "hContent": {
                      "cType": "TText",
                      "hObject": {
                        "cId": "obj_1786364643193_0jule9_header_0_3_text",
                        "cName": "Texto celda 1.4",
                        "cType": "TText",
                        "nLeft": 51.2,
                        "nTop": 0,
                        "nWidth": 12.8,
                        "nHeight": 8,
                        "lVisible": true,
                        "lLocked": false,
                        "lSelected": false,
                        "nLayerId": 0,
                        "nZIndex": 1,
                        "cBorderColor": "#000000",
                        "cBorderColorFormula": "",
                        "nBorderWidth": 0.1,
                        "lBorderTop": false,
                        "lBorderRight": false,
                        "lBorderBottom": false,
                        "lBorderLeft": false,
                        "cBackgroundColor": "transparent",
                        "cBackgroundColorFormula": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor2Formula": "",
                        "cFillColor3": "#ffffff",
                        "cFillColor3Formula": "",
                        "nFillOpacity": 1,
                        "nRounded": 0,
                        "nShadowSize": 0,
                        "nShadowTransparency": 50,
                        "cShadowColor": "#000000",
                        "cShadowColorFormula": "",
                        "nRotation": 0,
                        "nOpacity": 1,
                        "cCondition": "",
                        "nPaddingTop": 0,
                        "nPaddingRight": 0,
                        "nPaddingBottom": 0,
                        "nPaddingLeft": 0,
                        "nLl12LinkID": 0,
                        "nLl12LinkToID": 0,
                        "nLl12LinkMode": 0,
                        "nLl12GroupId": 0,
                        "lLl12WrapBefore": false,
                        "cTableId": "obj_1786364643193_0jule9",
                        "cTableSectionKey": "header",
                        "nTableLineIndex": 0,
                        "nTableCellIndex": 3,
                        "cText": "Precio",
                        "cFontFamily": "Arial",
                        "nFontSize": 12,
                        "nFontOutPrecision": 0,
                        "nFontPitchAndFamily": 0,
                        "lFontBold": false,
                        "cFontBoldFormula": "",
                        "lFontItalic": false,
                        "cFontItalicFormula": "",
                        "lFontUnderline": false,
                        "cFontUnderlineFormula": "",
                        "lFontStrikeout": false,
                        "cFontStrikeoutFormula": "",
                        "lTextWrap": true,
                        "lAllowPageBreak": false,
                        "nLineSpacing": 0,
                        "nParagraphSpacing": 0,
                        "lKeepEmptyParagraphs": true,
                        "lTextAdjusted": false,
                        "lTrimSpaces": false,
                        "cTextFlowGroup": "",
                        "nTextFlowOrder": 0,
                        "nTextFlowLineHeight": 0,
                        "cTextColor": "#000000",
                        "cTextColorFormula": "",
                        "nTextOpacity": 1,
                        "cTextAlign": "right",
                        "nTextDecimalPosition": -10,
                        "cTextVerticalAlign": "top",
                        "cLl12SourceType": "",
                        "cLl12SourceJson": ""
                      }
                    },
                    "hBackground": {
                      "cColor": "",
                      "cColorFormula": "",
                      "cColorPreview": "",
                      "cFillStyle": "solid",
                      "cFillColor2": "#ffffff",
                      "cFillColor3": "#ffffff",
                      "nFillOpacity": 1
                    },
                    "hBorder": {
                      "lTop": true,
                      "lRight": true,
                      "lBottom": true,
                      "lLeft": true,
                      "cColor": "",
                      "nWidth": 0
                    }
                  },
                  {
                    "nWidth": 16,
                    "hContent": {
                      "cType": "TText",
                      "hObject": {
                        "cId": "obj_1786364643193_0jule9_header_0_4_text",
                        "cName": "Texto celda 1.5",
                        "cType": "TText",
                        "nLeft": 64,
                        "nTop": 0,
                        "nWidth": 16,
                        "nHeight": 8,
                        "lVisible": true,
                        "lLocked": false,
                        "lSelected": false,
                        "nLayerId": 0,
                        "nZIndex": 1,
                        "cBorderColor": "#000000",
                        "cBorderColorFormula": "",
                        "nBorderWidth": 0.1,
                        "lBorderTop": false,
                        "lBorderRight": false,
                        "lBorderBottom": false,
                        "lBorderLeft": false,
                        "cBackgroundColor": "transparent",
                        "cBackgroundColorFormula": "",
                        "cFillStyle": "solid",
                        "cFillColor2": "#ffffff",
                        "cFillColor2Formula": "",
                        "cFillColor3": "#ffffff",
                        "cFillColor3Formula": "",
                        "nFillOpacity": 1,
                        "nRounded": 0,
                        "nShadowSize": 0,
                        "nShadowTransparency": 50,
                        "cShadowColor": "#000000",
                        "cShadowColorFormula": "",
                        "nRotation": 0,
                        "nOpacity": 1,
                        "cCondition": "",
                        "nPaddingTop": 0,
                        "nPaddingRight": 0,
                        "nPaddingBottom": 0,
                        "nPaddingLeft": 0,
                        "nLl12LinkID": 0,
                        "nLl12LinkToID": 0,
                        "nLl12LinkMode": 0,
                        "nLl12GroupId": 0,
                        "lLl12WrapBefore": false,
                        "cTableId": "obj_1786364643193_0jule9",
                        "cTableSectionKey": "header",
                        "nTableLineIndex": 0,
                        "nTableCellIndex": 4,
                        "cText": "Importe",
                        "cFontFamily": "Arial",
                        "nFontSize": 12,
                        "nFontOutPrecision": 0,
                        "nFontPitchAndFamily": 0,
                        "lFontBold": false,
                        "cFontBoldFormula": "",
                        "lFontItalic": false,
                        "cFontItalicFormula": "",
                        "lFontUnderline": false,
                        "cFontUnderlineFormula": "",
                        "lFontStrikeout": false,
                        "cFontStrikeoutFormula": "",
                        "lTextWrap": true,
                        "lAllowPageBreak": false,
                        "nLineSpacing": 0,
                        "nParagraphSpacing": 0,
                        "lKeepEmptyParagraphs": true,
                        "lTextAdjusted": false,
                        "lTrimSpaces": false,
                        "cTextFlowGroup": "",
                        "nTextFlowOrder": 0,
                        "nTextFlowLineHeight": 0,
                        "cTextColor": "#000000",
                        "cTextColorFormula": "",
                        "nTextOpacity": 1,
                        "cTextAlign": "right",
                        "nTextDecimalPosition": -10,
                        "cTextVerticalAlign": "top",
                        "cLl12SourceType": "",
                        "cLl12SourceJson": ""
                      }
                    },
                    "hBackground": {
                      "cColor": "",
                      "cColorFormula": "",
                      "cColorPreview": "",
                      "cFillStyle": "solid",
                      "cFillColor2": "#ffffff",
                      "cFillColor3": "#ffffff",
                      "nFillOpacity": 1
                    },
                    "hBorder": {
                      "lTop": true,
                      "lRight": true,
                      "lBottom": true,
                      "lLeft": true,
                      "cColor": "",
                      "nWidth": 0
                    }
                  }
                ]
              }
            ]
          },
          "hGroup": {
            "cBreakExpression": "",
            "aBreakExpressions": [],
            "lSkipEmptyValues": false
          }
        },
        {
          "cId": "obj_1786364643202_840o7l",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 2,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "FACTURA",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": true,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#17365d",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "left",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643211_b99x3o",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 3,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "HEADER.numero",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": false,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#000000",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "right",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643220_oaqccp",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 4,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "HEADER.fecha",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": false,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#000000",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "right",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643229_77dbuh",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 5,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "HEADER.cif",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": false,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#000000",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "left",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643238_wklsbh",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 6,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "HEADER.cliente",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": false,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#000000",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "left",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643247_m3p7vw",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": false,
          "nLayerId": 0,
          "nZIndex": 7,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#ffffff",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "HEADER.direccion",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": false,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#000000",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "left",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        },
        {
          "cId": "obj_1786364643255_2vv5sr",
          "cName": "Texto",
          "cType": "TText",
          "nLeft": 20,
          "nTop": 20,
          "nWidth": 60,
          "nHeight": 12,
          "lVisible": true,
          "lLocked": false,
          "lSelected": true,
          "nLayerId": 0,
          "nZIndex": 8,
          "cBorderColor": "#000000",
          "cBorderColorFormula": "",
          "nBorderWidth": 0.1,
          "lBorderTop": false,
          "lBorderRight": false,
          "lBorderBottom": false,
          "lBorderLeft": false,
          "cBackgroundColor": "#17365d",
          "cBackgroundColorFormula": "",
          "cFillStyle": "solid",
          "cFillColor2": "#ffffff",
          "cFillColor2Formula": "",
          "cFillColor3": "#ffffff",
          "cFillColor3Formula": "",
          "nFillOpacity": 1,
          "nRounded": 0,
          "nShadowSize": 0,
          "nShadowTransparency": 50,
          "cShadowColor": "#000000",
          "cShadowColorFormula": "",
          "nRotation": 0,
          "nOpacity": 1,
          "cCondition": "",
          "nPaddingTop": 0,
          "nPaddingRight": 0,
          "nPaddingBottom": 0,
          "nPaddingLeft": 0,
          "nLl12LinkID": 0,
          "nLl12LinkToID": 0,
          "nLl12LinkMode": 0,
          "nLl12GroupId": 0,
          "lLl12WrapBefore": false,
          "cTableId": "",
          "cTableSectionKey": "",
          "cText": "TOTAL",
          "cFontFamily": "Arial",
          "nFontSize": 12,
          "nFontOutPrecision": 0,
          "nFontPitchAndFamily": 0,
          "lFontBold": true,
          "cFontBoldFormula": "",
          "lFontItalic": false,
          "cFontItalicFormula": "",
          "lFontUnderline": false,
          "cFontUnderlineFormula": "",
          "lFontStrikeout": false,
          "cFontStrikeoutFormula": "",
          "lTextWrap": true,
          "lAllowPageBreak": false,
          "nLineSpacing": 0,
          "nParagraphSpacing": 0,
          "lKeepEmptyParagraphs": true,
          "lTextAdjusted": false,
          "lTrimSpaces": false,
          "cTextFlowGroup": "",
          "nTextFlowOrder": 0,
          "nTextFlowLineHeight": 0,
          "cTextColor": "#ffffff",
          "cTextColorFormula": "",
          "nTextOpacity": 1,
          "cTextAlign": "left",
          "nTextDecimalPosition": -10,
          "cTextVerticalAlign": "top",
          "cLl12SourceType": "",
          "cLl12SourceJson": ""
        }
      ],
      "texts": [
        {
          "id": "obj_1786364643193_0jule9_header_0_0_text",
          "text": "Código",
          "color": "#000000",
          "bold": false,
          "align": "center",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_header_0_1_text",
          "text": "Descripción",
          "color": "#000000",
          "bold": false,
          "align": "left",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_header_0_2_text",
          "text": "Cantidad",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_header_0_3_text",
          "text": "Precio",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_header_0_4_text",
          "text": "Importe",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_detail_0_0_text",
          "text": "DETAIL.codigo",
          "color": "#000000",
          "bold": false,
          "align": "center",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_detail_0_1_text",
          "text": "DETAIL.descripcion",
          "color": "#000000",
          "bold": false,
          "align": "left",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_detail_0_2_text",
          "text": "DETAIL.cantidad",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_detail_0_3_text",
          "text": "DETAIL.precio",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643193_0jule9_detail_0_4_text",
          "text": "DETAIL.importe",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "transparent"
        },
        {
          "id": "obj_1786364643202_840o7l",
          "text": "FACTURA",
          "color": "#17365d",
          "bold": true,
          "align": "left",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643211_b99x3o",
          "text": "HEADER.numero",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643220_oaqccp",
          "text": "HEADER.fecha",
          "color": "#000000",
          "bold": false,
          "align": "right",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643229_77dbuh",
          "text": "HEADER.cif",
          "color": "#000000",
          "bold": false,
          "align": "left",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643238_wklsbh",
          "text": "HEADER.cliente",
          "color": "#000000",
          "bold": false,
          "align": "left",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643247_m3p7vw",
          "text": "HEADER.direccion",
          "color": "#000000",
          "bold": false,
          "align": "left",
          "background": "#ffffff"
        },
        {
          "id": "obj_1786364643255_2vv5sr",
          "text": "TOTAL",
          "color": "#ffffff",
          "bold": true,
          "align": "left",
          "background": "#17365d"
        }
      ],
      "tables": [
        {
          "id": "obj_1786364643193_0jule9",
          "sections": {
            "header": [
              {
                "cells": [
                  {
                    "width": 32.8,
                    "text": "Código",
                    "color": "#000000",
                    "bold": false,
                    "align": "center"
                  },
                  {
                    "width": 8.2,
                    "text": "Descripción",
                    "color": "#000000",
                    "bold": false,
                    "align": "left"
                  },
                  {
                    "width": 10.2,
                    "text": "Cantidad",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  },
                  {
                    "width": 12.8,
                    "text": "Precio",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  },
                  {
                    "width": 16,
                    "text": "Importe",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  }
                ],
                "background": "#17365d",
                "zebra": null
              }
            ],
            "groupHeader": [],
            "detail": [
              {
                "cells": [
                  {
                    "width": 32.8,
                    "text": "DETAIL.codigo",
                    "color": "#000000",
                    "bold": false,
                    "align": "center"
                  },
                  {
                    "width": 8.2,
                    "text": "DETAIL.descripcion",
                    "color": "#000000",
                    "bold": false,
                    "align": "left"
                  },
                  {
                    "width": 10.2,
                    "text": "DETAIL.cantidad",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  },
                  {
                    "width": 12.8,
                    "text": "DETAIL.precio",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  },
                  {
                    "width": 16,
                    "text": "DETAIL.importe",
                    "color": "#000000",
                    "bold": false,
                    "align": "right"
                  }
                ],
                "background": "",
                "zebra": {
                  "lEnabled": true,
                  "nPattern": 0,
                  "cColor1": "#f3f5f7",
                  "cColor2": "#f3f4f6",
                  "nColor1Opacity": 1,
                  "nColor2Opacity": 1
                }
              }
            ],
            "groupFooter": [],
            "footer": []
          }
        }
      ],
      "usedFields": [
        "DETAIL.importe",
        "DETAIL.codigo",
        "DETAIL.descripcion",
        "DETAIL.cantidad",
        "DETAIL.precio",
        "HEADER.numero",
        "HEADER.fecha",
        "HEADER.cif",
        "HEADER.cliente",
        "HEADER.direccion"
      ],
      "inventedFields": []
    },
    "feedback": "Cambio aplicado",
    "error": "",
    "console": []
  }
}