@orbe-agro/client-core-prod 5.5.53 → 5.5.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/@ecme/auth/AuthProvider.js +3 -0
- package/dist/@ecme/auth/AuthProvider.js.map +1 -1
- package/dist/@ecme/components/shared/DataTable.js +11 -1
- package/dist/@ecme/components/shared/DataTable.js.map +1 -1
- package/dist/@types/@ecme/auth/AuthProvider.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/DataTable.d.ts +3 -0
- package/dist/@types/@ecme/components/shared/DataTable.d.ts.map +1 -1
- package/dist/@types/base/@types/models/racao/pedidoVenda.d.ts +4 -2
- package/dist/@types/base/@types/models/racao/pedidoVenda.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.d.ts +3 -0
- package/dist/@types/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/centralNfe.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/nfe.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/centralNfe/config/nfe.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/config/requisicaoCompra.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/config/requisicaoCompra.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +12 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.d.ts.map +1 -1
- package/dist/@types/base/locales/lang/ptBR/modules/Ticket/ticket.nav.d.ts +1 -0
- package/dist/@types/base/locales/lang/ptBR/modules/Ticket/ticket.nav.d.ts.map +1 -1
- package/dist/@types/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.d.ts +3 -0
- package/dist/@types/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/centralNfe/nfe/NfeService.d.ts +1 -0
- package/dist/@types/base/services/modules/centralNfe/nfe/NfeService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/compras/index.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/index.d.ts.map +1 -1
- package/dist/@types/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts.map +1 -1
- package/dist/@types/base/utils/colorClassName/badge.d.ts.map +1 -1
- package/dist/@types/base/utils/functions/stringUtils.d.ts.map +1 -1
- package/dist/@types/base/utils/notification/pushToastNotification.d.ts +4 -0
- package/dist/@types/base/utils/notification/pushToastNotification.d.ts.map +1 -0
- package/dist/base/@types/models/racao/pedidoVenda.js.map +1 -1
- package/dist/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.js +3 -0
- package/dist/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.js.map +1 -1
- package/dist/base/configs/endpoints.config/centralNfe/config/nfe.js +2 -1
- package/dist/base/configs/endpoints.config/centralNfe/config/nfe.js.map +1 -1
- package/dist/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.js +3 -2
- package/dist/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.js.map +1 -1
- package/dist/base/configs/endpoints.config/compras/config/requisicaoCompra.js +2 -1
- package/dist/base/configs/endpoints.config/compras/config/requisicaoCompra.js.map +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.js +10 -0
- package/dist/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.js.map +1 -1
- package/dist/base/index.js +5 -1
- package/dist/base/index.js.map +1 -1
- package/dist/base/locales/lang/ptBR/modules/Ticket/ticket.nav.js +2 -1
- package/dist/base/locales/lang/ptBR/modules/Ticket/ticket.nav.js.map +1 -1
- package/dist/base/services/index.js +5 -1
- package/dist/base/services/index.js.map +1 -1
- package/dist/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.js +24 -1
- package/dist/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.js.map +1 -1
- package/dist/base/services/modules/centralNfe/index.js +2 -1
- package/dist/base/services/modules/centralNfe/nfe/NfeService.js +7 -0
- package/dist/base/services/modules/centralNfe/nfe/NfeService.js.map +1 -1
- package/dist/base/services/modules/compras/index.js +5 -1
- package/dist/base/services/modules/compras/index.js.map +1 -1
- package/dist/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js +8 -0
- package/dist/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js.map +1 -1
- package/dist/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.js +7 -0
- package/dist/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.js.map +1 -1
- package/dist/base/services/modules/index.js +5 -1
- package/dist/base/services/modules/index.js.map +1 -1
- package/dist/base/utils/colorClassName/badge.js +1 -0
- package/dist/base/utils/colorClassName/badge.js.map +1 -1
- package/dist/base/utils/functions/stringUtils.js +1 -0
- package/dist/base/utils/functions/stringUtils.js.map +1 -1
- package/dist/base/utils/notification/pushToastNotification.js +11 -0
- package/dist/base/utils/notification/pushToastNotification.js.map +1 -0
- package/lib/@ecme/auth/AuthProvider.tsx +6 -0
- package/lib/@ecme/components/shared/DataTable.tsx +15 -0
- package/lib/base/@types/models/racao/pedidoVenda.ts +4 -2
- package/lib/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.ts +3 -0
- package/lib/base/configs/endpoints.config/centralNfe/config/nfe.ts +1 -0
- package/lib/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.ts +3 -2
- package/lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts +2 -1
- package/lib/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.ts +10 -0
- package/lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts +2 -1
- package/lib/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.ts +23 -0
- package/lib/base/services/modules/centralNfe/nfe/NfeService.ts +8 -0
- package/lib/base/services/modules/compras/index.ts +2 -1
- package/lib/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.ts +8 -0
- package/lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts +7 -0
- package/lib/base/utils/colorClassName/badge.ts +1 -0
- package/lib/base/utils/functions/stringUtils.ts +1 -0
- package/lib/base/utils/notification/pushToastNotification.tsx +9 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pushToastNotification.d.ts","sourceRoot":"","sources":["../../../../../lib/base/utils/notification/pushToastNotification.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAgB,iBAAiB,EAAS,MAAM,cAAc,CAAA;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,wBAAgB,qBAAqB,CACjC,IAAI,EAAE,SAAS,EACf,mBAAmB,CAAC,EAAE,iBAAiB,QAG1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pedidoVenda.js","sources":["../../../../../lib/base/@types/models/racao/pedidoVenda.ts"],"sourcesContent":["export enum StatusGlobal {\n A = 'NAO_PROCESSADO',\n B = 'EM_ANDAMENTO',\n C = 'CONCLUIDO',\n D = 'CANCELADO',\n}\n\nexport enum StatusIntegracao {\n PENDENTE = 'PENDENTE',\n PROCESSANDO = 'PROCESSANDO',\n ENVIADO_SAP = 'ENVIADO_SAP',\n PROCESSANDO_SAP = 'PROCESSANDO_SAP',\n CONCLUIDO = 'CONCLUIDO',\n ERRO = 'ERRO'\n}\n\nexport enum Status {\n APROVADO = 'APROVADO',\n REPROVADO = 'REPROVADO',\n CANCELADO = 'CANCELADO',\n FINALIZADO = 'FINALIZADO',\n EM_ANDAMENTO = 'EM_ANDAMENTO',\n AGUARDANDO_APROVACAO = 'AGUARDANDO_APROVACAO',\n CONCLUIDO = 'CONCLUIDO',\n}\n\nexport type TPedidoVendaColumnDef = {\n id: number\n dataCriacao: string\n usuarioCriacaoId: number\n usuarioCriacaoNome: string\n equipeVendaCodigo: string\n valorFrete: number\n status?: Status | string\n finalizado?: boolean\n statusIntegracao?: StatusIntegracao | string\n statusGlobal?: StatusGlobal | string\n justificativa?: string\n motivo?: string\n emissorId: number\n emissorBusinessPartner: string\n emissorNomeCompleto: string\n dadosDocumentosVendas?: TDadosDocumentosVendas[]\n}\n\nexport type TPedidoVendaCalculatePrice = {\n produtoId: number\n precoRealProduto: number\n}\n\nexport type TPedidoVenda = {\n id?: number\n dataCriacao?: string\n status?: string\n finalizado?: boolean\n justificativa?: string | null\n observacao?: string | null\n statusIntegracao?: string\n documentoVendaPrincipal?: string | null\n pesoTotal?: number\n clientePedidoVenda: TClientePedidoVenda\n condicaoFretePedidoVenda: TCondicaoFretePedidoVenda\n produtosPedidoVenda: TProdutosPedidoVenda[]\n dadosDocumentosVendas?: TDadosDocumentosVendas[]\n}\n\nexport type TClientePedidoVenda = {\n id?: number\n tipoOrdemVendaId: number\n centroId: number\n depositoId: number\n organizacaoVendaCodigo: string\n canalDistribuicaoCodigo: string\n setorAtividadeCodigo: string\n escritorioVendaCodigo?: string\n equipeVendaCodigo?: string\n vendedorId: number\n vendedorCodigo: string\n compositeKeyRecebedor: string\n recebedorId: number\n recebedorCodigo: string\n funcaoParceiraRecebedorId: number\n regiao: string\n compositeKeyEmissor: string\n emissorId: number\n emissorCodigo: string\n funcaoParceiraEmissorId: number\n areasVendasClienteId: number\n limiteCreditoCliente
|
|
1
|
+
{"version":3,"file":"pedidoVenda.js","sources":["../../../../../lib/base/@types/models/racao/pedidoVenda.ts"],"sourcesContent":["export enum StatusGlobal {\n A = 'NAO_PROCESSADO',\n B = 'EM_ANDAMENTO',\n C = 'CONCLUIDO',\n D = 'CANCELADO',\n}\n\nexport enum StatusIntegracao {\n PENDENTE = 'PENDENTE',\n PROCESSANDO = 'PROCESSANDO',\n ENVIADO_SAP = 'ENVIADO_SAP',\n PROCESSANDO_SAP = 'PROCESSANDO_SAP',\n CONCLUIDO = 'CONCLUIDO',\n ERRO = 'ERRO'\n}\n\nexport enum Status {\n APROVADO = 'APROVADO',\n REPROVADO = 'REPROVADO',\n CANCELADO = 'CANCELADO',\n FINALIZADO = 'FINALIZADO',\n EM_ANDAMENTO = 'EM_ANDAMENTO',\n AGUARDANDO_APROVACAO = 'AGUARDANDO_APROVACAO',\n CONCLUIDO = 'CONCLUIDO',\n}\n\nexport type TPedidoVendaColumnDef = {\n id: number\n dataCriacao: string\n usuarioCriacaoId: number\n usuarioCriacaoNome: string\n equipeVendaCodigo: string\n valorFrete: number\n status?: Status | string\n finalizado?: boolean\n statusIntegracao?: StatusIntegracao | string\n statusGlobal?: StatusGlobal | string\n justificativa?: string\n motivo?: string\n emissorId: number\n emissorBusinessPartner: string\n emissorNomeCompleto: string\n dadosDocumentosVendas?: TDadosDocumentosVendas[]\n}\n\nexport type TPedidoVendaCalculatePrice = {\n produtoId: number\n precoRealProduto: number\n}\n\nexport type TPedidoVenda = {\n id?: number\n dataCriacao?: string\n status?: string\n finalizado?: boolean\n justificativa?: string | null\n observacao?: string | null\n statusIntegracao?: string\n documentoVendaPrincipal?: string | null\n pesoTotal?: number\n clientePedidoVenda: TClientePedidoVenda\n condicaoFretePedidoVenda: TCondicaoFretePedidoVenda\n produtosPedidoVenda: TProdutosPedidoVenda[]\n dadosDocumentosVendas?: TDadosDocumentosVendas[]\n}\n\nexport type TClientePedidoVenda = {\n id?: number\n tipoOrdemVendaId: number\n centroId: number\n depositoId: number\n organizacaoVendaCodigo: string\n canalDistribuicaoCodigo: string\n setorAtividadeCodigo: string\n escritorioVendaCodigo?: string\n equipeVendaCodigo?: string\n vendedorId: number\n vendedorCodigo: string\n compositeKeyRecebedor: string\n recebedorId: number\n recebedorCodigo: string\n funcaoParceiraRecebedorId: number\n regiao: string\n compositeKeyEmissor: string\n emissorId: number\n emissorCodigo: string\n funcaoParceiraEmissorId: number\n areasVendasClienteId: number\n quantidadePartidasVencidas?: number | null\n limiteCreditoCliente?: number | null\n creditoUtilizadoDentroLimite?: number | null\n analiseCreditoAtualizada?: boolean | null\n}\n\nexport type TCondicaoFretePedidoVenda = {\n id?: number\n condicaoPagamentoId: number\n diasVencimento: string\n formaPagamentoId: number\n incotermsId: number\n incotermsCodigo: string\n tipoFrete: string\n valorFrete?: number\n}\n\nexport type TProdutosPedidoVenda = {\n id?: number\n quantidade: number\n unidadeMedida: string\n valorUnitario: number\n descontoRepresentante: number\n descontoCereal: number\n descontoCliente: number\n valorTotal: number\n valorSemDesconto: number\n valorDescontoProduto: number\n frete: number\n produtoId: number\n codigo: string\n descricao: string\n}\n\nexport type TDadosDocumentosVendas = {\n id?: number\n pedidoVendaId?: number\n documentoVenda?: string | null\n tipoOrdemVendaCodigo?: string\n statusGlobal?: string | null\n}\n\nexport type TCentro = {\n id?: number;\n codigo?: string;\n nome?: string;\n};\n\nexport type TCanalDistribuicao = {\n id?: number;\n codigo?: string;\n nome?: string;\n};\n\nexport type TSetorAtividade = {\n id?: number;\n codigo?: string;\n nome?: string;\n};\n\nexport type TEscritorioVenda = {\n id?: number;\n codigo?: string;\n nome?: string;\n};\n\nexport type TCondicaoPagamento = {\n id?: number\n codigo: string\n nome: string\n}\n\nexport type TIncoterms = {\n id?: number\n codigo?: string\n nome?: string\n}\n\nexport type TProduto = {\n id?: number\n ativo?: boolean\n isPrecificadoRacao?: boolean\n codigo?: string\n tipoProduto?: string\n descricao: string\n dataUltimaAlteracao?: string\n marcadoExclusao?: boolean\n pesoBruto?: number\n unidadePeso?: string\n pesoLiquido?: number\n grupoProduto: string\n unidadeBase?: string\n grupoCategoriaItem?: string\n centrosProduto?: TCentroProduto[]\n unidadesMedida?: TUnidadeMedida[]\n}\n\nexport type TCentroProduto = {\n id?: number\n ativo?: boolean\n centro?: string\n grupoCompras?: string\n codigoNcm?: string\n locaisArmazenamentoProduto?: TLocalArmazenamentoProduto[]\n}\n\nexport type TLocalArmazenamentoProduto = {\n id?: number\n ativo: boolean\n centro: string\n localizacaoArmazenamento: string\n marcadoExclusao: boolean\n}\n\nexport type TUnidadeMedida = {\n id?: number\n ativo?: boolean\n dataCriacao?: string\n unidadeAlternativa?: string\n numeradorQuantidade?: number\n denominadorQuantidade?: number\n volumeMaterial?: number\n unidadeVolume?: string\n pesoBruto?: number\n unidadePeso?: string\n numeroItemComercioGlobal?: number | null;\n categoriaNumeroItemComercioGlobal?: string\n comprimentoEspecificoUnidadeProduto?: number\n larguraEspecificaUnidadeProduto?: number\n alturaEspecificaUnidadeProduto?: number\n unidadeMedidaProduto?: string\n unidadeEmbalagemNivelInferior?: string\n volumeRestanteAposAninhamento?: number\n fatorEmpilhamentoMaximo?: number\n capacidadeUso?: number\n unidadeBase?: string\n}\n\nexport type TAcoesPedidoVenda = {\n motivo: string\n}"],"names":["StatusGlobal","StatusIntegracao","Status"],"mappings":"AAAO,IAAK,iCAAAA,kBAAL;AACHA,gBAAA,GAAA,IAAI;AACJA,gBAAA,GAAA,IAAI;AACJA,gBAAA,GAAA,IAAI;AACJA,gBAAA,GAAA,IAAI;AAJI,SAAAA;AAAA,GAAA,gBAAA,CAAA,CAAA;AAOL,IAAK,qCAAAC,sBAAL;AACHA,oBAAA,UAAA,IAAW;AACXA,oBAAA,aAAA,IAAc;AACdA,oBAAA,aAAA,IAAc;AACdA,oBAAA,iBAAA,IAAkB;AAClBA,oBAAA,WAAA,IAAY;AACZA,oBAAA,MAAA,IAAO;AANC,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;AASL,IAAK,2BAAAC,YAAL;AACHA,UAAA,UAAA,IAAW;AACXA,UAAA,WAAA,IAAY;AACZA,UAAA,WAAA,IAAY;AACZA,UAAA,YAAA,IAAa;AACbA,UAAA,cAAA,IAAe;AACfA,UAAA,sBAAA,IAAuB;AACvBA,UAAA,WAAA,IAAY;AAPJ,SAAAA;AAAA,GAAA,UAAA,CAAA,CAAA;"}
|
package/dist/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
const TABELA_CLASSIFICACAO_API_PATH = "/ticket/api/tabela-classificacao";
|
|
2
2
|
const tabelaClassificacaoEndpointConfig = {
|
|
3
|
+
add: `${TABELA_CLASSIFICACAO_API_PATH}`,
|
|
4
|
+
findAll: `${TABELA_CLASSIFICACAO_API_PATH}/find`,
|
|
5
|
+
findOne: `${TABELA_CLASSIFICACAO_API_PATH}/`,
|
|
3
6
|
findPercentualDesconto: `${TABELA_CLASSIFICACAO_API_PATH}/find/percentual-desconto`,
|
|
4
7
|
findDescricaoItemClassificacao: `${TABELA_CLASSIFICACAO_API_PATH}/find/`
|
|
5
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tabelaClassificacao.endpoint.config.js","sources":["../../../../../../lib/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.ts"],"sourcesContent":["const TABELA_CLASSIFICACAO_API_PATH = '/ticket/api/tabela-classificacao'\n\nconst tabelaClassificacaoEndpointConfig = {\n findPercentualDesconto: `${TABELA_CLASSIFICACAO_API_PATH}/find/percentual-desconto`,\n findDescricaoItemClassificacao: `${TABELA_CLASSIFICACAO_API_PATH}/find/`,\n}\n\nexport default tabelaClassificacaoEndpointConfig\n"],"names":[],"mappings":"AAAA,MAAM,gCAAgC;AAEtC,MAAM,oCAAoC;AAAA,EACtC,wBAAwB,GAAG,6BAA6B;AAAA,EACxD,gCAAgC,GAAG,6BAA6B;AACpE;"}
|
|
1
|
+
{"version":3,"file":"tabelaClassificacao.endpoint.config.js","sources":["../../../../../../lib/base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.ts"],"sourcesContent":["const TABELA_CLASSIFICACAO_API_PATH = '/ticket/api/tabela-classificacao'\n\nconst tabelaClassificacaoEndpointConfig = {\n add: `${TABELA_CLASSIFICACAO_API_PATH}`,\n findAll: `${TABELA_CLASSIFICACAO_API_PATH}/find`,\n findOne: `${TABELA_CLASSIFICACAO_API_PATH}/`,\n findPercentualDesconto: `${TABELA_CLASSIFICACAO_API_PATH}/find/percentual-desconto`,\n findDescricaoItemClassificacao: `${TABELA_CLASSIFICACAO_API_PATH}/find/`,\n}\n\nexport default tabelaClassificacaoEndpointConfig\n"],"names":[],"mappings":"AAAA,MAAM,gCAAgC;AAEtC,MAAM,oCAAoC;AAAA,EACtC,KAAK,GAAG,6BAA6B;AAAA,EACrC,SAAS,GAAG,6BAA6B;AAAA,EACzC,SAAS,GAAG,6BAA6B;AAAA,EACzC,wBAAwB,GAAG,6BAA6B;AAAA,EACxD,gCAAgC,GAAG,6BAA6B;AACpE;"}
|
|
@@ -7,7 +7,8 @@ const nfe = {
|
|
|
7
7
|
validacaoImposto: { endpoint: `${NFE_BASE_URL}/{id}/{numeroPedido}/validacao-imposto`, httpMethod: "post" },
|
|
8
8
|
addLancamentoManual: { endpoint: `${NFE_BASE_URL}/add/lancamento-manual`, httpMethod: "patch" },
|
|
9
9
|
desvincularOrdemCompra: { endpoint: `${NFE_BASE_URL}/desvincular-ordem-compra`, httpMethod: "post" },
|
|
10
|
-
estornarPedidoCompra: { endpoint: `${NFE_BASE_URL}/estornar-pedido-compra/{numeroPedido}`, httpMethod: "post" }
|
|
10
|
+
estornarPedidoCompra: { endpoint: `${NFE_BASE_URL}/estornar-pedido-compra/{numeroPedido}`, httpMethod: "post" },
|
|
11
|
+
estornarOperacao: { endpoint: `${NFE_BASE_URL}/estornar-operacao?id={id}`, httpMethod: "post" }
|
|
11
12
|
};
|
|
12
13
|
export {
|
|
13
14
|
nfe as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nfe.js","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/config/nfe.ts"],"sourcesContent":["const NFE_BASE_URL = '/central-nfe/api/nfe'\n\nconst nfe = {\n findMonitor: { endpoint: `${NFE_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: NFE_BASE_URL, httpMethod: 'get' },\n update: { endpoint: NFE_BASE_URL, httpMethod: 'patch' },\n downloadPdfByChaveAcesso: { endpoint: `${NFE_BASE_URL}/download-pdf`, httpMethod: 'get' },\n validacaoImposto: { endpoint: `${NFE_BASE_URL}/{id}/{numeroPedido}/validacao-imposto`, httpMethod: 'post' },\n addLancamentoManual: { endpoint: `${NFE_BASE_URL}/add/lancamento-manual`, httpMethod: 'patch' },\n desvincularOrdemCompra: { endpoint: `${NFE_BASE_URL}/desvincular-ordem-compra`, httpMethod: 'post' },\n estornarPedidoCompra: { endpoint: `${NFE_BASE_URL}/estornar-pedido-compra/{numeroPedido}`, httpMethod: 'post' },\n}\n\nexport default nfe"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAErB,MAAM,MAAM;AAAA,EACR,aAAa,EAAE,UAAU,GAAG,YAAY,iBAAiB,YAAY,OAAA;AAAA,EACrE,SAAS,EAAE,UAAU,cAAc,YAAY,MAAA;AAAA,EAC/C,QAAQ,EAAE,UAAU,cAAc,YAAY,QAAA;AAAA,EAC9C,0BAA0B,EAAE,UAAU,GAAG,YAAY,iBAAiB,YAAY,MAAA;AAAA,EAClF,kBAAkB,EAAE,UAAU,GAAG,YAAY,0CAA0C,YAAY,OAAA;AAAA,EACnG,qBAAqB,EAAE,UAAU,GAAG,YAAY,0BAA0B,YAAY,QAAA;AAAA,EACtF,wBAAwB,EAAE,UAAU,GAAG,YAAY,6BAA6B,YAAY,OAAA;AAAA,EAC5F,sBAAsB,EAAE,UAAU,GAAG,YAAY,0CAA0C,YAAY,OAAA;
|
|
1
|
+
{"version":3,"file":"nfe.js","sources":["../../../../../../lib/base/configs/endpoints.config/centralNfe/config/nfe.ts"],"sourcesContent":["const NFE_BASE_URL = '/central-nfe/api/nfe'\n\nconst nfe = {\n findMonitor: { endpoint: `${NFE_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: NFE_BASE_URL, httpMethod: 'get' },\n update: { endpoint: NFE_BASE_URL, httpMethod: 'patch' },\n downloadPdfByChaveAcesso: { endpoint: `${NFE_BASE_URL}/download-pdf`, httpMethod: 'get' },\n validacaoImposto: { endpoint: `${NFE_BASE_URL}/{id}/{numeroPedido}/validacao-imposto`, httpMethod: 'post' },\n addLancamentoManual: { endpoint: `${NFE_BASE_URL}/add/lancamento-manual`, httpMethod: 'patch' },\n desvincularOrdemCompra: { endpoint: `${NFE_BASE_URL}/desvincular-ordem-compra`, httpMethod: 'post' },\n estornarPedidoCompra: { endpoint: `${NFE_BASE_URL}/estornar-pedido-compra/{numeroPedido}`, httpMethod: 'post' },\n estornarOperacao: { endpoint: `${NFE_BASE_URL}/estornar-operacao?id={id}`, httpMethod: 'post' },\n}\n\nexport default nfe"],"names":[],"mappings":"AAAA,MAAM,eAAe;AAErB,MAAM,MAAM;AAAA,EACR,aAAa,EAAE,UAAU,GAAG,YAAY,iBAAiB,YAAY,OAAA;AAAA,EACrE,SAAS,EAAE,UAAU,cAAc,YAAY,MAAA;AAAA,EAC/C,QAAQ,EAAE,UAAU,cAAc,YAAY,QAAA;AAAA,EAC9C,0BAA0B,EAAE,UAAU,GAAG,YAAY,iBAAiB,YAAY,MAAA;AAAA,EAClF,kBAAkB,EAAE,UAAU,GAAG,YAAY,0CAA0C,YAAY,OAAA;AAAA,EACnG,qBAAqB,EAAE,UAAU,GAAG,YAAY,0BAA0B,YAAY,QAAA;AAAA,EACtF,wBAAwB,EAAE,UAAU,GAAG,YAAY,6BAA6B,YAAY,OAAA;AAAA,EAC5F,sBAAsB,EAAE,UAAU,GAAG,YAAY,0CAA0C,YAAY,OAAA;AAAA,EACvG,kBAAkB,EAAE,UAAU,GAAG,YAAY,8BAA8B,YAAY,OAAA;AAC3F;"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
const
|
|
1
|
+
const ITEM_REQUISICAO_COMPRA_BASE_URL = "/compras/api/item-requisicao-compra";
|
|
2
2
|
const itemRequisicaoCompra = {
|
|
3
|
-
findDetalhesRecebimentoMercadoria: { endpoint: `${
|
|
3
|
+
findDetalhesRecebimentoMercadoria: { endpoint: `${ITEM_REQUISICAO_COMPRA_BASE_URL}/find-detalhes-recebimento-mercadoria`, httpMethod: "post" },
|
|
4
|
+
executeAcao: { endpoint: `${ITEM_REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: "post" }
|
|
4
5
|
};
|
|
5
6
|
export {
|
|
6
7
|
itemRequisicaoCompra as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"itemRequisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.ts"],"sourcesContent":["const
|
|
1
|
+
{"version":3,"file":"itemRequisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/itemRequisicaoCompra.ts"],"sourcesContent":["const ITEM_REQUISICAO_COMPRA_BASE_URL = '/compras/api/item-requisicao-compra'\n\nconst itemRequisicaoCompra = {\n findDetalhesRecebimentoMercadoria: { endpoint: `${ITEM_REQUISICAO_COMPRA_BASE_URL}/find-detalhes-recebimento-mercadoria`, httpMethod: 'post' },\n executeAcao: { endpoint: `${ITEM_REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: 'post' },\n}\n\nexport default itemRequisicaoCompra"],"names":[],"mappings":"AAAA,MAAM,kCAAkC;AAExC,MAAM,uBAAuB;AAAA,EACzB,mCAAmC,EAAE,UAAU,GAAG,+BAA+B,yCAAyC,YAAY,OAAA;AAAA,EACtI,aAAa,EAAE,UAAU,GAAG,+BAA+B,iBAAiB,YAAY,OAAA;AAC5F;"}
|
|
@@ -5,7 +5,8 @@ const requisicaoCompra = {
|
|
|
5
5
|
findMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/find-monitor`, httpMethod: "post" },
|
|
6
6
|
findOne: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: "get" },
|
|
7
7
|
executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: "post" },
|
|
8
|
-
findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: "get" }
|
|
8
|
+
findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: "get" },
|
|
9
|
+
findDetalheItemRequisicaoCompraMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/detalhes-itens`, httpMethod: "get" }
|
|
9
10
|
};
|
|
10
11
|
export {
|
|
11
12
|
requisicaoCompra as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts"],"sourcesContent":["const REQUISICAO_COMPRA_BASE_URL = '/compras/api/requisicao-compra'\n\nconst requisicaoCompra = {\n create: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'post' },\n update: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'put' },\n findMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'get' },\n executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: 'post' },\n findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: 'get' }\n}\n\nexport default requisicaoCompra"],"names":[],"mappings":"AAAA,MAAM,6BAA6B;AAEnC,MAAM,mBAAmB;AAAA,EACrB,QAAQ,EAAE,UAAU,4BAA4B,YAAY,OAAA;AAAA,EAC5D,QAAQ,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC5D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,SAAS,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC7D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,4BAA4B,EAAE,UAAU,GAAG,0BAA0B,4CAA4C,YAAY,MAAA;
|
|
1
|
+
{"version":3,"file":"requisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts"],"sourcesContent":["const REQUISICAO_COMPRA_BASE_URL = '/compras/api/requisicao-compra'\n\nconst requisicaoCompra = {\n create: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'post' },\n update: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'put' },\n findMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'get' },\n executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: 'post' },\n findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: 'get' },\n findDetalheItemRequisicaoCompraMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/detalhes-itens`, httpMethod: 'get' }\n}\n\nexport default requisicaoCompra"],"names":[],"mappings":"AAAA,MAAM,6BAA6B;AAEnC,MAAM,mBAAmB;AAAA,EACrB,QAAQ,EAAE,UAAU,4BAA4B,YAAY,OAAA;AAAA,EAC5D,QAAQ,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC5D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,SAAS,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC7D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,4BAA4B,EAAE,UAAU,GAAG,0BAA0B,4CAA4C,YAAY,MAAA;AAAA,EAC7H,wCAAwC,EAAE,UAAU,GAAG,0BAA0B,wBAAwB,YAAY,MAAA;AACzH;"}
|
|
@@ -100,6 +100,16 @@ const ticketNavigationConfig = [
|
|
|
100
100
|
authority: [ADMIN],
|
|
101
101
|
subMenu: []
|
|
102
102
|
},
|
|
103
|
+
{
|
|
104
|
+
key: "ticket.cadastros.tabelaClassificacao",
|
|
105
|
+
path: "/ticket/tabela-classificacao",
|
|
106
|
+
title: "Tabela de Classificação",
|
|
107
|
+
translateKey: "nav.modules.ticket.tabelaClassificacao",
|
|
108
|
+
icon: "",
|
|
109
|
+
type: NAV_ITEM_TYPE_ITEM,
|
|
110
|
+
authority: [ADMIN],
|
|
111
|
+
subMenu: []
|
|
112
|
+
},
|
|
103
113
|
{
|
|
104
114
|
key: "ticket.cadastros.tabelaBiodiesel",
|
|
105
115
|
path: "/ticket/tabela-biodiesel",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.navigation.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.ts"],"sourcesContent":["import type { NavigationTree } from '@/@types/navigation'\nimport {\n NAV_ITEM_TYPE_COLLAPSE,\n NAV_ITEM_TYPE_ITEM,\n} from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\n\nconst ticketNavigationConfig: NavigationTree[] = [\n {\n key: 'ticket',\n path: '',\n title: 'Ticket',\n translateKey: 'nav.modules.ticket.title',\n icon: '',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: [\n {\n key: 'ticket.extratoProdutor',\n path: '/ticket/extrato-produtor',\n title: 'Extrato Produtor',\n translateKey: 'nav.modules.ticket.extratoProdutor',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.monitorCarregamento',\n path: '/transportadora/ticket/monitor-carregamento',\n title: 'Monitor de Carregamento',\n translateKey: 'nav.modules.ticket.monitorCarregamento',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.monitor.compraRemessaArmazemTerceiro',\n path: '/ticket/monitor/compra-remessa-armazem-terceiro',\n title: 'Monitor de Compra e Remessa/Armazem Terceiro',\n translateKey: 'nav.modules.ticket.monitorCompraRemessaArmazemTerceiro',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.movimentacaoGraos',\n path: '/ticket/movimentacao-graos',\n title: 'Movimentação de Grãos',\n translateKey: 'nav.modules.ticket.movimentacaoGraos',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.motivoCancelamento',\n path: '/ticket/motivo-cancelamento',\n title: 'Motivo de Cancelamento',\n translateKey: 'nav.modules.ticket.motivoCancelamento',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.operacao',\n path: '/ticket/operacao',\n title: 'Operação',\n translateKey: 'nav.modules.ticket.operacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.operacoesMovimentacaoGraos',\n path: '/ticket/operacoes-movimentacao-graos',\n title: 'Operações Relatórios',\n translateKey: 'nav.modules.ticket.operacoesMovimentacaoGraos',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.recebimentoCentro',\n path: '/ticket/recebimento-centro',\n title: 'Recebimento por Centro',\n translateKey: 'nav.modules.ticket.recebimentoCentro',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.rotaRomaneio',\n path: '/ticket/rota-romaneio',\n title: 'Rota do Romaneio',\n translateKey: 'nav.modules.ticket.rotaRomaneio',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.tabelaBiodiesel',\n path: '/ticket/tabela-biodiesel',\n title: 'Tabela Biodiesel',\n translateKey: 'nav.modules.ticket.tabelaBiodiesel',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.ticket',\n path: '/ticket/ticket',\n title: 'Ticket',\n translateKey: 'nav.modules.ticket.title',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoDepositoOperacao',\n path: '/ticket/vinculo-deposito-operacao',\n title: 'Vinculo de Depósito e Operação',\n translateKey: 'nav.modules.ticket.vinculoDepositoOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoProdutoOperacao',\n path: '/ticket/vinculo-produto-operacao',\n title: 'Vinculo de Produto e Operação',\n translateKey: 'nav.modules.ticket.vinculoProdutoOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoProdutorOperacao',\n path: '/ticket/vinculo-produtor-operacao',\n title: 'Vinculo de Produtor e Operação',\n translateKey: 'nav.modules.ticket.vinculoProdutorOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoSafraOperacao',\n path: '/ticket/vinculo-safra-operacao',\n title: 'Vinculo de Safra e Operação',\n translateKey: 'nav.modules.ticket.vinculoSafraOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoTransgeniaOperacao',\n path: '/ticket/vinculo-transgenia-operacao',\n title: 'Vinculo de Transgenia e Operação',\n translateKey: 'nav.modules.ticket.vinculoTransgeniaOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n ],\n },\n]\n\nexport default ticketNavigationConfig\n\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"ticket.navigation.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/Ticket/ticket.navigation.ts"],"sourcesContent":["import type { NavigationTree } from '@/@types/navigation'\nimport {\n NAV_ITEM_TYPE_COLLAPSE,\n NAV_ITEM_TYPE_ITEM,\n} from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\n\nconst ticketNavigationConfig: NavigationTree[] = [\n {\n key: 'ticket',\n path: '',\n title: 'Ticket',\n translateKey: 'nav.modules.ticket.title',\n icon: '',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: [\n {\n key: 'ticket.extratoProdutor',\n path: '/ticket/extrato-produtor',\n title: 'Extrato Produtor',\n translateKey: 'nav.modules.ticket.extratoProdutor',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.monitorCarregamento',\n path: '/transportadora/ticket/monitor-carregamento',\n title: 'Monitor de Carregamento',\n translateKey: 'nav.modules.ticket.monitorCarregamento',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.monitor.compraRemessaArmazemTerceiro',\n path: '/ticket/monitor/compra-remessa-armazem-terceiro',\n title: 'Monitor de Compra e Remessa/Armazem Terceiro',\n translateKey: 'nav.modules.ticket.monitorCompraRemessaArmazemTerceiro',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.movimentacaoGraos',\n path: '/ticket/movimentacao-graos',\n title: 'Movimentação de Grãos',\n translateKey: 'nav.modules.ticket.movimentacaoGraos',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.motivoCancelamento',\n path: '/ticket/motivo-cancelamento',\n title: 'Motivo de Cancelamento',\n translateKey: 'nav.modules.ticket.motivoCancelamento',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.operacao',\n path: '/ticket/operacao',\n title: 'Operação',\n translateKey: 'nav.modules.ticket.operacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.operacoesMovimentacaoGraos',\n path: '/ticket/operacoes-movimentacao-graos',\n title: 'Operações Relatórios',\n translateKey: 'nav.modules.ticket.operacoesMovimentacaoGraos',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.recebimentoCentro',\n path: '/ticket/recebimento-centro',\n title: 'Recebimento por Centro',\n translateKey: 'nav.modules.ticket.recebimentoCentro',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.rotaRomaneio',\n path: '/ticket/rota-romaneio',\n title: 'Rota do Romaneio',\n translateKey: 'nav.modules.ticket.rotaRomaneio',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.tabelaClassificacao',\n path: '/ticket/tabela-classificacao',\n title: 'Tabela de Classificação',\n translateKey: 'nav.modules.ticket.tabelaClassificacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.tabelaBiodiesel',\n path: '/ticket/tabela-biodiesel',\n title: 'Tabela Biodiesel',\n translateKey: 'nav.modules.ticket.tabelaBiodiesel',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.ticket',\n path: '/ticket/ticket',\n title: 'Ticket',\n translateKey: 'nav.modules.ticket.title',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoDepositoOperacao',\n path: '/ticket/vinculo-deposito-operacao',\n title: 'Vinculo de Depósito e Operação',\n translateKey: 'nav.modules.ticket.vinculoDepositoOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoProdutoOperacao',\n path: '/ticket/vinculo-produto-operacao',\n title: 'Vinculo de Produto e Operação',\n translateKey: 'nav.modules.ticket.vinculoProdutoOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoProdutorOperacao',\n path: '/ticket/vinculo-produtor-operacao',\n title: 'Vinculo de Produtor e Operação',\n translateKey: 'nav.modules.ticket.vinculoProdutorOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoSafraOperacao',\n path: '/ticket/vinculo-safra-operacao',\n title: 'Vinculo de Safra e Operação',\n translateKey: 'nav.modules.ticket.vinculoSafraOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n {\n key: 'ticket.cadastros.vinculoTransgeniaOperacao',\n path: '/ticket/vinculo-transgenia-operacao',\n title: 'Vinculo de Transgenia e Operação',\n translateKey: 'nav.modules.ticket.vinculoTransgeniaOperacao',\n icon: '',\n type: NAV_ITEM_TYPE_ITEM,\n authority: [ADMIN],\n subMenu: [],\n },\n ],\n },\n]\n\nexport default ticketNavigationConfig\n\n"],"names":[],"mappings":"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"}
|
package/dist/base/index.js
CHANGED
|
@@ -79,9 +79,10 @@ import { apiCreateLocalRecepcao, apiFindMonitorLocalRecepcao, apiFindOneLocalRec
|
|
|
79
79
|
import { apiCreateOpcao, apiDeleteOpcao, apiFindAllOpcoes, apiFindByIdCampo, apiFindHistoricoById, apiUpdateOpcao } from "./services/modules/originacao/campo/campoService.js";
|
|
80
80
|
import { apiCreatePrecoDia, apiDeletePrecoDia, apiFindAllPrecoDia, apiFindAllPrecoDiaHistoricos, apiFindByIdPrecoDia, apiFindByIdPrecoDiaHistoricos, apiGenerateTemplatePrecoDia, apiUpdatePrecoDia, apiUpdateStatusPrecoDia, apiUploadTemplatePrecoDia } from "./services/modules/originacao/precoDia/precoDiaService.js";
|
|
81
81
|
import { apiCreateProdutoCommodity, apiFindAllProdutoCommodity } from "./services/modules/originacao/produtoCommodity/produtoCommodityService.js";
|
|
82
|
-
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./services/modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
82
|
+
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./services/modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
83
83
|
import { apiCreateRoyaltiesBusinessPartner, apiGetRoyaltiesBusinessPartner } from "./services/modules/bayer/royaltiesBayerService.js";
|
|
84
84
|
import { apiExecuteAcaoCotacao, apiFindMonitorCotacao, apiFindOneCotacao, apiUpdateCotacao } from "./services/modules/compras/cotacao/CotacaoService.js";
|
|
85
|
+
import { apiExecuteAcaoItemRequisicaoCompra, apiFindDetalhesRecebimentoMercadoria } from "./services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js";
|
|
85
86
|
import { apiExecuteAcaoOrdemCompra, apiFindMonitorOrdemCompra, apiFindOneOrdemCompra, apiFindOrdensComprasNfeByIdsFornecedores, apiUpdateOrdemCompra } from "./services/modules/compras/ordemCompra/OrdemCompraService.js";
|
|
86
87
|
import { apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./services/modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
87
88
|
import { apiFindAllCampos } from "./services/modules/originacao/formulario/formularioService.js";
|
|
@@ -357,6 +358,7 @@ export {
|
|
|
357
358
|
apiEnviarEntregaBayerLote,
|
|
358
359
|
apiExecuteAcao,
|
|
359
360
|
apiExecuteAcaoCotacao,
|
|
361
|
+
apiExecuteAcaoItemRequisicaoCompra,
|
|
360
362
|
apiExecuteAcaoOrdemCompra,
|
|
361
363
|
apiFetchUserFuncionalidades,
|
|
362
364
|
apiFetchUserFuncionalidadesDetail,
|
|
@@ -420,6 +422,8 @@ export {
|
|
|
420
422
|
apiFindCounterFisicoSeloSocial,
|
|
421
423
|
apiFindCounterFisicoServicoAssistencia,
|
|
422
424
|
apiFindDescricaoById,
|
|
425
|
+
apiFindDetalheItemRequisicaoCompraMonitor,
|
|
426
|
+
apiFindDetalhesRecebimentoMercadoria,
|
|
423
427
|
apiFindDmBusinessPartner,
|
|
424
428
|
apiFindDmBusinessPartnerByIds,
|
|
425
429
|
apiFindDmBusinessPartnerCliente,
|
package/dist/base/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -14,7 +14,8 @@ const ticket = {
|
|
|
14
14
|
vinculoDepositoOperacao: "Vínculo de Depósito e Operação",
|
|
15
15
|
movimentacaoGraos: "Movimentação de Grãos",
|
|
16
16
|
operacoesMovimentacaoGraos: "Operações Relatórios",
|
|
17
|
-
recebimentoCentro: "Recebimento por Centro"
|
|
17
|
+
recebimentoCentro: "Recebimento por Centro",
|
|
18
|
+
tabelaClassificacao: "Tabela de Classificação"
|
|
18
19
|
}
|
|
19
20
|
};
|
|
20
21
|
export {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ticket.nav.js","sources":["../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"sourcesContent":["\nexport default {\n ticket: {\n title: 'Ticket',\n motivoCancelamento: 'Motivo de Cancelamento',\n vinculoSafraOperacao: 'Vínculo de Safra e Operação',\n vinculoTransgeniaOperacao: 'Vínculo de Transgenia e Operação',\n operacao: 'Operação',\n tabelaBiodiesel: 'Tabela do Biodiesel',\n rotaRomaneio: 'Rota do Romaneio',\n vinculoProdutoOperacao: 'Vínculo de Produto e Operação',\n monitorCompraRemessaArmazemTerceiro: 'Monitor de Compra e Remessa/Armazem Terceiro',\n vinculoProdutorOperacao: 'Vínculo de Produtor e Operação',\n extratoProdutor: 'Extrato Produtor',\n vinculoDepositoOperacao: 'Vínculo de Depósito e Operação',\n movimentacaoGraos: 'Movimentação de Grãos',\n operacoesMovimentacaoGraos: 'Operações Relatórios',\n recebimentoCentro: 'Recebimento por Centro', \n },\n}"],"names":[],"mappings":"AACA,MAAA,SAAe;AAAA,EACX,QAAQ;AAAA,IACJ,OAAO;AAAA,IACP,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,2BAA2B;AAAA,IAC3B,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,wBAAwB;AAAA,IACxB,qCAAqC;AAAA,IACrC,yBAAyB;AAAA,IACzB,iBAAiB;AAAA,IACjB,yBAAyB;AAAA,IACzB,mBAAmB;AAAA,IACnB,4BAA4B;AAAA,IAC5B,mBAAmB;AAAA,EAAA;
|
|
1
|
+
{"version":3,"file":"ticket.nav.js","sources":["../../../../../../../lib/base/locales/lang/ptBR/modules/Ticket/ticket.nav.ts"],"sourcesContent":["\nexport default {\n ticket: {\n title: 'Ticket',\n motivoCancelamento: 'Motivo de Cancelamento',\n vinculoSafraOperacao: 'Vínculo de Safra e Operação',\n vinculoTransgeniaOperacao: 'Vínculo de Transgenia e Operação',\n operacao: 'Operação',\n tabelaBiodiesel: 'Tabela do Biodiesel',\n rotaRomaneio: 'Rota do Romaneio',\n vinculoProdutoOperacao: 'Vínculo de Produto e Operação',\n monitorCompraRemessaArmazemTerceiro: 'Monitor de Compra e Remessa/Armazem Terceiro',\n vinculoProdutorOperacao: 'Vínculo de Produtor e Operação',\n extratoProdutor: 'Extrato Produtor',\n vinculoDepositoOperacao: 'Vínculo de Depósito e Operação',\n movimentacaoGraos: 'Movimentação de Grãos',\n operacoesMovimentacaoGraos: 'Operações Relatórios',\n recebimentoCentro: 'Recebimento por Centro',\n tabelaClassificacao: 'Tabela de Classificação', \n },\n}"],"names":[],"mappings":"AACA,MAAA,SAAe;AAAA,EACX,QAAQ;AAAA,IACJ,OAAO;AAAA,IACP,oBAAoB;AAAA,IACpB,sBAAsB;AAAA,IACtB,2BAA2B;AAAA,IAC3B,UAAU;AAAA,IACV,iBAAiB;AAAA,IACjB,cAAc;AAAA,IACd,wBAAwB;AAAA,IACxB,qCAAqC;AAAA,IACrC,yBAAyB;AAAA,IACzB,iBAAiB;AAAA,IACjB,yBAAyB;AAAA,IACzB,mBAAmB;AAAA,IACnB,4BAA4B;AAAA,IAC5B,mBAAmB;AAAA,IACnB,qBAAqB;AAAA,EAAA;AAE7B;"}
|
|
@@ -77,9 +77,10 @@ import { apiCreateLocalRecepcao, apiFindMonitorLocalRecepcao, apiFindOneLocalRec
|
|
|
77
77
|
import { apiCreateOpcao, apiDeleteOpcao, apiFindAllOpcoes, apiFindByIdCampo, apiFindHistoricoById, apiUpdateOpcao } from "./modules/originacao/campo/campoService.js";
|
|
78
78
|
import { apiCreatePrecoDia, apiDeletePrecoDia, apiFindAllPrecoDia, apiFindAllPrecoDiaHistoricos, apiFindByIdPrecoDia, apiFindByIdPrecoDiaHistoricos, apiGenerateTemplatePrecoDia, apiUpdatePrecoDia, apiUpdateStatusPrecoDia, apiUploadTemplatePrecoDia } from "./modules/originacao/precoDia/precoDiaService.js";
|
|
79
79
|
import { apiCreateProdutoCommodity, apiFindAllProdutoCommodity } from "./modules/originacao/produtoCommodity/produtoCommodityService.js";
|
|
80
|
-
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
80
|
+
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
81
81
|
import { apiCreateRoyaltiesBusinessPartner, apiGetRoyaltiesBusinessPartner } from "./modules/bayer/royaltiesBayerService.js";
|
|
82
82
|
import { apiExecuteAcaoCotacao, apiFindMonitorCotacao, apiFindOneCotacao, apiUpdateCotacao } from "./modules/compras/cotacao/CotacaoService.js";
|
|
83
|
+
import { apiExecuteAcaoItemRequisicaoCompra, apiFindDetalhesRecebimentoMercadoria } from "./modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js";
|
|
83
84
|
import { apiExecuteAcaoOrdemCompra, apiFindMonitorOrdemCompra, apiFindOneOrdemCompra, apiFindOrdensComprasNfeByIdsFornecedores, apiUpdateOrdemCompra } from "./modules/compras/ordemCompra/OrdemCompraService.js";
|
|
84
85
|
import { apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
85
86
|
import { apiFindAllCampos } from "./modules/originacao/formulario/formularioService.js";
|
|
@@ -249,6 +250,7 @@ export {
|
|
|
249
250
|
apiEnviarEntregaBayerLote,
|
|
250
251
|
apiExecuteAcao,
|
|
251
252
|
apiExecuteAcaoCotacao,
|
|
253
|
+
apiExecuteAcaoItemRequisicaoCompra,
|
|
252
254
|
apiExecuteAcaoOrdemCompra,
|
|
253
255
|
apiFetchUserFuncionalidades,
|
|
254
256
|
apiFetchUserFuncionalidadesDetail,
|
|
@@ -312,6 +314,8 @@ export {
|
|
|
312
314
|
apiFindCounterFisicoSeloSocial,
|
|
313
315
|
apiFindCounterFisicoServicoAssistencia,
|
|
314
316
|
apiFindDescricaoById,
|
|
317
|
+
apiFindDetalheItemRequisicaoCompraMonitor,
|
|
318
|
+
apiFindDetalhesRecebimentoMercadoria,
|
|
315
319
|
apiFindDmBusinessPartner,
|
|
316
320
|
apiFindDmBusinessPartnerByIds,
|
|
317
321
|
apiFindDmBusinessPartnerCliente,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
import tabelaClassificacaoEndpointConfig from "../../../../configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config.js";
|
|
2
2
|
import ApiService from "../../../../../@ecme/services/ApiService.js";
|
|
3
|
+
async function apiGetTabelasClassificacao(body) {
|
|
4
|
+
return ApiService.fetchDataWithAxios({
|
|
5
|
+
url: tabelaClassificacaoEndpointConfig.findAll,
|
|
6
|
+
method: "post",
|
|
7
|
+
data: body
|
|
8
|
+
});
|
|
9
|
+
}
|
|
10
|
+
function apiGetTabelaClassificacao(id) {
|
|
11
|
+
return ApiService.fetchDataWithAxios({
|
|
12
|
+
url: tabelaClassificacaoEndpointConfig.findOne + id,
|
|
13
|
+
method: "get"
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
async function apiAddTabelaClassificacao(body) {
|
|
17
|
+
return ApiService.fetchDataWithAxios({
|
|
18
|
+
url: tabelaClassificacaoEndpointConfig.add,
|
|
19
|
+
method: "post",
|
|
20
|
+
data: body
|
|
21
|
+
});
|
|
22
|
+
}
|
|
3
23
|
async function apiGetPercentualDesconto(body) {
|
|
4
24
|
return ApiService.fetchDataWithAxios({
|
|
5
25
|
url: tabelaClassificacaoEndpointConfig.findPercentualDesconto,
|
|
@@ -14,7 +34,10 @@ function apiGetDescricaoItemClassificacao(produtoId) {
|
|
|
14
34
|
});
|
|
15
35
|
}
|
|
16
36
|
export {
|
|
37
|
+
apiAddTabelaClassificacao,
|
|
17
38
|
apiGetDescricaoItemClassificacao,
|
|
18
|
-
apiGetPercentualDesconto
|
|
39
|
+
apiGetPercentualDesconto,
|
|
40
|
+
apiGetTabelaClassificacao,
|
|
41
|
+
apiGetTabelasClassificacao
|
|
19
42
|
};
|
|
20
43
|
//# sourceMappingURL=TabelaClassificacaoService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabelaClassificacaoService.js","sources":["../../../../../../lib/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.ts"],"sourcesContent":["import tabelaClassificacaoEndpointConfig from '@base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config'\nimport ApiService from '@/services/ApiService'\n\nexport async function apiGetPercentualDesconto(body) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findPercentualDesconto,\n method: 'post',\n data: body,\n })\n}\n\nexport function apiGetDescricaoItemClassificacao(produtoId) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findDescricaoItemClassificacao + produtoId,\n method: 'get',\n })\n}"],"names":[],"mappings":";;AAGA,eAAsB,yBAAyB,MAAM;AACjD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC;AAAA,IACvC,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;AAEO,SAAS,iCAAiC,WAAW;AACxD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC,iCAAiC;AAAA,IACxE,QAAQ;AAAA,EAAA,CACX;AACL;"}
|
|
1
|
+
{"version":3,"file":"TabelaClassificacaoService.js","sources":["../../../../../../lib/base/services/modules/Ticket/Cadastros/TabelaClassificacaoService.ts"],"sourcesContent":["import tabelaClassificacaoEndpointConfig from '@base/configs/endpoints.config/Ticket/Cadastros/tabelaClassificacao.endpoint.config'\nimport ApiService from '@/services/ApiService'\n\nexport async function apiGetTabelasClassificacao(body) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findAll,\n method: 'post',\n data: body,\n })\n}\n\nexport function apiGetTabelaClassificacao(id) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findOne + id,\n method: 'get',\n })\n}\n\nexport async function apiAddTabelaClassificacao(body) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.add,\n method: 'post',\n data: body,\n })\n}\n\nexport async function apiGetPercentualDesconto(body) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findPercentualDesconto,\n method: 'post',\n data: body,\n })\n}\n\nexport function apiGetDescricaoItemClassificacao(produtoId) {\n return ApiService.fetchDataWithAxios({\n url: tabelaClassificacaoEndpointConfig.findDescricaoItemClassificacao + produtoId,\n method: 'get',\n })\n}"],"names":[],"mappings":";;AAGA,eAAsB,2BAA2B,MAAM;AACnD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC;AAAA,IACvC,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;AAEO,SAAS,0BAA0B,IAAI;AAC1C,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC,UAAU;AAAA,IACjD,QAAQ;AAAA,EAAA,CACX;AACL;AAEA,eAAsB,0BAA0B,MAAM;AAClD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC;AAAA,IACvC,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,yBAAyB,MAAM;AACjD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC;AAAA,IACvC,QAAQ;AAAA,IACR,MAAM;AAAA,EAAA,CACT;AACL;AAEO,SAAS,iCAAiC,WAAW;AACxD,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,kCAAkC,iCAAiC;AAAA,IACxE,QAAQ;AAAA,EAAA,CACX;AACL;"}
|
|
@@ -2,7 +2,7 @@ import { apiCreateNotificacaoCentralNfe, apiFindMonitorNotificacaoCentralNfe, ap
|
|
|
2
2
|
import { apiCreateIntervaloPrecoXml, apiFindMonitorIntervaloPrecoXml, apiFindOneIntervaloPrecoXml, apiUpdateIntervaloPrecoXml } from "./intervaloPrecoXml/IntervaloPrecoXmlService.js";
|
|
3
3
|
import { apiCreateVinculoUnidadeMedida, apiFindMonitorVinculoUnidadeMedida, apiFindOneVinculoUnidadeMedida, apiUpdateVinculoUnidadeMedida } from "./vinculoUnidadeMedida/VinculoUnidadeMedidaService.js";
|
|
4
4
|
import { apiCreateCnpjLiberadoNota, apiFindMonitorCnpjLiberadoNota, apiFindOneCnpjLiberadoNota, apiUpdateCnpjLiberadoNota } from "./cnpjLiberadoNota/CnpjLiberadoNotaService.js";
|
|
5
|
-
import { addLancamentoManual, apiDesvincularOrdemCompra, apiEstornarPedidoCompra, apiFindMonitorNfe, apiFindOneNfe, apiUpdateNfe, buscaValidacaoImposto, downloadPdfByChaveAcesso } from "./nfe/NfeService.js";
|
|
5
|
+
import { addLancamentoManual, apiDesvincularOrdemCompra, apiEstornarOperacao, apiEstornarPedidoCompra, apiFindMonitorNfe, apiFindOneNfe, apiUpdateNfe, buscaValidacaoImposto, downloadPdfByChaveAcesso } from "./nfe/NfeService.js";
|
|
6
6
|
export {
|
|
7
7
|
addLancamentoManual,
|
|
8
8
|
apiCreateCnpjLiberadoNota,
|
|
@@ -10,6 +10,7 @@ export {
|
|
|
10
10
|
apiCreateNotificacaoCentralNfe,
|
|
11
11
|
apiCreateVinculoUnidadeMedida,
|
|
12
12
|
apiDesvincularOrdemCompra,
|
|
13
|
+
apiEstornarOperacao,
|
|
13
14
|
apiEstornarPedidoCompra,
|
|
14
15
|
apiFindMonitorCnpjLiberadoNota,
|
|
15
16
|
apiFindMonitorIntervaloPrecoXml,
|
|
@@ -53,9 +53,16 @@ async function apiEstornarPedidoCompra(numeroPedido) {
|
|
|
53
53
|
method: NFE_ENDPOINT.estornarPedidoCompra.httpMethod
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
|
+
async function apiEstornarOperacao(id) {
|
|
57
|
+
return ApiService.fetchDataWithAxios({
|
|
58
|
+
url: NFE_ENDPOINT.estornarOperacao.endpoint.replace("{id}", id.toString()),
|
|
59
|
+
method: NFE_ENDPOINT.estornarPedidoCompra.httpMethod
|
|
60
|
+
});
|
|
61
|
+
}
|
|
56
62
|
export {
|
|
57
63
|
addLancamentoManual,
|
|
58
64
|
apiDesvincularOrdemCompra,
|
|
65
|
+
apiEstornarOperacao,
|
|
59
66
|
apiEstornarPedidoCompra,
|
|
60
67
|
apiFindMonitorNfe,
|
|
61
68
|
apiFindOneNfe,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NfeService.js","sources":["../../../../../../lib/base/services/modules/centralNfe/nfe/NfeService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst NFE_ENDPOINT = endpointConfig.centralNfe.nfe;\n\nexport async function apiFindMonitorNfe(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.findMonitor.endpoint,\n method: NFE_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneNfe(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${NFE_ENDPOINT.findOne.endpoint}/${id}`,\n method: NFE_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiUpdateNfe(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.update.endpoint,\n method: NFE_ENDPOINT.update.httpMethod,\n data: body,\n })\n}\n\nexport async function downloadPdfByChaveAcesso(chaveAcesso: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${NFE_ENDPOINT.downloadPdfByChaveAcesso.endpoint}/${chaveAcesso}`,\n method: NFE_ENDPOINT.downloadPdfByChaveAcesso.httpMethod\n })\n}\n\nexport async function buscaValidacaoImposto(id: number, numeroPedido: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.validacaoImposto.endpoint\n .replace('{id}', id.toString())\n .replace('{numeroPedido}', numeroPedido),\n method: NFE_ENDPOINT.validacaoImposto.httpMethod\n })\n}\n\nexport async function addLancamentoManual(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.addLancamentoManual.endpoint,\n method: NFE_ENDPOINT.addLancamentoManual.httpMethod,\n data: body\n })\n}\n\nexport async function apiDesvincularOrdemCompra(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.desvincularOrdemCompra.endpoint,\n method: NFE_ENDPOINT.desvincularOrdemCompra.httpMethod,\n data: body\n })\n}\n\nexport async function apiEstornarPedidoCompra(numeroPedido: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.estornarPedidoCompra.endpoint\n .replace('{numeroPedido}', numeroPedido),\n method: NFE_ENDPOINT.estornarPedidoCompra.httpMethod\n })\n}"],"names":["endpointConfig"],"mappings":";;AAGA,MAAM,eAAeA,yBAAe,WAAW;AAE/C,eAAsB,kBAAkB,MAAM;AAC1C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,YAAY;AAAA,IAC9B,QAAQ,aAAa,YAAY;AAAA,IACjC,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,cAAc,IAAY;AAC5C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,aAAa,QAAQ,QAAQ,IAAI,EAAE;AAAA,IAC3C,QAAQ,aAAa,QAAQ;AAAA,EAAA,CAChC;AACL;AAEA,eAAsB,aAAa,MAAM;AACrC,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,OAAO;AAAA,IACzB,QAAQ,aAAa,OAAO;AAAA,IAC5B,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,yBAAyB,aAAqB;AAChE,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,aAAa,yBAAyB,QAAQ,IAAI,WAAW;AAAA,IACrE,QAAQ,aAAa,yBAAyB;AAAA,EAAA,CACjD;AACL;AAEA,eAAsB,sBAAsB,IAAY,cAAsB;AAC1E,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,iBAAiB,SAC9B,QAAQ,QAAQ,GAAG,SAAA,CAAU,EAC7B,QAAQ,kBAAkB,YAAY;AAAA,IAC3C,QAAQ,aAAa,iBAAiB;AAAA,EAAA,CACzC;AACL;AAEA,eAAsB,oBAAoB,MAAM;AAC5C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,oBAAoB;AAAA,IACtC,QAAQ,aAAa,oBAAoB;AAAA,IACzC,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,MAAM;AAClD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,uBAAuB;AAAA,IACzC,QAAQ,aAAa,uBAAuB;AAAA,IAC5C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,wBAAwB,cAAsB;AAChE,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,qBAAqB,SAClC,QAAQ,kBAAkB,YAAY;AAAA,IAC3C,QAAQ,aAAa,qBAAqB;AAAA,EAAA,CAC7C;AACL;"}
|
|
1
|
+
{"version":3,"file":"NfeService.js","sources":["../../../../../../lib/base/services/modules/centralNfe/nfe/NfeService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst NFE_ENDPOINT = endpointConfig.centralNfe.nfe;\n\nexport async function apiFindMonitorNfe(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.findMonitor.endpoint,\n method: NFE_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneNfe(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${NFE_ENDPOINT.findOne.endpoint}/${id}`,\n method: NFE_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiUpdateNfe(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.update.endpoint,\n method: NFE_ENDPOINT.update.httpMethod,\n data: body,\n })\n}\n\nexport async function downloadPdfByChaveAcesso(chaveAcesso: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${NFE_ENDPOINT.downloadPdfByChaveAcesso.endpoint}/${chaveAcesso}`,\n method: NFE_ENDPOINT.downloadPdfByChaveAcesso.httpMethod\n })\n}\n\nexport async function buscaValidacaoImposto(id: number, numeroPedido: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.validacaoImposto.endpoint\n .replace('{id}', id.toString())\n .replace('{numeroPedido}', numeroPedido),\n method: NFE_ENDPOINT.validacaoImposto.httpMethod\n })\n}\n\nexport async function addLancamentoManual(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.addLancamentoManual.endpoint,\n method: NFE_ENDPOINT.addLancamentoManual.httpMethod,\n data: body\n })\n}\n\nexport async function apiDesvincularOrdemCompra(body) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.desvincularOrdemCompra.endpoint,\n method: NFE_ENDPOINT.desvincularOrdemCompra.httpMethod,\n data: body\n })\n}\n\nexport async function apiEstornarPedidoCompra(numeroPedido: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.estornarPedidoCompra.endpoint\n .replace('{numeroPedido}', numeroPedido),\n method: NFE_ENDPOINT.estornarPedidoCompra.httpMethod\n })\n}\n\nexport async function apiEstornarOperacao(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: NFE_ENDPOINT.estornarOperacao.endpoint\n .replace('{id}', id.toString()),\n method: NFE_ENDPOINT.estornarPedidoCompra.httpMethod\n })\n}"],"names":["endpointConfig"],"mappings":";;AAGA,MAAM,eAAeA,yBAAe,WAAW;AAE/C,eAAsB,kBAAkB,MAAM;AAC1C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,YAAY;AAAA,IAC9B,QAAQ,aAAa,YAAY;AAAA,IACjC,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,cAAc,IAAY;AAC5C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,aAAa,QAAQ,QAAQ,IAAI,EAAE;AAAA,IAC3C,QAAQ,aAAa,QAAQ;AAAA,EAAA,CAChC;AACL;AAEA,eAAsB,aAAa,MAAM;AACrC,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,OAAO;AAAA,IACzB,QAAQ,aAAa,OAAO;AAAA,IAC5B,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,yBAAyB,aAAqB;AAChE,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,aAAa,yBAAyB,QAAQ,IAAI,WAAW;AAAA,IACrE,QAAQ,aAAa,yBAAyB;AAAA,EAAA,CACjD;AACL;AAEA,eAAsB,sBAAsB,IAAY,cAAsB;AAC1E,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,iBAAiB,SAC9B,QAAQ,QAAQ,GAAG,SAAA,CAAU,EAC7B,QAAQ,kBAAkB,YAAY;AAAA,IAC3C,QAAQ,aAAa,iBAAiB;AAAA,EAAA,CACzC;AACL;AAEA,eAAsB,oBAAoB,MAAM;AAC5C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,oBAAoB;AAAA,IACtC,QAAQ,aAAa,oBAAoB;AAAA,IACzC,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,MAAM;AAClD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,uBAAuB;AAAA,IACzC,QAAQ,aAAa,uBAAuB;AAAA,IAC5C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,wBAAwB,cAAsB;AAChE,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,qBAAqB,SAClC,QAAQ,kBAAkB,YAAY;AAAA,IAC3C,QAAQ,aAAa,qBAAqB;AAAA,EAAA,CAC7C;AACL;AAEA,eAAsB,oBAAoB,IAAY;AAClD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,aAAa,iBAAiB,SAC9B,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAClC,QAAQ,aAAa,qBAAqB;AAAA,EAAA,CAC7C;AACL;"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { apiCreateLocalRecepcao, apiFindMonitorLocalRecepcao, apiFindOneLocalRecepcao, apiUpdateLocalRecepcao } from "./localRecepcao/LocalRecepcaoService.js";
|
|
2
|
-
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./requisicaoCompra/RequisicaoCompraService.js";
|
|
2
|
+
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./requisicaoCompra/RequisicaoCompraService.js";
|
|
3
3
|
import { apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
4
4
|
import { apiExecuteAcaoCotacao, apiFindMonitorCotacao, apiFindOneCotacao, apiUpdateCotacao } from "./cotacao/CotacaoService.js";
|
|
5
5
|
import { apiExecuteAcaoOrdemCompra, apiFindMonitorOrdemCompra, apiFindOneOrdemCompra, apiFindOrdensComprasNfeByIdsFornecedores, apiUpdateOrdemCompra } from "./ordemCompra/OrdemCompraService.js";
|
|
6
6
|
import { apiFindHistoricoAcaoByIdEntidade } from "./historicoAcao/HistoricoAcaoService.js";
|
|
7
7
|
import { apiCreateCadastroEstrategiaLiberacaoValor, apiDeleteOneCadastroEstrategiaLiberacaoValor, apiFindMonitorCadastroEstrategiaLiberacaoValor, apiFindOneCadastroEstrategiaLiberacaoValor, apiUpdateCadastroEstrategiaLiberacaoValor } from "./cadastroEstrategiaLiberacaoValor/CadastroEstrategiaLiberacaoValorService.js";
|
|
8
|
+
import { apiExecuteAcaoItemRequisicaoCompra, apiFindDetalhesRecebimentoMercadoria } from "./itemRequisicaoCompra/ItemRequisicaoCompraService.js";
|
|
8
9
|
export {
|
|
9
10
|
apiCreateCadastroEstrategiaLiberacaoValor,
|
|
10
11
|
apiCreateLocalRecepcao,
|
|
@@ -12,8 +13,11 @@ export {
|
|
|
12
13
|
apiDeleteOneCadastroEstrategiaLiberacaoValor,
|
|
13
14
|
apiExecuteAcao,
|
|
14
15
|
apiExecuteAcaoCotacao,
|
|
16
|
+
apiExecuteAcaoItemRequisicaoCompra,
|
|
15
17
|
apiExecuteAcaoOrdemCompra,
|
|
16
18
|
apiFinalizaRequisicaoAgrupada,
|
|
19
|
+
apiFindDetalheItemRequisicaoCompraMonitor,
|
|
20
|
+
apiFindDetalhesRecebimentoMercadoria,
|
|
17
21
|
apiFindHistoricoAcaoByIdEntidade,
|
|
18
22
|
apiFindHistoricosMovimentacao,
|
|
19
23
|
apiFindMonitorCadastroEstrategiaLiberacaoValor,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
package/dist/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js
CHANGED
|
@@ -8,7 +8,15 @@ async function apiFindDetalhesRecebimentoMercadoria(data) {
|
|
|
8
8
|
data
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
+
async function apiExecuteAcaoItemRequisicaoCompra(values) {
|
|
12
|
+
return ApiService.fetchDataWithAxios({
|
|
13
|
+
url: ITEM_REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,
|
|
14
|
+
method: ITEM_REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,
|
|
15
|
+
data: values
|
|
16
|
+
});
|
|
17
|
+
}
|
|
11
18
|
export {
|
|
19
|
+
apiExecuteAcaoItemRequisicaoCompra,
|
|
12
20
|
apiFindDetalhesRecebimentoMercadoria
|
|
13
21
|
};
|
|
14
22
|
//# sourceMappingURL=ItemRequisicaoCompraService.js.map
|
package/dist/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemRequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst ITEM_REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.itemRequisicaoCompra;\n\nexport async function apiFindDetalhesRecebimentoMercadoria(data) {\n return ApiService.fetchDataWithAxios({\n url: ITEM_REQUISICAO_COMPRA_ENDPOINT.findDetalhesRecebimentoMercadoria.endpoint,\n method: ITEM_REQUISICAO_COMPRA_ENDPOINT.findDetalhesRecebimentoMercadoria.httpMethod,\n data\n })\n}"],"names":["endpointConfig"],"mappings":";;AAGA,MAAM,kCAAkCA,yBAAe,QAAQ;AAE/D,eAAsB,qCAAqC,MAAM;AAC7D,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,gCAAgC,kCAAkC;AAAA,IACvE,QAAQ,gCAAgC,kCAAkC;AAAA,IAC1E;AAAA,EAAA,CACH;AACL;"}
|
|
1
|
+
{"version":3,"file":"ItemRequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/itemRequisicaoCompra/ItemRequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst ITEM_REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.itemRequisicaoCompra;\n\nexport async function apiFindDetalhesRecebimentoMercadoria(data) {\n return ApiService.fetchDataWithAxios({\n url: ITEM_REQUISICAO_COMPRA_ENDPOINT.findDetalhesRecebimentoMercadoria.endpoint,\n method: ITEM_REQUISICAO_COMPRA_ENDPOINT.findDetalhesRecebimentoMercadoria.httpMethod,\n data\n })\n}\n\nexport async function apiExecuteAcaoItemRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: ITEM_REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,\n method: ITEM_REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,\n data: values\n })\n}"],"names":["endpointConfig"],"mappings":";;AAGA,MAAM,kCAAkCA,yBAAe,QAAQ;AAE/D,eAAsB,qCAAqC,MAAM;AAC7D,SAAO,WAAW,mBAAmB;AAAA,IACjC,KAAK,gCAAgC,kCAAkC;AAAA,IACvE,QAAQ,gCAAgC,kCAAkC;AAAA,IAC1E;AAAA,EAAA,CACH;AACL;AAEA,eAAsB,mCAAmC,QAAa;AAClE,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,gCAAgC,YAAY;AAAA,IACjD,QAAQ,gCAAgC,YAAY;AAAA,IACpD,MAAM;AAAA,EAAA,CACT;AACL;"}
|
|
@@ -41,9 +41,16 @@ async function apiFindHistoricosMovimentacao(id) {
|
|
|
41
41
|
method: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.httpMethod
|
|
42
42
|
});
|
|
43
43
|
}
|
|
44
|
+
async function apiFindDetalheItemRequisicaoCompraMonitor(id) {
|
|
45
|
+
return ApiService.fetchDataWithAxios({
|
|
46
|
+
url: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.endpoint.replace("{id}", id.toString()),
|
|
47
|
+
method: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.httpMethod
|
|
48
|
+
});
|
|
49
|
+
}
|
|
44
50
|
export {
|
|
45
51
|
apiCreateRequisicaoCompra,
|
|
46
52
|
apiExecuteAcao,
|
|
53
|
+
apiFindDetalheItemRequisicaoCompraMonitor,
|
|
47
54
|
apiFindHistoricosMovimentacao,
|
|
48
55
|
apiFindMonitorRequisicaoCompra,
|
|
49
56
|
apiFindOneRequisicaoCompra,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.requisicaoCompra;\n\nexport async function apiCreateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.create.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.create.httpMethod,\n data: values\n })\n}\n\nexport async function apiUpdateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.update.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.update.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindMonitorRequisicaoCompra(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findMonitor.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneRequisicaoCompra(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${REQUISICAO_COMPRA_ENDPOINT.findOne.endpoint}/${id}`,\n method: REQUISICAO_COMPRA_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiExecuteAcao(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindHistoricosMovimentacao(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.httpMethod\n })\n}"],"names":["endpointConfig"],"mappings":";;AAIA,MAAM,6BAA6BA,yBAAe,QAAQ;AAE1D,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,+BAA+B,MAAsB;AACvE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,2BAA2B,IAAY;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,2BAA2B,QAAQ,QAAQ,IAAI,EAAE;AAAA,IACzD,QAAQ,2BAA2B,QAAQ;AAAA,EAAA,CAC9C;AACL;AAEA,eAAsB,eAAe,QAAa;AAC9C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,8BAA8B,IAAY;AAC5D,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,2BAA2B,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IACjG,QAAQ,2BAA2B,2BAA2B;AAAA,EAAA,CACjE;AACL;"}
|
|
1
|
+
{"version":3,"file":"RequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\n\nconst REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.requisicaoCompra;\n\nexport async function apiCreateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.create.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.create.httpMethod,\n data: values\n })\n}\n\nexport async function apiUpdateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.update.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.update.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindMonitorRequisicaoCompra(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findMonitor.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneRequisicaoCompra(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${REQUISICAO_COMPRA_ENDPOINT.findOne.endpoint}/${id}`,\n method: REQUISICAO_COMPRA_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiExecuteAcao(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindHistoricosMovimentacao(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.httpMethod\n })\n}\n\nexport async function apiFindDetalheItemRequisicaoCompraMonitor(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.httpMethod\n })\n}"],"names":["endpointConfig"],"mappings":";;AAIA,MAAM,6BAA6BA,yBAAe,QAAQ;AAE1D,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,+BAA+B,MAAsB;AACvE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,2BAA2B,IAAY;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,2BAA2B,QAAQ,QAAQ,IAAI,EAAE;AAAA,IACzD,QAAQ,2BAA2B,QAAQ;AAAA,EAAA,CAC9C;AACL;AAEA,eAAsB,eAAe,QAAa;AAC9C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,8BAA8B,IAAY;AAC5D,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,2BAA2B,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IACjG,QAAQ,2BAA2B,2BAA2B;AAAA,EAAA,CACjE;AACL;AAEA,eAAsB,0CAA0C,IAAY;AACxE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,uCAAuC,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAC7G,QAAQ,2BAA2B,uCAAuC;AAAA,EAAA,CAC7E;AACL;"}
|
|
@@ -72,8 +72,9 @@ import { apiCreateLocalRecepcao, apiFindMonitorLocalRecepcao, apiFindOneLocalRec
|
|
|
72
72
|
import { apiCreateOpcao, apiDeleteOpcao, apiFindAllOpcoes, apiFindByIdCampo, apiFindHistoricoById, apiUpdateOpcao } from "./originacao/campo/campoService.js";
|
|
73
73
|
import { apiCreatePrecoDia, apiDeletePrecoDia, apiFindAllPrecoDia, apiFindAllPrecoDiaHistoricos, apiFindByIdPrecoDia, apiFindByIdPrecoDiaHistoricos, apiGenerateTemplatePrecoDia, apiUpdatePrecoDia, apiUpdateStatusPrecoDia, apiUploadTemplatePrecoDia } from "./originacao/precoDia/precoDiaService.js";
|
|
74
74
|
import { apiCreateProdutoCommodity, apiFindAllProdutoCommodity } from "./originacao/produtoCommodity/produtoCommodityService.js";
|
|
75
|
-
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
75
|
+
import { apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
76
76
|
import { apiExecuteAcaoCotacao, apiFindMonitorCotacao, apiFindOneCotacao, apiUpdateCotacao } from "./compras/cotacao/CotacaoService.js";
|
|
77
|
+
import { apiExecuteAcaoItemRequisicaoCompra, apiFindDetalhesRecebimentoMercadoria } from "./compras/itemRequisicaoCompra/ItemRequisicaoCompraService.js";
|
|
77
78
|
import { apiExecuteAcaoOrdemCompra, apiFindMonitorOrdemCompra, apiFindOneOrdemCompra, apiFindOrdensComprasNfeByIdsFornecedores, apiUpdateOrdemCompra } from "./compras/ordemCompra/OrdemCompraService.js";
|
|
78
79
|
import { apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
79
80
|
import { apiFindAllCampos } from "./originacao/formulario/formularioService.js";
|
|
@@ -228,6 +229,7 @@ export {
|
|
|
228
229
|
apiEditPreContrato,
|
|
229
230
|
apiExecuteAcao,
|
|
230
231
|
apiExecuteAcaoCotacao,
|
|
232
|
+
apiExecuteAcaoItemRequisicaoCompra,
|
|
231
233
|
apiExecuteAcaoOrdemCompra,
|
|
232
234
|
apiFetchUserFuncionalidades,
|
|
233
235
|
apiFetchUserFuncionalidadesDetail,
|
|
@@ -288,6 +290,8 @@ export {
|
|
|
288
290
|
apiFindCounterFisicoSeloSocial,
|
|
289
291
|
apiFindCounterFisicoServicoAssistencia,
|
|
290
292
|
apiFindDescricaoById,
|
|
293
|
+
apiFindDetalheItemRequisicaoCompraMonitor,
|
|
294
|
+
apiFindDetalhesRecebimentoMercadoria,
|
|
291
295
|
apiFindDmBusinessPartner,
|
|
292
296
|
apiFindDmBusinessPartnerByIds,
|
|
293
297
|
apiFindDmBusinessPartnerCliente,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -20,6 +20,7 @@ const statusBadgeClasses = {
|
|
|
20
20
|
ESTORNADO: "bg-red-50 text-red-500 whitespace-nowrap",
|
|
21
21
|
NOVA: "bg-gray-50 text-gray-600 whitespace-nowrap",
|
|
22
22
|
NOVO: "bg-gray-50 text-gray-600 whitespace-nowrap",
|
|
23
|
+
PARCIALMENTE_APROVADA: "bg-purple-50 text-purple-600 whitespace-nowrap",
|
|
23
24
|
PARCIALMENTE_UTILIZADO: "bg-orange-50 text-orange-600 whitespace-nowrap",
|
|
24
25
|
PAUSADO: "bg-yellow-50 text-yellow-600 whitespace-nowrap",
|
|
25
26
|
RECEBIDO: "bg-green-50 text-green-500 whitespace-nowrap",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"badge.js","sources":["../../../../lib/base/utils/colorClassName/badge.ts"],"sourcesContent":["/**\n * Mapeia cada status técnico para uma combinação de classes CSS utilizadas no componente <Badge/>.\n *\n * Este dicionário define o estilo visual (cores de fundo e texto) associado a cada status do sistema,\n * permitindo uma apresentação visual coerente e padronizada para cada situação.\n *\n * Exemplo de uso:\n * ```tsx\n * const className = statusBadgeClasses[status] || \"bg-gray-100 text-gray-500\";\n * ```\n *\n * @constant\n * @type {Record<string, string>}\n */\nexport const statusBadgeClasses: Record<string, string> = {\n AGUARDANDO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n AGUARDANDO_APROVACAO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n AGUARDANDO_CONSULTA: 'bg-purple-50 text-purple-600 whitespace-nowrap',\n AGUARDANDO_BOLETO: 'bg-red-50 text-red-500 whitespace-nowrap',\n AGUARDANDO_RECEPCAO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n AGUARDANDO_VINCULO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n APROVADA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n APROVADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n ATENCAO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n CANCELADA: \"bg-red-50 text-red-500 whitespace-nowrap\",\n CANCELADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n COMPLETO: 'bg-green-50 text-green-600 whitespace-nowrap',\n CONCLUIDA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n CONCLUIDO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n EM_PROCESSAMENTO: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n ENTREGUE: 'bg-green-50 text-green-600 whitespace-nowrap',\n ERRO: 'bg-red-50 text-red-500 whitespace-nowrap',\n ERRO_INTEGRACAO: 'bg-red-50 text-red-500 whitespace-nowrap',\n ESTORNADO: 'bg-red-50 text-red-500 whitespace-nowrap',\n NOVA: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n NOVO: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n PARCIALMENTE_UTILIZADO: \"bg-orange-50 text-orange-600 whitespace-nowrap\",\n PAUSADO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n RECEBIDO: \"bg-green-50 text-green-500 whitespace-nowrap\",\n REPROVADA: \"bg-red-50 text-red-500 whitespace-nowrap\",\n REPROVADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n VALIDADO: 'bg-green-50 text-green-500 whitespace-nowrap',\n VALOR_DIVERGENTE: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n VINCULADO: \"bg-green-50 text-green-500 whitespace-nowrap\",\n FINALIZADO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n // Status de Integração\n PENDENTE: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n PROCESSANDO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n ENVIADO_SAP: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n ENVIADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n PROCESSANDO_SAP: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n NAO_PROCESSADO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n EM_ANDAMENTO: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n // Tipo de Envio\n FISICO: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n FISICA: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n DIGITAL: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n // Status do SAP\n A: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n B: 'bg-indigo-50 text-indigo-600 whitespace-nowrap',\n C: 'bg-blue-50 text-blue-600 whitespace-nowrap',\n D: 'bg-red-50 text-red-500 whitespace-nowrap',\n // Insumos - Compras\n LIBERADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n REJEITADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n BONIFICACAO: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n EFETIVA: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n VIRTUAL: \"bg-cyan-50 text-cyan-600 whitespace-nowrap\",\n EFETIVA_AO_CLIENTE: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n VIRTUAL_AO_CLIENTE: \"bg-teal-50 text-teal-600 whitespace-nowrap\",\n A_VISTA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n A_PRAZO: \"bg-orange-50 text-orange-600 whitespace-nowrap\",\n // Ração - Juros Compostos\n DENTRO_ESTADO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n FORA_ESTADO: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n};\n"],"names":[],"mappings":"AAcO,MAAM,qBAA6C;AAAA,EACxD,YAAY;AAAA,EACZ,sBAAsB;AAAA,EACtB,qBAAqB;AAAA,EACrB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA,EACrB,oBAAoB;AAAA,EACpB,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AAAA,EACT,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AAAA,EACV,WAAW;AAAA,EACX,WAAW;AAAA,EACX,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,MAAM;AAAA,EACN,wBAAwB;AAAA,EACxB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AAAA,EACV,kBAAkB;AAAA,EAClB,WAAW;AAAA,EACX,YAAY;AAAA;AAAA,EAEZ,UAAU;AAAA,EACV,aAAa;AAAA,EACb,aAAa;AAAA,EACb,SAAS;AAAA,EACT,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,cAAc;AAAA;AAAA,EAEd,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,SAAS;AAAA;AAAA,EAET,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA;AAAA,EAEH,UAAU;AAAA,EACV,WAAW;AAAA,EACX,aAAa;AAAA,EACb,SAAS;AAAA,EACT,SAAS;AAAA,EACT,oBAAoB;AAAA,EACpB,oBAAoB;AAAA,EACpB,SAAS;AAAA,EACT,SAAS;AAAA;AAAA,EAET,eAAe;AAAA,EACf,aAAa;AACf;"}
|
|
1
|
+
{"version":3,"file":"badge.js","sources":["../../../../lib/base/utils/colorClassName/badge.ts"],"sourcesContent":["/**\n * Mapeia cada status técnico para uma combinação de classes CSS utilizadas no componente <Badge/>.\n *\n * Este dicionário define o estilo visual (cores de fundo e texto) associado a cada status do sistema,\n * permitindo uma apresentação visual coerente e padronizada para cada situação.\n *\n * Exemplo de uso:\n * ```tsx\n * const className = statusBadgeClasses[status] || \"bg-gray-100 text-gray-500\";\n * ```\n *\n * @constant\n * @type {Record<string, string>}\n */\nexport const statusBadgeClasses: Record<string, string> = {\n AGUARDANDO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n AGUARDANDO_APROVACAO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n AGUARDANDO_CONSULTA: 'bg-purple-50 text-purple-600 whitespace-nowrap',\n AGUARDANDO_BOLETO: 'bg-red-50 text-red-500 whitespace-nowrap',\n AGUARDANDO_RECEPCAO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n AGUARDANDO_VINCULO: \"bg-yellow-50 text-yellow-600 whitespace-nowrap\",\n APROVADA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n APROVADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n ATENCAO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n CANCELADA: \"bg-red-50 text-red-500 whitespace-nowrap\",\n CANCELADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n COMPLETO: 'bg-green-50 text-green-600 whitespace-nowrap',\n CONCLUIDA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n CONCLUIDO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n EM_PROCESSAMENTO: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n ENTREGUE: 'bg-green-50 text-green-600 whitespace-nowrap',\n ERRO: 'bg-red-50 text-red-500 whitespace-nowrap',\n ERRO_INTEGRACAO: 'bg-red-50 text-red-500 whitespace-nowrap',\n ESTORNADO: 'bg-red-50 text-red-500 whitespace-nowrap',\n NOVA: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n NOVO: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n PARCIALMENTE_APROVADA: 'bg-purple-50 text-purple-600 whitespace-nowrap',\n PARCIALMENTE_UTILIZADO: \"bg-orange-50 text-orange-600 whitespace-nowrap\",\n PAUSADO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n RECEBIDO: \"bg-green-50 text-green-500 whitespace-nowrap\",\n REPROVADA: \"bg-red-50 text-red-500 whitespace-nowrap\",\n REPROVADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n VALIDADO: 'bg-green-50 text-green-500 whitespace-nowrap',\n VALOR_DIVERGENTE: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n VINCULADO: \"bg-green-50 text-green-500 whitespace-nowrap\",\n FINALIZADO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n // Status de Integração\n PENDENTE: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n PROCESSANDO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n ENVIADO_SAP: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n ENVIADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n PROCESSANDO_SAP: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n NAO_PROCESSADO: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n EM_ANDAMENTO: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n // Tipo de Envio\n FISICO: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n FISICA: \"bg-gray-50 text-gray-600 whitespace-nowrap\",\n DIGITAL: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n // Status do SAP\n A: 'bg-yellow-50 text-yellow-600 whitespace-nowrap',\n B: 'bg-indigo-50 text-indigo-600 whitespace-nowrap',\n C: 'bg-blue-50 text-blue-600 whitespace-nowrap',\n D: 'bg-red-50 text-red-500 whitespace-nowrap',\n // Insumos - Compras\n LIBERADO: \"bg-green-50 text-green-600 whitespace-nowrap\",\n REJEITADO: \"bg-red-50 text-red-500 whitespace-nowrap\",\n BONIFICACAO: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n EFETIVA: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n VIRTUAL: \"bg-cyan-50 text-cyan-600 whitespace-nowrap\",\n EFETIVA_AO_CLIENTE: \"bg-indigo-50 text-indigo-600 whitespace-nowrap\",\n VIRTUAL_AO_CLIENTE: \"bg-teal-50 text-teal-600 whitespace-nowrap\",\n A_VISTA: \"bg-green-50 text-green-600 whitespace-nowrap\",\n A_PRAZO: \"bg-orange-50 text-orange-600 whitespace-nowrap\",\n // Ração - Juros Compostos\n DENTRO_ESTADO: \"bg-blue-50 text-blue-600 whitespace-nowrap\",\n FORA_ESTADO: \"bg-purple-50 text-purple-600 whitespace-nowrap\",\n};\n"],"names":[],"mappings":"AAcO,MAAM,qBAA6C;AAAA,EACxD,YAAY;AAAA,EACZ,sBAAsB;AAAA,EACtB,qBAAqB;AAAA,EACrB,mBAAmB;AAAA,EACnB,qBAAqB;AAAA,EACrB,oBAAoB;AAAA,EACpB,UAAU;AAAA,EACV,UAAU;AAAA,EACV,SAAS;AAAA,EACT,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AAAA,EACV,WAAW;AAAA,EACX,WAAW;AAAA,EACX,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,MAAM;AAAA,EACN,iBAAiB;AAAA,EACjB,WAAW;AAAA,EACX,MAAM;AAAA,EACN,MAAM;AAAA,EACN,uBAAuB;AAAA,EACvB,wBAAwB;AAAA,EACxB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,WAAW;AAAA,EACX,WAAW;AAAA,EACX,UAAU;AAAA,EACV,kBAAkB;AAAA,EAClB,WAAW;AAAA,EACX,YAAY;AAAA;AAAA,EAEZ,UAAU;AAAA,EACV,aAAa;AAAA,EACb,aAAa;AAAA,EACb,SAAS;AAAA,EACT,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,cAAc;AAAA;AAAA,EAEd,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,SAAS;AAAA;AAAA,EAET,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA;AAAA,EAEH,UAAU;AAAA,EACV,WAAW;AAAA,EACX,aAAa;AAAA,EACb,SAAS;AAAA,EACT,SAAS;AAAA,EACT,oBAAoB;AAAA,EACpB,oBAAoB;AAAA,EACpB,SAAS;AAAA,EACT,SAAS;AAAA;AAAA,EAET,eAAe;AAAA,EACf,aAAa;AACf;"}
|
|
@@ -37,6 +37,7 @@ const statusList = [
|
|
|
37
37
|
{ status: "ESTORNADO", statusFormatado: "Estornado" },
|
|
38
38
|
{ status: "NOVA", statusFormatado: "Nova" },
|
|
39
39
|
{ status: "NOVO", statusFormatado: "Novo" },
|
|
40
|
+
{ status: "PARCIALMENTE_APROVADA", statusFormatado: "Parcialmente aprovada" },
|
|
40
41
|
{ status: "PARCIALMENTE_UTILIZADO", statusFormatado: "Parcialmente utilizado" },
|
|
41
42
|
{ status: "PAUSADO", statusFormatado: "Pausado" },
|
|
42
43
|
{ status: "RECEBIDO", statusFormatado: "Recebido" },
|