{
    "cType": "TDocument",
    "cFormatVersion": "1.0",
    "cTemplateName": "Demo TLLDominusPHP Reg",
    "cDocumentKind": "label",
    "cPaperFormat": "a4",
    "cPaperOrientation": "portrait",
    "nPaperWidth": 210,
    "nPaperHeight": 297,
    "hLabelLayout": {
        "nLabelWidth": 95,
        "nLabelHeight": 52,
        "nColumns": 2,
        "nRows": 5,
        "nMarginLeft": 8,
        "nMarginTop": 8,
        "nGapHorizontal": 4,
        "nGapVertical": 4,
        "cFlow": "row",
        "cLabelFormat": "demo-tll-reg",
        "nPrintOffsetX": 0,
        "nPrintOffsetY": 0
    },
    "aObjects": [
        {
            "cId": "demo_box",
            "cName": "Marco",
            "cType": "TRectangle",
            "nLeft": 0,
            "nTop": 0,
            "nWidth": 95,
            "nHeight": 52,
            "cBorderColor": "#1f2937",
            "nBorderWidth": 0.25,
            "cBackgroundColor": "#ffffff",
            "lVisible": true,
            "nZIndex": 1
        },
        {
            "cId": "demo_empresa",
            "cName": "Empresa",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 2,
            "nWidth": 89,
            "nHeight": 5,
            "cText": "DATOS_EMPRESA.EMPRESA",
            "nFontSize": 10,
            "lFontBold": true,
            "cTextColor": "#111827",
            "nZIndex": 2
        },
        {
            "cId": "demo_cliente",
            "cName": "Cliente",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 8,
            "nWidth": 89,
            "nHeight": 5,
            "cText": "\"Cliente: \"+FACLI.CLIENTE+\" | CIF: \"+FACLI.CIF",
            "nFontSize": 7,
            "cTextColor": "#1f2937",
            "nZIndex": 3
        },
        {
            "cId": "demo_doc",
            "cName": "Documento",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 14,
            "nWidth": 89,
            "nHeight": 5,
            "cText": "\"Doc: \"+FACLI.NUMERO+\" | Fecha: \"+DATOS_EMPRESA.FECHA",
            "nFontSize": 7,
            "cTextColor": "#374151",
            "nZIndex": 4
        },
        {
            "cId": "demo_linea",
            "cName": "Linea",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 22,
            "nWidth": 89,
            "nHeight": 8,
            "cText": "LINEAS_FACTURA.CODIGO_ARTICULO+\" - \"+LINEAS_FACTURA.DESCRIPCION",
            "nFontSize": 8,
            "lFontBold": true,
            "cTextColor": "#000000",
            "nZIndex": 5
        },
        {
            "cId": "demo_importes",
            "cName": "Importes",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 33,
            "nWidth": 89,
            "nHeight": 7,
            "cText": "\"Cant: \"+Transform(LINEAS_FACTURA.CANTIDAD,\"999\")+\"  Precio: \"+Transform(LINEAS_FACTURA.PRECIO,\"999,999.99\")+\"  Importe: \"+Transform(LINEAS_FACTURA.TOTAL_LINEA,\"999,999.99\")",
            "nFontSize": 7,
            "cTextColor": "#111827",
            "nZIndex": 6
        },
        {
            "cId": "demo_direccion",
            "cName": "Direccion",
            "cType": "TText",
            "nLeft": 3,
            "nTop": 43,
            "nWidth": 89,
            "nHeight": 5,
            "cText": "FACLI.DIRECCION",
            "nFontSize": 6,
            "cTextColor": "#6b7280",
            "nZIndex": 7
        }
    ]
}
