{ "title": "Tarifa Transporte", "version": "1.0", "identifier": "TarifaTransporte", "fields": [ { "key": true, "property": "codColigada", "label": "Coligada", "visible": false, "type": "string", "componentType": "Input" }, { "quickFilter": true, "required": true, "mask": "99999", "maskFormatModel": true, "maxLength": 5, "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "key": true, "property": "codigo", "label": "Código", "type": "string", "componentType": "Input" }, { "required": true, "format": "dd/MM/yyyy", "layoutDefinition": [ { "gridColumns": 2, "componentType": "EditLayout" } ], "key": true, "property": "inicioVigencia", "label": "Início vigência", "type": "date", "componentType": "DatePicker" }, { "required": true, "format": "dd/MM/yyyy", "layoutDefinition": [ { "gridColumns": 2, "componentType": "EditLayout" } ], "property": "finalVigencia", "label": "Final vigência", "type": "date", "componentType": "DatePicker" }, { "required": true, "maxLength": 30, "layoutDefinition": [ { "gridColumns": 5, "componentType": "EditLayout" } ], "property": "descricao", "label": "Descrição", "type": "string", "componentType": "Input" }, { "required": true, "decimalsLength": 2, "thousandMaxlength": 11, "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "property": "valor", "label": "Valor", "type": "currency", "componentType": "Decimal" }, { "booleanTrue": "Sim", "booleanFalse": "Não", "layoutDefinition": [ { "gridColumns": 9, "componentType": "EditLayout" } ], "property": "atualizaVigencia", "label": "Atualiza final de vigência na liberação de competência", "type": "boolean", "componentType": "Switch" } ], "groups": [] } |