[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-87c2c4800839master
parent
85990b54b7
commit
4c68066d8c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue