[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@81742 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5f6c47a56b
commit
85990b54b7
|
@ -1250,9 +1250,10 @@ editarEmpresaImpostoController.labelIcmsMunicipal.value = ICMS Intermunicipal
|
|||
editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value = ICMS Intermunicipal Matricial
|
||||
editarEmpresaImpostoController.labelIcmsEstadualMatricial.value = ICMS Interestadual Matricial
|
||||
editarEmpresaImpostoController.labelIndIcmsMunicipal.value = Ind. ECF Intermunicipal
|
||||
editarEmpresaImpostoController.labelRedMunicial.value = Reductor ICMS intermunicipal
|
||||
editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS interestadual
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS
|
||||
editarEmpresaImpostoController.labelRedMunicial.value = Reductor ICMS Intermunicipal
|
||||
editarEmpresaImpostoController.labelRedEstadual.value = Reductor ICMS Interestadual
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Reductor base de cálculo ICMS Interestadual
|
||||
editarEmpresaImpostoController.labelRedIcmsIM.value = Reductor base de cálculo ICMS Intermunicipal
|
||||
editarEmpresaImpostoController.labelPorctributo.value = % Impuesto
|
||||
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributacion Importacion
|
||||
editarEmpresaImpostoController.codEstabelecimento.value = Codigo Estabelecimiento
|
||||
|
|
|
@ -1351,7 +1351,8 @@ editarEmpresaImpostoController.labelIcmsEstadualMatricial.value = ICMS Interesta
|
|||
editarEmpresaImpostoController.labelIndIcmsMunicipal.value = Ind. ECF Intermunicipal
|
||||
editarEmpresaImpostoController.labelRedMunicial.value = Redutor ICMS Intermunicipal
|
||||
editarEmpresaImpostoController.labelRedEstadual.value = Redutor ICMS Interestadual
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS
|
||||
editarEmpresaImpostoController.labelRedIcms.value = Redutor Base de Cálculo ICMS Interestadual
|
||||
editarEmpresaImpostoController.labelRedIcmsIM.value = Redutor Base de Cálculo ICMS Intermunicipal
|
||||
editarEmpresaImpostoController.labelPorctributo.value = % Tributo
|
||||
editarEmpresaImpostoController.labelTributacaoImportacao.value = Tributação Importação
|
||||
editarEmpresaImpostoController.codEstabelecimento.value = Código Estabelecimento
|
||||
|
|
|
@ -35,17 +35,13 @@
|
|||
</caption>
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="12%" />
|
||||
<column width="22%" />
|
||||
<column width="13%" />
|
||||
<column width="13%" />
|
||||
<column width="13%" />
|
||||
<column width="13%" />
|
||||
<column width="13%" />
|
||||
<column width="13%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
|
@ -55,11 +51,7 @@
|
|||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipal.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIndIcmsMunicipal.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsMunicipalMatricial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsEstadualMatricial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedMunicial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelPorctributo.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelIcmsEstadualMatricial.value')}" />
|
||||
</row>
|
||||
<row>
|
||||
<checkbox id="chkIndValidaECF" width="50px"
|
||||
|
@ -87,7 +79,15 @@
|
|||
scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.icmsMatricial,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedMunicial.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedEstadual.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedIcms.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelRedIcmsIM.value')}" />
|
||||
<label value="${c:l('editarEmpresaImpostoController.labelPorctributo.value')}" />
|
||||
</row>
|
||||
<row>
|
||||
<textbox id="txtPorCredMunicipal" width="50px"
|
||||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
|
@ -100,6 +100,10 @@
|
|||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.porCredBaseIcms,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
<textbox id="txtPorCredBaseIcmsIM" width="50px"
|
||||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
value="@{winEditarEmpresaImposto$composer.empresaImposto.porcRedBaseIcmsIM,converter=com.rjconsultores.ventaboletos.web.utilerias.StringPercentToDecimalConverter}" />
|
||||
<textbox id="txtTributo" width="50px"
|
||||
precision="7" scale="2"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextboxDecimal"
|
||||
|
|
Loading…
Reference in New Issue