Remoção de campo de tabela fiscal_relgerencial_empresa
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@45120 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3b527459cd
commit
b1c00b3c2b
|
@ -37,8 +37,8 @@ public class EditarRelgerencialEmpresaController extends MyGenericForwardCompose
|
||||||
IdentificacaoPafECF,
|
IdentificacaoPafECF,
|
||||||
ManifestoFiscal,
|
ManifestoFiscal,
|
||||||
ParametrosConfiguracao,
|
ParametrosConfiguracao,
|
||||||
IdentificacaoIdaVolta,
|
IdentificacaoIdaVolta
|
||||||
CUSTOM;
|
/*CUSTOM*/;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
@ -97,7 +97,6 @@ public class EditarRelgerencialEmpresaController extends MyGenericForwardCompose
|
||||||
}
|
}
|
||||||
|
|
||||||
relgerencialEmpresa.setDescricao(txtDescricao.getText());
|
relgerencialEmpresa.setDescricao(txtDescricao.getText());
|
||||||
relgerencialEmpresa.setIndice(StringUtils.leftPad(txtIndice.getText(), 2, "0"));
|
|
||||||
|
|
||||||
relgerencialEmpresa.setActivo(true);
|
relgerencialEmpresa.setActivo(true);
|
||||||
relgerencialEmpresa.setFecmodif(Calendar.getInstance().getTime());
|
relgerencialEmpresa.setFecmodif(Calendar.getInstance().getTime());
|
||||||
|
|
|
@ -23,9 +23,6 @@ public class RelgerencialEmpresaListItemRenderer implements ListitemRenderer {
|
||||||
Listcell tipoRelatorioCell = new Listcell(relgerencialEmpresa.getTiporelgerencial());
|
Listcell tipoRelatorioCell = new Listcell(relgerencialEmpresa.getTiporelgerencial());
|
||||||
tipoRelatorioCell.setParent(listItem);
|
tipoRelatorioCell.setParent(listItem);
|
||||||
|
|
||||||
Listcell indiceCell = new Listcell(relgerencialEmpresa.getIndice());
|
|
||||||
indiceCell.setParent(listItem);
|
|
||||||
|
|
||||||
Listcell descricaoCell = new Listcell(relgerencialEmpresa.getDescricao());
|
Listcell descricaoCell = new Listcell(relgerencialEmpresa.getDescricao());
|
||||||
descricaoCell.setParent(listItem);
|
descricaoCell.setParent(listItem);
|
||||||
|
|
||||||
|
|
|
@ -61,14 +61,9 @@
|
||||||
<listheader image="/gui/img/create_doc.gif" align="right"
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
||||||
label="${c:l('busquedaRelgerencialEmpresaController.tiporelgerencial.label')}" sort="auto(tiporelgerencial)"/>
|
label="${c:l('busquedaRelgerencialEmpresaController.tiporelgerencial.label')}" sort="auto(tiporelgerencial)"/>
|
||||||
|
|
||||||
<listheader image="/gui/img/create_doc.gif" align="right"
|
|
||||||
label="${c:l('busquedaRelgerencialEmpresaController.indice.label')}" sort="auto(indice)" width="7%"/>
|
|
||||||
|
|
||||||
<listheader image="/gui/img/create_doc.gif" align="right"
|
<listheader image="/gui/img/create_doc.gif" align="right"
|
||||||
label="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" sort="auto(descricao)"/>
|
label="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" sort="auto(descricao)"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</window>
|
</window>
|
||||||
|
|
|
@ -48,15 +48,6 @@
|
||||||
selectedItem="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.tiporelgerencial}"
|
selectedItem="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.tiporelgerencial}"
|
||||||
constraint="no empty"/>
|
constraint="no empty"/>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row>
|
|
||||||
<label value="${c:l('busquedaRelgerencialEmpresaController.indice.label')}" />
|
|
||||||
<textbox id="txtIndice" width="30px"
|
|
||||||
maxlength="2"
|
|
||||||
value="@{winEditarRelgerencialEmpresa$composer.relgerencialEmpresa.indice}"
|
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
|
||||||
constraint="no empty"/>
|
|
||||||
</row>
|
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" />
|
<label value="${c:l('busquedaRelgerencialEmpresaController.descricao.label')}" />
|
||||||
<textbox id="txtDescricao" width="300px"
|
<textbox id="txtDescricao" width="300px"
|
||||||
|
|
Loading…
Reference in New Issue