[go: up one dir, main page]

0% found this document useful (0 votes)
4 views4 pages

Script Autenticadro Menu

The document outlines a database structure for a menu system, detailing various menu items, their types, and associated functionalities. It includes information such as IDs, names, parent menu relationships, URLs, and creation/update timestamps. The data indicates active status and categorization of each menu entry within a hierarchical framework.

Uploaded by

mica.msr5099
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Script Autenticadro Menu

The document outlines a database structure for a menu system, detailing various menu items, their types, and associated functionalities. It includes information such as IDs, names, parent menu relationships, URLs, and creation/update timestamps. The data indicates active status and categorization of each menu entry within a hierarchical framework.

Uploaded by

mica.msr5099
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

1 - Modulo

2 - Menu
3 - Sub Menu
4 - Funcionalidade
SET IDENTITY_INSERT dbo.Tool ON;

id <nome, varchar(50),> <codigoTipoMenu, smallint,>


1 Geral' 1
2 Garantia 1
3 Property(Empresarial) 1
4 Serviços 2
5 Financeiro 2
6 Emissao 2
7 Emissao 2
8 Recibos de Comissão 3
9 Parcelas Pendentes 3
10 Portal Onpoint 3
11 Portal MGU 3
12 Consultar Recibos Comissão 4
13 Baixar PDF 4
14 Baixar EXCEL 4
15 Detalhar Recibo 4
16 Consultar Parcelas Pendentes 4
17 Botão Editar 4
18 Download Parcela 4
19 Alterar Vencimento Parcela 4
<url, varchar(max),> <idMenuPai, smallint,> <identificadorMarcao, varchar(200),>
null null modulo-geral
null null modulo-garantia
null null modulo-property
null 1 menu-servicos
null 1 menu-financeiro
null 2 menu-emissao-garantia
null 3 menu-emissao-property
null 4 submenu-consultar-recibos-comissao
null 5 submenu-parcelas-pendentes
https://onpoint-hml.azu 6 submenu-portal-onpoint-garantia
https://plataforma.mguc 7 submenu-portal-mgu-property
https://api-dev.sombre 8 consultar-recibos-comissao
https://api-dev.sombre 8 botao-baixar-pdf
https://api-dev.sombre 8 botao-baixar-excel
https://api-dev.sombre 8 botao-detalhar-recibo
https://api-dev.sombre 9 consultar-parcelas-pendentes
null 9 botao-editar
https://api-dev.sombre 9 download-parcela-pendente
https://api-dev.sombrer 9 alterar-vencimento-parcela-pendente
<ordem, smallint,> <ativo, bit,> <dataCriacao, smalldatetime,>
1 1 2024-04-09 16:50:00'
2 1 2024-04-09 16:50:00'
3 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
2 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
2 1 2024-04-09 16:50:00'
3 1 2024-04-09 16:50:00'
4 1 2024-04-09 16:50:00'
1 1 2024-04-09 16:50:00'
2 1 2024-04-09 16:50:00'
3 1 2024-04-09 16:50:00'
4 1 2024-04-09 16:50:00'
<dataAtualizacao, smalldatetime,> <codigoTipoLink, smallint,>)
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' null
2024-04-09 16:50:00' 2
2024-04-09 16:50:00' 2
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' null
2024-04-09 16:50:00' 1
2024-04-09 16:50:00' 1

You might also like