Histórico da Página
01. DADOS GERAIS
Produto: |
| ||||
---|---|---|---|---|---|
Linha de Produto: |
| ||||
Segmento: |
| ||||
Módulo: | Gestão Jurídica | ||||
Função: | JurModRest.prw JURA286.prw JURA293.prw WSJurConsultas.prw WSJurUtil.prw WSLegalProcess.prw JurTraducao.constant.ts acompanhamento.service.ts widget-andamentos.component.ts home.component.ts menu-pt.ts menu.component.css menu.component.ts menu.module.ts processo-pt.ts alt-processo.component.ts alt-processo.component.html e-social.service.ts widget-liminar.component.ts product-config-routing.module.ts product-config.module.ts product-config-pt.ts product-config.component.css product-config.component.html product-config.component.ts product-config.service.ts product-config.struct.ts provisao.component.ts pesq-rapida-adapter.service.ts relacionamentos.service.ts modal-relacionamentos.component.ts widiget-relacionamentos.component.html widiget-relacionamentos.component.ts util-function.struct.ts widget-tarefas.component.ts | ||||
País: | Brasil | ||||
Ticket: | - | ||||
Requisito/Story/Issue (informe o requisito relacionado) : | DJURDEP-93178469 |
02. SITUAÇÃO/REQUISITO
O objetivo desta story é habilitar assuntos filhos, que não tem instância (NUQ), na rotina de processos. Basicamente, estes processos devem aparecer em:
- Pesquisa rápida.
- Widget de provisões.
- Widget de acompanhamento de processos.
- Pesquisa avançada.
- Favoritos.
- Resumo do assunto.
- Ver detalhes.
Podem ser configurados os assuntos filhos de:
- Procurações
Ao habilitar os assuntos jurídicos, deve ser uma configuração global, ou seja, deve valer para todos os usuários.
03. SOLUÇÃO
1 - Foram realizados os ajustes necessários nas rotinas para habilitar assuntos jurídicos filhos de procurações, que não possuem instância (NUQ), na rotina de processos.
2 - Foi criada a tela de configuração global do produto. Para a nova tela foi criada a tabela O18.
Tabela O18
- Tabela:
X2_CHAVE | X2_PATH | X2_ARQUIVO | X2_NOME | X2_NOMESPA | X2_NOMEENG | X2_ROTINA | X2_MODO | X2_MODOUN | X2_MODOEMP | X2_UNICO | X2_USROBJ | X2_POSLGT | X2_CLOB | X2_TAMFIL |
O18 | \DATA\ | O18990 | Cofigurar Jurídico Dept. PO UI | Cofigurar Jurídico Dept. PO UI | Cofigurar Jurídico Dept. PO UI | JURA293 | C | C | C | O18_FILIAL+O18_TIPO | JURA293 | 1 | 1 | 2 |
- Campos:
X3_ARQUIVO | X3_ORDEM | X3_CAMPO | X3_TIPO | X3_TAMANHO | X3_DECIMAL | X3_TITULO | X3_TITSPA | X3_TITENG | X3_DESCRIC | X3_DESCSPA | X3_DESCENG | X3_PICTURE | X3_USADO | X3_NIVEL | X3_RESERV | X3_PROPRI | X3_BROWSE | X3_VISUAL | X3_CONTEXT | X3_GRPSXG | X3_ORTOGRA | X3_IDXFLD | X3_POSLGT | X3_MODAL |
O18 | 1 | O18_FILIAL | C | 2 | 0 | Filial | Sucursal | Branch | Filial do Sistema | Sucursal | Branch of the System | @! | x | 1 | XXXXXX X | U | N | 33 | ||||||
O18 | 2 | O18_TIPO | C | 2 | 0 | Tipo | Tipo | Tipo | Tipo de Configuração | Tipo de Configuração | Tipo de Configuração | x | 0 | xxxxxx x | U | S | A | R | N | N | 1 | 1 | ||
O18 | 3 | O18_JSON | M | 10 | 0 | Json | Json | Json | Objeto Json | Objeto Json | Objeto Json | x | 0 | xxxxxx x | U | N | A | R | N | N | 1 | 1 |
- Índices:
INDICE | ORDEM | CHAVE | DESCRICAO | DESCSPA | DESCENG | PROPRI | SHOWPESQ | IX_VIRCUST |
O18 | 1 | O18_FILIAL+O18_TIPO | FILIAL + TIPO + JSON | FILIAL + TIPO + JSON | FILIAL + TIPO + JSON | U | S | 3 |
04. DEMAIS INFORMAÇÕES
...
05. ASSUNTOS RELACIONADOS
Templatedocumentos |
---|
HTML |
---|
<style> div.theme-default .ia-splitter #main { margin-left: 0px; } .ia-fixed-sidebar, .ia-splitter-left { display: none; } #main { padding-left: 10px; padding-right: 10px; overflow-x: hidden; } .aui-header-primary .aui-nav, .aui-page-panel { margin-left: 0px !important; } .aui-header-primary .aui-nav { margin-left: 0px !important; } .aui-tabs.horizontal-tabs>.tabs-menu>.menu-item.active-tab a::after { background: #FF9900; !important } .menu-item.active-tab { border-bottom: none !important; } </style> |