From d39997407fbf2c378c2317d82607d180cfba761a Mon Sep 17 00:00:00 2001 From: Gabriel Terribile <80511716+GABRIELTERRIBILE@users.noreply.github.com> Date: Thu, 11 Jul 2024 16:28:31 -0300 Subject: [PATCH] feat: adiciona VL_UNIT_CONV no arquivo json --- storage/layouts/ICMSIPI/v017/C180.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/storage/layouts/ICMSIPI/v017/C180.json b/storage/layouts/ICMSIPI/v017/C180.json index 4f14563..fcad9a0 100755 --- a/storage/layouts/ICMSIPI/v017/C180.json +++ b/storage/layouts/ICMSIPI/v017/C180.json @@ -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+$", @@ -62,4 +69,4 @@ "info": "N\u00famero do documento de arrecada\u00e7\u00e3o estadual, se houver", "format": "" } -} \ No newline at end of file +}