{
    "table": {
        "id": 1,
        "uuid": 0,
        "tablename": "providers",
        "name": {
            "en": "Proveedores",
            "es": "Proveedores"
        },
        "timestamps": 1,
        "softDeletes": 1,
        "slug": 0,
        "singlepage": false,
        "slug_global": 0,
        "menu_show": "1",
        "icon": "pi pi-file"
    },
    "inputs": [
        {
            "columnname": "code",
            "type": "text",
            "label": {
                "en": "Code",
                "es": "Codigo"
            },
            "unique": 0,
            "default": "",
            "nullable": 1,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "1",
            "visible_edit": "0"
        },
        {
            "columnname": "name",
            "type": "text",
            "label": {
                "en": "Name",
                "es": "Nombre \/ Razon Social"
            },
            "unique": 0,
            "default": "",
            "nullable": 0,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "1",
            "visible_edit": "1"
        },
        {
            "columnname": "CUIT",
            "type": "text",
            "label": {
                "en": "cuit",
                "es": "C.U.I.T"
            },
            "unique": 0,
            "default": null,
            "nullable": 1,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "iibb",
            "type": "text",
            "label": {
                "en": "cuit",
                "es": "I.I.B.B."
            },
            "unique": 0,
            "default": null,
            "nullable": 1,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "fiscal_type",
            "type": "select",
            "label": {
                "en": "Type",
                "es": "Tipo"
            },
            "unique": 0,
            "default": "1",
            "nullable": 0,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "valueoriginselector": "values",
            "options": [
                {
                    "key": "1",
                    "text": "Responsable Inscripto"
                },
                {
                    "key": "2",
                    "text": "Responsable Monostributista"
                },
                {
                    "key": "3",
                    "text": "Exento"
                },
                {
                    "key": "4",
                    "text": "Consumidor Final"
                }
            ],
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "address",
            "type": "text",
            "label": {
                "en": "Direccion 1",
                "es": "Direccion Fiscal"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 12,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "locality",
            "type": "text",
            "label": {
                "en": "Localidad",
                "es": "Localidad"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "cp",
            "type": "text",
            "label": {
                "en": "CP",
                "es": "CP"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 2,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "province",
            "type": "text",
            "label": {
                "en": "Provincia",
                "es": "Provincia"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "country",
            "type": "text",
            "label": {
                "en": "Country",
                "es": "Pa\u00eds"
            },
            "unique": 0,
            "default": "Argentina",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 4,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "address2",
            "type": "text",
            "label": {
                "en": "Direccion 2",
                "es": "Direccion 2"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 12,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "locality2",
            "type": "text",
            "label": {
                "en": "Localidad",
                "es": "Localidad"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "cp2",
            "type": "text",
            "label": {
                "en": "CP",
                "es": "CP"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 2,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "province2",
            "type": "text",
            "label": {
                "en": "Provincia",
                "es": "Provincia"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "country2",
            "type": "text",
            "label": {
                "en": "Country",
                "es": "Pa\u00eds"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 4,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "web",
            "type": "text",
            "label": {
                "en": "Web",
                "es": "Web"
            },
            "unique": "1",
            "default": "",
            "nullable": "1",
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 6,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "email",
            "type": "text",
            "label": {
                "en": "E-Mail",
                "es": "E-Mail"
            },
            "unique": "1",
            "default": "",
            "nullable": "1",
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 6,
            "visible": "1",
            "visible_edit": "1"
        },
        {
            "columnname": "phone",
            "type": "text",
            "label": {
                "en": "Phone",
                "es": "Telefono"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 6,
            "visible": "1",
            "visible_edit": "1"
        },
        {
            "columnname": "contacto",
            "icon": "",
            "type": "text",
            "visible": 1,
            "visible_edit": 1,
            "label": {
                "en": "contacto",
                "es": "contacto"
            },
            "unique": 0,
            "default": "",
            "nullable": 1,
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 6
        },
        {
            "columnname": "critic",
            "type": "true_or_false",
            "label": {
                "en": "cRITICO",
                "es": "CRITICO"
            },
            "unique": 0,
            "default": 0,
            "nullable": 0,
            "validate": 1,
            "max": "",
            "min": "",
            "tabledata": "",
            "tablekeycolumn": "",
            "tabletextcolumn": "",
            "gridcols": 3,
            "visible": "0",
            "visible_edit": "1"
        },
        {
            "columnname": "CONTACTOS",
            "icon": "",
            "type": "subForm",
            "visible": "0",
            "visible_edit": "1",
            "label": {
                "en": "CONTACTOS",
                "es": "CONTACTOS"
            },
            "unique": 0,
            "default": "",
            "nullable": "1",
            "validate": "0",
            "max": "",
            "min": "",
            "tabledata": "pcon",
            "tablekeycolumn": "prov_id",
            "tabletextcolumn": "",
            "gridcols": 12
        }
    ]
}