summaryrefslogtreecommitdiff
path: root/Gestor.Model/Gestor.Model.Common/TipoTela.cs
diff options
context:
space:
mode:
authorLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 17:17:46 +0000
committerLucas Faria Mendes <lucas.fariamo08@gmail.com>2026-03-30 17:17:46 +0000
commit0440c722a221b8068bbf388c1c0c51f0faff0451 (patch)
tree169cbf90c50ff7961db82ecb606c50c2a45a1688 /Gestor.Model/Gestor.Model.Common/TipoTela.cs
parent225aa1499e37faf9d38257caabbadc68d78b427e (diff)
downloadgestor-master.tar.gz
gestor-master.zip
some dllsHEADmaster
Diffstat (limited to 'Gestor.Model/Gestor.Model.Common/TipoTela.cs')
-rw-r--r--Gestor.Model/Gestor.Model.Common/TipoTela.cs214
1 files changed, 214 insertions, 0 deletions
diff --git a/Gestor.Model/Gestor.Model.Common/TipoTela.cs b/Gestor.Model/Gestor.Model.Common/TipoTela.cs
new file mode 100644
index 0000000..114c7e4
--- /dev/null
+++ b/Gestor.Model/Gestor.Model.Common/TipoTela.cs
@@ -0,0 +1,214 @@
+using System.ComponentModel;
+using Gestor.Model.Attributes;
+using Gestor.Model.Converter;
+
+namespace Gestor.Model.Common;
+
+[TypeConverter(typeof(EnumDescriptionTypeConverter))]
+public enum TipoTela
+{
+ [Description("Todas")]
+ Todas,
+ [Category("Seguros")]
+ [Description("CADASTRO DE CLIENTE")]
+ [Entity("ClienteView")]
+ Cliente,
+ [Category("Seguros")]
+ [Description("CADASTRO DE APÓLICE")]
+ [Entity("ApoliceView")]
+ Apolice,
+ [Category("Seguros")]
+ [Description("CADASTRO DE ITEM")]
+ [Entity("MenuItensView")]
+ Item,
+ [Description("TRILHA")]
+ Trilha,
+ [Category("Seguros")]
+ [Description("CADASTRO DE PARCELAS")]
+ [Entity("ApoliceView")]
+ Parcela,
+ [Description("CADASTRO DE ARQUIVO DIGITAL")]
+ Arquivo,
+ [Category("Seguros")]
+ [Description("SINISTRO")]
+ [Entity("SinistroView")]
+ Sinistro,
+ [Description("CONFIGURAÇÃO DE IMPORTAÇÃO")]
+ ConfigExtratoImport,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE ESTIPULANTE")]
+ [Entity("EstipulanteView")]
+ Estipulante,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE PRODUTO")]
+ [Entity("ProdutoView")]
+ Produto,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE STATUS")]
+ [Entity("StatusView")]
+ Status,
+ [Category("Ferramentas")]
+ [Description("MANUTENÇÃO DE RAMOS")]
+ [Entity("RamoView")]
+ Ramo,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE SEGURADORA")]
+ [Entity("SeguradoraView")]
+ Seguradora,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE TIPO DE VENDEDOR")]
+ [Entity("TipoVendedorView")]
+ TipoVendedor,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE VENDEDOR")]
+ [Entity("VendedorView")]
+ Vendedor,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE USUARIOS")]
+ [Entity("UsuarioView")]
+ Usuario,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE E-MAIL")]
+ [Entity("CadastroEmailView")]
+ Email,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE EMPRESA E FILIAIS")]
+ [Entity("EmpresaView")]
+ Empresa,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE SÓCIO")]
+ [Entity("SocioView")]
+ Socio,
+ [Description("CRÍTICA DE IMPORTACAO")]
+ [Entity("CriticaApoliceView")]
+ CriticaApolice,
+ [Category("Seguros")]
+ [Description("CONSULTA GERAL DE SEGUROS")]
+ [Entity("ConsultaOriginalView")]
+ Consulta,
+ [Category("Ferramentas")]
+ [Description("PARCEIRO")]
+ [Entity("CadastroParceiroView")]
+ Parceiro,
+ [Description("EXTRATO")]
+ Extrato,
+ [Category("Financeiro")]
+ [Description("FORNECEDOR")]
+ [Entity("FornecedorView")]
+ Fornecedor,
+ [Category("Financeiro")]
+ [Description("LANCAMENTO")]
+ [Entity("FinanceiroView")]
+ Lancamento,
+ [Category("Financeiro")]
+ [Description("BANCOS E CONTAS")]
+ [Entity("BancosContasView")]
+ Conta,
+ [Category("Financeiro")]
+ [Description("PLANO")]
+ Plano,
+ [Category("Financeiro")]
+ [Description("PLANOS")]
+ [Entity("PlanosView")]
+ Planos,
+ [Category("Financeiro")]
+ [Description("CENTRO")]
+ [Entity("CentroDeCustoView")]
+ Centro,
+ [Category("Ferramentas")]
+ [Description("META VENDEDOR")]
+ MetaVendedor,
+ [Category("Ferramentas")]
+ [Description("META SEGURADORA")]
+ MetaSeguradora,
+ [Category("Seguros")]
+ [Description("CADASTRO DE PERFIL")]
+ Perfil,
+ [Category("Prospeccao")]
+ [Description("PROSPECÇÃO")]
+ [Entity("ProspeccaoView")]
+ Prospeccao,
+ [Category("Seguros")]
+ [Description("AGENDA")]
+ Agenda,
+ [Description("BAIXA DE COMISSÃO AUTOMÁTICA")]
+ [Entity("ComissaoView")]
+ ComissaoAutomatica,
+ [Description("ADIANTAMENTO")]
+ Adiantamento,
+ [Description("PAGAMENTO VENDEDOR")]
+ PagamentoVendedor,
+ [Category("Ferramentas")]
+ [Description("TAREFA")]
+ [Entity("TarefaView")]
+ Tarefa,
+ [Description("MALA DIRETA")]
+ [Entity("MalaDiretaView")]
+ MalaDireta,
+ [Description("ATENDIMENTO")]
+ [Entity("AtendimentosView")]
+ Atendimento,
+ [Description("TROCA DE CLIENTE")]
+ TrocaCliente,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE RECIBOS")]
+ [Entity("ReciboView")]
+ Recibo,
+ [Category("Ferramentas")]
+ [Description("PERMISSÕES/RESTRIÇÕES")]
+ PermissaoRestricao,
+ [Category("Assinatura")]
+ [Description("ASSINATURA ELETRONICA")]
+ Assinatura,
+ [Description("VINCULO VENDEDOR")]
+ VinculoVendedor,
+ [Category("Seguros")]
+ [Description("INFORMAÇÔES DE EXPEDIÇÃO")]
+ Expedicao,
+ Restricao,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE QUALIFICACAO")]
+ [Entity("QualificacaoView")]
+ Qualificacao,
+ [Description("LOGIN")]
+ Login,
+ [Description("CONFIGURAÇÕES DO SISTEMA")]
+ Configuracoes,
+ [Description("PAINEL BI")]
+ [Entity("PainelBiView")]
+ PainelBi,
+ [Category("Ferramentas")]
+ [Description("TIPO DE TAREFA")]
+ [Entity("TipoTarefaView")]
+ TipoTarefa,
+ [Category("Ferramentas")]
+ [Description("VINCULO REPASSES")]
+ VinculoRepasses,
+ [Description("CADASTRO DE REPASSE")]
+ [Entity("VendedorView")]
+ Repasse,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE NOTA FISCAL")]
+ [Entity("NotaFiscalView")]
+ NotaFiscal,
+ [Category("Ferramentas")]
+ [Description("CADASTRO DE PERCENTUAIS DE IMPOSTOS")]
+ [Entity("ImpostoDrawer")]
+ Impostos,
+ [Category("Ferramentas")]
+ [Description("STATUS DE PROSPECÇÃO")]
+ [Entity("StatusProspeccaoView")]
+ StatusProspeccao,
+ [Category("Ferramentas")]
+ [Description("MANUTENÇÃO DE PAGAMENTOS")]
+ [Entity("ManutencaoPagamentosView")]
+ ManutencaoPagamentos,
+ [Category("Ferramentas")]
+ [Description("PROTOCOLOS E ETIQUETAS")]
+ [Entity("ProdutoView")]
+ ProtocolosEtiquetas,
+ [Category("Ferramentas")]
+ [Description("PROSPECÇÃO")]
+ [Entity("ProspeccaoView")]
+ ProspeccaoPermissao
+}