fixes bug#21048
dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@104589 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
347032eded
commit
24efae3889
12
.classpath
12
.classpath
|
@ -6,16 +6,16 @@
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
|
||||||
<attributes>
|
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="test" value="true"/>
|
|
||||||
<attribute name="optional" value="true"/>
|
<attribute name="optional" value="true"/>
|
||||||
<attribute name="maven.pomderived" value="true"/>
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
|
<attribute name="test" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="maven.pomderived" value="true"/>
|
||||||
</attributes>
|
</attributes>
|
||||||
</classpathentry>
|
</classpathentry>
|
||||||
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
|
||||||
|
|
|
@ -66,6 +66,8 @@ public class BusquedaBpeExportacaoController extends MyGenericForwardComposer {
|
||||||
lsEstado = estadoService.obtenerTodos();
|
lsEstado = estadoService.obtenerTodos();
|
||||||
|
|
||||||
super.doAfterCompose(comp);
|
super.doAfterCompose(comp);
|
||||||
|
|
||||||
|
consultaOtimizada.setChecked(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void onClick$btnExeExportacao(Event ev) throws InterruptedException {
|
public void onClick$btnExeExportacao(Event ev) throws InterruptedException {
|
||||||
|
|
|
@ -134,6 +134,7 @@ public class EditarEmpresaController extends MyGenericForwardComposer {
|
||||||
private Textbox textAssuntoFiscal;
|
private Textbox textAssuntoFiscal;
|
||||||
private Textbox textEmail;
|
private Textbox textEmail;
|
||||||
private Checkbox chkAutenticacao;
|
private Checkbox chkAutenticacao;
|
||||||
|
private MyTextbox txtCodContPrevidencia;
|
||||||
|
|
||||||
private Radio rdgFechaVenta;
|
private Radio rdgFechaVenta;
|
||||||
private Radio rdgFechaSalida;
|
private Radio rdgFechaSalida;
|
||||||
|
|
|
@ -1430,6 +1430,7 @@ editarEmpresaController.cstGratuidade.label = CST Gratuidade 100%
|
||||||
editarEmpresaController.cst00.label = CST=00 (Tribuitação Normal)
|
editarEmpresaController.cst00.label = CST=00 (Tribuitação Normal)
|
||||||
editarEmpresaController.cst40.label = CST=40 (Isento)
|
editarEmpresaController.cst40.label = CST=40 (Isento)
|
||||||
editarEmpresaController.cst41.label = CST=41 (Não Tributado)
|
editarEmpresaController.cst41.label = CST=41 (Não Tributado)
|
||||||
|
editarEmpresaController.codContPrevidencia.label = Código Indicador de Contribuição Previdenciária
|
||||||
|
|
||||||
editarEmpresaController.contaBancaria.label = Cuentas Bancárias
|
editarEmpresaController.contaBancaria.label = Cuentas Bancárias
|
||||||
editarEmpresaController.contaBancaria.instiFinanceira = Instituición financiera
|
editarEmpresaController.contaBancaria.instiFinanceira = Instituición financiera
|
||||||
|
|
|
@ -1562,6 +1562,7 @@ editarEmpresaController.cstGratuidade.ajuda = Definie o CST dos Bilhetes de Grat
|
||||||
editarEmpresaController.cst00.label = CST=00 (Tribuitação Normal)
|
editarEmpresaController.cst00.label = CST=00 (Tribuitação Normal)
|
||||||
editarEmpresaController.cst40.label = CST=40 (Isento)
|
editarEmpresaController.cst40.label = CST=40 (Isento)
|
||||||
editarEmpresaController.cst41.label = CST=41 (Não Tributado)
|
editarEmpresaController.cst41.label = CST=41 (Não Tributado)
|
||||||
|
editarEmpresaController.codContPrevidencia.label = Código Indicador de Contribuição Previdenciária
|
||||||
|
|
||||||
editarEmpresaController.contaBancaria.label = Contas Bancárias
|
editarEmpresaController.contaBancaria.label = Contas Bancárias
|
||||||
editarEmpresaController.contaBancaria.instiFinanceira = Instituição Financeira
|
editarEmpresaController.contaBancaria.instiFinanceira = Instituição Financeira
|
||||||
|
|
|
@ -150,6 +150,13 @@
|
||||||
value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}"
|
value="@{winEditarEmpresa$composer.empresa.cnpjAutorizadora}"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</row>
|
</row>
|
||||||
|
<row>
|
||||||
|
<label
|
||||||
|
value="${c:l('editarEmpresaController.codContPrevidencia.label')}" />
|
||||||
|
<textbox id="txtCodContPrevidencia" width="150px" type="text"
|
||||||
|
maxlength="8"
|
||||||
|
value="@{winEditarEmpresa$composer.empresa.codContPrevidencia}"/>
|
||||||
|
</row>
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
|
Loading…
Reference in New Issue