-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee1bfc4
commit bb88044
Showing
32 changed files
with
2,069 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
src/entities/produtos/__tests__/change-situation-many-response.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
export default { | ||
data: { | ||
alertas: [ | ||
{ | ||
id: 12345678, | ||
error: { | ||
type: 'VALIDATION_ERROR', | ||
message: 'Não foi possível salvar a venda', | ||
description: | ||
'A venda não pode ser salva, pois ocorreram problemas em sua validação.', | ||
fields: [ | ||
{ | ||
code: 49, | ||
msg: 'Uma ou mais parcelas da venda possuem erros de validação', | ||
element: 'parcelas', | ||
namespace: 'VENDAS', | ||
collection: [ | ||
{ | ||
index: 1, | ||
code: 12, | ||
msg: 'Id da forma de pagamento inválido.', | ||
element: 'formaPagamento', | ||
namespace: 'VENDAS' | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} | ||
|
||
export const changeSituationManyRequest = { | ||
idsProdutos: [12345678], | ||
situacao: 'A' as const | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export default null | ||
|
||
export const changeSituationRequest = { | ||
situacao: 'A' as const | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,253 @@ | ||
export default { | ||
data: { | ||
id: 6423817751, | ||
variations: { | ||
deleted: [ | ||
{ | ||
id: 6423817579, | ||
variations: {}, | ||
warnings: ['Mensagem de aviso.'] | ||
} | ||
], | ||
updated: [ | ||
{ | ||
id: 6423817579, | ||
variations: {}, | ||
warnings: ['Mensagem de aviso.'] | ||
} | ||
], | ||
saved: [ | ||
{ | ||
id: 6423817579, | ||
variations: {}, | ||
warnings: ['Mensagem de aviso.'] | ||
} | ||
] | ||
}, | ||
warnings: ['Mensagem de aviso.'] | ||
} | ||
} | ||
|
||
export const createRequestBody = { | ||
id: 123456789, | ||
nome: 'Produto 1', | ||
codigo: 'CODE_123', | ||
preco: 1, | ||
tipo: 'P' as const, | ||
situacao: 'A' as const, | ||
formato: 'S' as const, | ||
descricaoCurta: 'Descrição curta', | ||
dataValidade: '2020-01-01', | ||
unidade: 'UN', | ||
pesoLiquido: 1, | ||
pesoBruto: 1, | ||
volumes: 1, | ||
itensPorCaixa: 1, | ||
gtin: '1234567890123', | ||
gtinEmbalagem: '1234567890123', | ||
tipoProducao: 'P' as const, | ||
condicao: 0 as const, | ||
freteGratis: false, | ||
marca: 'Marca', | ||
descricaoComplementar: 'Descrição complementar', | ||
linkExterno: 'https://www.google.com', | ||
observacoes: 'Observações', | ||
categoria: { | ||
id: 123456789 | ||
}, | ||
estoque: { | ||
minimo: 1, | ||
maximo: 100, | ||
crossdocking: 1, | ||
localizacao: '14A' | ||
}, | ||
actionEstoque: 'Z' as const, | ||
dimensoes: { | ||
largura: 1, | ||
altura: 1, | ||
profundidade: 1, | ||
unidadeMedida: 1 | ||
}, | ||
tributacao: { | ||
origem: 0, | ||
nFCI: '', | ||
ncm: '', | ||
cest: '', | ||
codigoListaServicos: '', | ||
spedTipoItem: '', | ||
codigoItem: '', | ||
percentualTributos: 0, | ||
valorBaseStRetencao: 0, | ||
valorStRetencao: 0, | ||
valorICMSSubstituto: 0, | ||
codigoExcecaoTipi: '', | ||
classeEnquadramentoIpi: '', | ||
valorIpiFixo: 0, | ||
codigoSeloIpi: '', | ||
valorPisFixo: 0, | ||
valorCofinsFixo: 0, | ||
codigoANP: '', | ||
descricaoANP: '', | ||
percentualGLP: 0, | ||
percentualGasNacional: 0, | ||
percentualGasImportado: 0, | ||
valorPartida: 0, | ||
tipoArmamento: 0 as const, | ||
descricaoCompletaArmamento: '', | ||
dadosAdicionais: '', | ||
grupoProduto: { | ||
id: 123456789 | ||
} | ||
}, | ||
midia: { | ||
video: { | ||
url: 'https://www.youtube.com/watch?v=1' | ||
}, | ||
imagens: { | ||
externas: [ | ||
{ | ||
link: 'https://shutterstock.com/lalala123' | ||
} | ||
] | ||
} | ||
}, | ||
linhaProduto: { | ||
id: 1 | ||
}, | ||
estrutura: { | ||
tipoEstoque: 'F' as const, | ||
lancamentoEstoque: 'A' as const, | ||
componentes: [ | ||
{ | ||
produto: { | ||
id: 1 | ||
}, | ||
quantidade: 2.1 | ||
} | ||
] | ||
}, | ||
camposCustomizados: [ | ||
{ | ||
idCampoCustomizado: 123456789, | ||
idVinculo: 123456789, | ||
valor: '256GB', | ||
item: 'Opção A' | ||
} | ||
], | ||
variacoes: [ | ||
{ | ||
id: 123456789, | ||
nome: 'Produto 1', | ||
codigo: 'CODE_123', | ||
preco: 1, | ||
tipo: 'P' as const, | ||
situacao: 'A' as const, | ||
formato: 'S' as const, | ||
descricaoCurta: 'Descrição curta', | ||
dataValidade: '2020-01-01', | ||
unidade: 'UN', | ||
pesoLiquido: 1, | ||
pesoBruto: 1, | ||
volumes: 1, | ||
itensPorCaixa: 1, | ||
gtin: '1234567890123', | ||
gtinEmbalagem: '1234567890123', | ||
tipoProducao: 'P' as const, | ||
condicao: 0 as const, | ||
freteGratis: false, | ||
marca: 'Marca', | ||
descricaoComplementar: 'Descrição complementar', | ||
linkExterno: 'https://www.google.com', | ||
observacoes: 'Observações', | ||
categoria: { | ||
id: 123456789 | ||
}, | ||
estoque: { | ||
minimo: 1, | ||
maximo: 100, | ||
crossdocking: 1, | ||
localizacao: '14A' | ||
}, | ||
actionEstoque: 'Z' as const, | ||
dimensoes: { | ||
largura: 1, | ||
altura: 1, | ||
profundidade: 1, | ||
unidadeMedida: 1 | ||
}, | ||
tributacao: { | ||
origem: 0, | ||
nFCI: '', | ||
ncm: '', | ||
cest: '', | ||
codigoListaServicos: '', | ||
spedTipoItem: '', | ||
codigoItem: '', | ||
percentualTributos: 0, | ||
valorBaseStRetencao: 0, | ||
valorStRetencao: 0, | ||
valorICMSSubstituto: 0, | ||
codigoExcecaoTipi: '', | ||
classeEnquadramentoIpi: '', | ||
valorIpiFixo: 0, | ||
codigoSeloIpi: '', | ||
valorPisFixo: 0, | ||
valorCofinsFixo: 0, | ||
codigoANP: '', | ||
descricaoANP: '', | ||
percentualGLP: 0, | ||
percentualGasNacional: 0, | ||
percentualGasImportado: 0, | ||
valorPartida: 0, | ||
tipoArmamento: 0 as const, | ||
descricaoCompletaArmamento: '', | ||
dadosAdicionais: '', | ||
grupoProduto: { | ||
id: 123456789 | ||
} | ||
}, | ||
midia: { | ||
video: { | ||
url: 'https://www.youtube.com/watch?v=1' | ||
}, | ||
imagens: { | ||
externas: [ | ||
{ | ||
link: 'https://shutterstock.com/lalala123' | ||
} | ||
] | ||
} | ||
}, | ||
linhaProduto: { | ||
id: 1 | ||
}, | ||
estrutura: { | ||
tipoEstoque: 'F' as const, | ||
lancamentoEstoque: 'A' as const, | ||
componentes: [ | ||
{ | ||
produto: { | ||
id: 1 | ||
}, | ||
quantidade: 2.1 | ||
} | ||
] | ||
}, | ||
camposCustomizados: [ | ||
{ | ||
idCampoCustomizado: 123456789, | ||
idVinculo: 123456789, | ||
valor: '256GB', | ||
item: 'Opção A' | ||
} | ||
], | ||
variacao: { | ||
nome: 'Tamanho:G;Cor:Verde', | ||
ordem: 1, | ||
produtoPai: { | ||
cloneInfo: true | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
export default { | ||
data: { | ||
alertas: [ | ||
{ | ||
id: 12345678, | ||
error: { | ||
type: 'VALIDATION_ERROR', | ||
message: 'Não foi possível salvar a venda', | ||
description: | ||
'A venda não pode ser salva, pois ocorreram problemas em sua validação.', | ||
fields: [ | ||
{ | ||
code: 49, | ||
msg: 'Uma ou mais parcelas da venda possuem erros de validação', | ||
element: 'parcelas', | ||
namespace: 'VENDAS', | ||
collection: [ | ||
{ | ||
index: 1, | ||
code: 12, | ||
msg: 'Id da forma de pagamento inválido.', | ||
element: 'formaPagamento', | ||
namespace: 'VENDAS' | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export default null |
Oops, something went wrong.