Skip to content

Commit

Permalink
Merge pull request #546 from GABRIELTERRIBILE/master
Browse files Browse the repository at this point in the history
feat: adiciona VL_UNIT_CONV no arquivo json
  • Loading branch information
robmachado authored Jul 11, 2024
2 parents 58df8b0 + d399974 commit b98fb81
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion storage/layouts/ICMSIPI/v017/C180.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
"info": "Unidade adotada para informar o campo QUANT_CONV.",
"format": ""
},
"VL_UNIT_CONV":{
"type":"numeric",
"regex":"^\\d+(\\.\\d*)?|\\.\\d+$",
"required":true,
"info":"Valor unit\u00e1rio da mercadoria, considerando a unidade utilizada para informar o campo QUANT_CONV.",
"format":"15v6"
},
"VL_UNIT_ICMS_OP_CONV": {
"type": "numeric",
"regex": "^\\d+(\\.\\d*)?|\\.\\d+$",
Expand Down Expand Up @@ -62,4 +69,4 @@
"info": "N\u00famero do documento de arrecada\u00e7\u00e3o estadual, se houver",
"format": ""
}
}
}

0 comments on commit b98fb81

Please sign in to comment.