{
    "table": {
        "id": 1,
        "uuid": 0,
        "tablename": "traces",
        "name": {
            "en": "Trazabilidad",
            "es": "Trazabilidad"
        },
        "singlepage": false,
        "timestamps": 1,
        "softDeletes": 1,
        "menu_show": 1,
        "slug": 0,
        "slug_global": 0,
        "icon": "fa fa-fw fa-flask"
    },
    "inputs": [
        {
            "columnname": "codigop",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Código",
                "es": "Código"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 4
        },
        {
            "columnname": "fecha",
            "icon": "",
            "type": "date",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Fecha",
                "es": "Fecha"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 6
        },
        {
            "columnname": "provider_id",
            "type": "select",
            "label": {
                "en": "Proveedor",
                "es": "Proveedor"
            },
            "unique": 0,
            "default": "",
            "nullable": 0,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "providers",
            "tablekeycolumn": "id",
            "tabletextcolumn": "name",
            "gridcols": 6,
            "valueoriginselector": "table",
            "visible": "1",
            "visible_edit": "1"
        },
        {
            "columnname": "detail",
            "icon": "",
            "type": "textarea",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Detalle",
                "es": "Detalle"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 12
        },
        {
            "columnname": "remito",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Remito",
                "es": "Remito"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 4
        },
        {
            "columnname": "entrega",
            "icon": "",
            "type": "number",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "Entrega",
                "es": "Entrega"
            },
            "unique": 0,
            "default": 1,
            "nullable": 0,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3
        },
        {
            "isCollapsed": true,
            "columnname": "oti",
            "icon": "",
            "type": "select",
            "visible": 1,
            "gridcols": 12,
            "visible_edit": 1,
            "label": {
                "es": "Otis",
                "en": "Oti"
            },
            "unique": 0,
            "default": "",
            "nullable": 1,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "otis_code",
            "tablekeycolumn": "id",
            "tabletextcolumn": "code",
            "translatable": 0,
            "multiple": true,
            "valueoriginselector": "table"
        },
        {
            "isCollapsed": true,
            "columnname": "file",
            "icon": "",
            "type": "file",
            "visible": 1,
            "gridcols": 12,
            "visible_edit": 1,
            "label": {
                "es": "Adjunto",
                "en": "File"
            },
            "unique": 0,
            "default": "",
            "nullable": 1,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "translatable": 0,
            "multiple": false
        }
    ]
}