[BPE]: Adequação do envio da alíquota ICMS

bug#11062
dev:trevezani
qua:regis

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81746 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2018-05-10 21:09:25 +00:00
parent 85990b54b7
commit 4c68066d8c
3 changed files with 5 additions and 0 deletions

View File

@ -1275,6 +1275,7 @@ editarEmpresaImpostoController.lblTarifa.value = Tarifa
editarEmpresaImpostoController.lblSeguro.value = Seguro
editarEmpresaImpostoController.lblTxEmbarque.value = Tasa de abordaje
editarEmpresaImpostoController.lblValidaAliquotaECF.value = Valida Aliquota ECF
editarEmpresaImpostoController.lblPossuiRedBaseCalculo.value = Possui Redutor de Base de Cálculo
editarEmpresaImpostoController.lblPedagio.value = Peaje
editarEmpresaImpostoController.lblAltaTemporada.value = Alta temporada
editarEmpresaImpostoController.lblJaneiro.value = Enero

View File

@ -1373,6 +1373,7 @@ editarEmpresaImpostoController.window.sucessoSalvar=Configuração de imposto sa
editarEmpresaImpostoController.lblTarifa.value = Tarifa
editarEmpresaImpostoController.lblSeguro.value = Seguro
editarEmpresaImpostoController.lblValidaAliquotaECF.value = Valida Aliquota ECF
editarEmpresaImpostoController.lblPossuiRedBaseCalculo.value = Possui Redutor de Base de Cálculo
editarEmpresaImpostoController.lblTxEmbarque.value = Taxa de embarque
editarEmpresaImpostoController.lblPedagio.value = Pedagio
editarEmpresaImpostoController.lblAltaTemporada.value = Alta Temporada

View File

@ -81,6 +81,7 @@
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
</row>
<row>
<label value="${c:l('editarEmpresaImpostoController.lblPossuiRedBaseCalculo.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedMunicial.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
@ -88,6 +89,8 @@
<label value="${c:l('editarEmpresaImpostoController.labelPorctributo.value')}" />
</row>
<row>
<checkbox id="chkIndRedutorBaseIcmsBPe" width="50px"
checked="@{winEditarEmpresaImposto$composer.empresaImposto.indRedutorBaseIcmsBPe}" />
<textbox id="txtPorCredMunicipal" width="50px"
precision="7" scale="2"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"