Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Movements/1_000 #896

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion jsonschema/schemas/Movements_1_000.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/totvs/ttalk-standard-message/master/jsonschema/schemas/Movements_1_000.json#",
"info": {
"description": "Contrato de Mensagem Padronizada para a entidade de Movimento dos produtos TOTVS",
"description": "Contrato de Mensagem Padronizada para a entidade de Movimento dos produtos TOTVS.",
"version": "1.000",
"title": "Movement",
"contact": {
Expand Down Expand Up @@ -5118,6 +5118,20 @@
}
]
},
"HeritageBaseDepreciationValue": {
"description": "Valor Base de Depreciação do Bem",
"type": "number",
"x-totvs": [
{
"product": "RM",
"available": true,
"required": false,
"note": "Valor Base de Depreciação do Bem",
"field": "TITMMOV.VALORBASEDEPRECIACAOBEM",
"type": "decimal"
}
]
},
"NetValue": {
"description": "Valor Líquido do Item",
"type": "number",
Expand Down