{ "title": "Valores Fixo", "version": "1.0", "identifier": "FixedValue", "fields": [ { "quickFilter": true, "key": true, "property": "codColigada", "label": "Coligada", "visible": false, "type": "string", "componentType": "Input" }, { "quickFilter": true, "required": true, "layoutDefinition": [ { "gridColumns": 2, "componentType": "EditLayout" } ], "key": true, "property": "codigo", "label": "Código", "type": "string", "componentType": "Input" }, { "quickFilter": true, "required": true, "layoutDefinition": [ { "gridColumns": 4, "componentType": "EditLayout" } ], "property": "nome", "label": "Nome", "type": "string", "componentType": "Input" }, { "required": true, "format": "dd/MM/yyyy", "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "key": true, "property": "inicioVigencia", "label": "Início de Vigência", "type": "date", "componentType": "DatePicker" }, { "format": "dd/MM/yyyy", "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "property": "finalVigencia", "label": "Final de Vigência", "type": "date", "componentType": "DatePicker" }, { "decimalsLength": 4, "thousandMaxlength": 12, "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "property": "valor", "label": "Valor", "type": "decimal", "componentType": "Decimal" }, { "quickFilter": true, "options": [ { "value": 0, "label": "Sem finalidade específica." }, { "value": 1, "label": "Limite salário família." }, { "value": 2, "label": "Valor salário família abaixo do limite." }, { "value": 3, "label": "Valor salário família acima do limite." }, { "value": 4, "label": "Valor a deduzir de IRRF por dependente." }, { "value": 5, "label": "Desconto mínimo do IRRF." }, { "value": 6, "label": "Valor a deduzir para funcionário maior de 65 anos." }, { "value": 7, "label": "Valor do salário mínimo." }, { "value": 8, "label": "Desconto mínimo de IRRF 13o salário." }, { "value": 9, "label": "Teto para pagamento do salário família." }, { "value": 10, "label": "Limite para desconto de salário Maternidade em GRPS." }, { "value": 11, "label": "Taxa CPMF para salário família." }, { "value": 12, "label": "Valor mínimo para recolhimento da GPS." }, { "value": 13, "label": "Alíquota FAP." }, { "value": 14, "label": "Valor a deduzir no IRRF simplificado." }, { "value": 15, "label": "Aliquota da reoneração gradual da folha." } ], "layoutDefinition": [ { "gridColumns": 6, "componentType": "EditLayout" }, { "visible": false, "componentType": "TableLayout", "allowColumnsManager": false } ], "forceOptionsComponentType": "select", "property": "finalidade", "label": "Finalidade", "componentType": "Select" }, { "layoutDefinition": [ { "visible": false, "componentType": "EditLayout" }, { "widthColumnTable": 150, "componentType": "TableLayout" }, { "visible": false, "componentType": "AdvancedFilterLayout" }, { "visible": false, "componentType": "DetailLayout" } ], "property": "nomeFinalidade", "label": "Finalidade", "type": "string", "componentType": "Input" }, { "required": true, "booleanTrue": "Sim", "booleanFalse": "Não", "layoutDefinition": [ { "gridColumns": 3, "componentType": "EditLayout" } ], "property": "atualizaVigencia", "label": "Atualiza final de vigência na liberação de competência", "type": "boolean", "componentType": "Switch" } ], "groups": [] } |