-
-
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
e787b4b
commit ca64f7c
Showing
16 changed files
with
170 additions
and
60 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,26 +3,26 @@ export default { | |
id: 12345678, | ||
tipo: 1 as const, | ||
situacao: 1 as const, | ||
numero: '6541', | ||
dataEmissao: '2023-01-12 09:52:12', | ||
dataOperacao: '2023-01-12 09:52:12', | ||
numero: "6541", | ||
dataEmissao: "2023-01-12 09:52:12", | ||
dataOperacao: "2023-01-12 09:52:12", | ||
contato: { | ||
id: 12345678, | ||
nome: 'Contato do Bling', | ||
numeroDocumento: '30188025000121', | ||
ie: '7364873393', | ||
rg: '451838701', | ||
telefone: '54 3771-7278', | ||
email: '[email protected]', | ||
nome: "Contato do Bling", | ||
numeroDocumento: "30188025000121", | ||
ie: "7364873393", | ||
rg: "451838701", | ||
telefone: "54 3771-7278", | ||
email: "[email protected]", | ||
endereco: { | ||
endereco: 'Olavo Bilac', | ||
numero: '914', | ||
complemento: 'Sala 101', | ||
bairro: 'Imigrante', | ||
cep: '95702-000', | ||
municipio: 'Bento Gonçalves', | ||
uf: 'RS' as const, | ||
pais: '' | ||
endereco: "Olavo Bilac", | ||
numero: "914", | ||
complemento: "Sala 101", | ||
bairro: "Imigrante", | ||
cep: "95702-000", | ||
municipio: "Bento Gonçalves", | ||
uf: "RS" as const, | ||
pais: "" | ||
} | ||
}, | ||
naturezaOperacao: { | ||
|
@@ -31,6 +31,37 @@ export default { | |
loja: { | ||
id: 12345678 | ||
}, | ||
serie: '1' | ||
serie: 1, | ||
valorNota: 10.3, | ||
chaveAcesso: "string", | ||
xml: "string", | ||
linkDanfe: "string", | ||
linkPDF: "string", | ||
numeroPedidoLoja: "string", | ||
transporte: { | ||
fretePorConta: 0 as const, | ||
transportador: { | ||
nome: "Transportador", | ||
numeroDocumento: "30188025000121" | ||
}, | ||
volumes: [ | ||
{ | ||
id: 12345678 | ||
} | ||
], | ||
etiqueta: { | ||
nome: "Transportador", | ||
endereco: "Olavo Bilac", | ||
numero: "914", | ||
complemento: "Sala 101", | ||
municipio: "Bento Gonçalves", | ||
uf: "RS" as const, | ||
cep: "95702-000", | ||
bairro: "Imigrante" | ||
} | ||
}, | ||
vendedor: { | ||
id: 12345679 | ||
} | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* - `1`: Outro(s) | ||
* - `2`: Volume(s) | ||
* - `3`: Unidade(s) | ||
* - `4`: Caixa(s) | ||
* - `5`: Pacote(s) | ||
* - `6`: Envelope(s) | ||
* - `7`: Pallet(s) | ||
* - `8`: Saco(s) | ||
*/ | ||
export type IEspecie = | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,26 +3,26 @@ export default { | |
id: 12345678, | ||
tipo: 1 as const, | ||
situacao: 1 as const, | ||
numero: '6541', | ||
dataEmissao: '2023-01-12 09:52:12', | ||
dataOperacao: '2023-01-12 09:52:12', | ||
numero: "6541", | ||
dataEmissao: "2023-01-12 09:52:12", | ||
dataOperacao: "2023-01-12 09:52:12", | ||
contato: { | ||
id: 12345678, | ||
nome: 'Contato do Bling', | ||
numeroDocumento: '30188025000121', | ||
ie: '7364873393', | ||
rg: '451838701', | ||
telefone: '54 3771-7278', | ||
email: '[email protected]', | ||
nome: "Contato do Bling", | ||
numeroDocumento: "30188025000121", | ||
ie: "7364873393", | ||
rg: "451838701", | ||
telefone: "54 3771-7278", | ||
email: "[email protected]", | ||
endereco: { | ||
endereco: 'Olavo Bilac', | ||
numero: '914', | ||
complemento: 'Sala 101', | ||
bairro: 'Imigrante', | ||
cep: '95702-000', | ||
municipio: 'Bento Gonçalves', | ||
uf: 'RS' as const, | ||
pais: '' | ||
endereco: "Olavo Bilac", | ||
numero: "914", | ||
complemento: "Sala 101", | ||
bairro: "Imigrante", | ||
cep: "95702-000", | ||
municipio: "Bento Gonçalves", | ||
uf: "RS" as const, | ||
pais: "" | ||
} | ||
}, | ||
naturezaOperacao: { | ||
|
@@ -32,31 +32,36 @@ export default { | |
id: 12345678 | ||
}, | ||
serie: 1, | ||
chaveAcesso: 'string', | ||
xml: 'string', | ||
linkDanfe: 'string', | ||
linkPDF: 'string', | ||
valorNota: 10.3, | ||
chaveAcesso: "string", | ||
xml: "string", | ||
linkDanfe: "string", | ||
linkPDF: "string", | ||
numeroPedidoLoja: "string", | ||
transporte: { | ||
fretePorConta: 0 as const, | ||
transportador: { | ||
nome: 'Transportador', | ||
numeroDocumento: '30188025000121' | ||
nome: "Transportador", | ||
numeroDocumento: "30188025000121" | ||
}, | ||
volumes: [ | ||
{ | ||
id: 12345678 | ||
} | ||
], | ||
etiqueta: { | ||
nome: 'Transportador', | ||
endereco: 'Olavo Bilac', | ||
numero: '914', | ||
complemento: 'Sala 101', | ||
municipio: 'Bento Gonçalves', | ||
uf: 'RS' as const, | ||
cep: '95702-000', | ||
bairro: 'Imigrante' | ||
nome: "Transportador", | ||
endereco: "Olavo Bilac", | ||
numero: "914", | ||
complemento: "Sala 101", | ||
municipio: "Bento Gonçalves", | ||
uf: "RS" as const, | ||
cep: "95702-000", | ||
bairro: "Imigrante" | ||
} | ||
}, | ||
vendedor: { | ||
id: 12345679 | ||
} | ||
} | ||
} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* - `1`: Outro(s) | ||
* - `2`: Volume(s) | ||
* - `3`: Unidade(s) | ||
* - `4`: Caixa(s) | ||
* - `5`: Pacote(s) | ||
* - `6`: Envelope(s) | ||
* - `7`: Pallet(s) | ||
* - `8`: Saco(s) | ||
*/ | ||
export type IEspecie = | ||
| 1 | ||
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | ||
| 8 |
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