BPE - Customizar ativação do bpe por estação

bug#12622
dev:trevezani
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@87355 d1611594-4594-4d17-8e1d-87c2c4800839
master
alberto 2018-11-26 15:27:32 +00:00
parent 0f40bd3456
commit 3839535f4c
3 changed files with 9 additions and 0 deletions

View File

@ -4196,6 +4196,7 @@ busquedaEstacionController.nomeImpressoraBPe.label = Impressora BPe
busquedaEstacionController.nomeArquivoLayout.label = Archivo Layout busquedaEstacionController.nomeArquivoLayout.label = Archivo Layout
busquedaEstacionController.lhUtilizaCartaoLibercard.label = Utiliza tarjeta Libercard busquedaEstacionController.lhUtilizaCartaoLibercard.label = Utiliza tarjeta Libercard
busquedaEstacionController.lhStockCentral.label = Stock Central busquedaEstacionController.lhStockCentral.label = Stock Central
busquedaEstacionController.lblVoucherBPe.label = Gerar Voucher BPe (UF: BPe/Estação: NBPe)
msg.constraint.cajaObligatorio = Caja obligatoria msg.constraint.cajaObligatorio = Caja obligatoria
busquedaEstacionController.nomeArquivoLayoutInternacional.label = Archivo Layout Internacional busquedaEstacionController.nomeArquivoLayoutInternacional.label = Archivo Layout Internacional

View File

@ -4405,6 +4405,7 @@ busquedaEstacionController.lhNumCaja.label = Caixa
busquedaEstacionController.lhNumPortaPinpad.label = Porta Pinpad busquedaEstacionController.lhNumPortaPinpad.label = Porta Pinpad
busquedaEstacionController.lhUtilizaCartaoLibercard.label = Utiliza cartão Libercard busquedaEstacionController.lhUtilizaCartaoLibercard.label = Utiliza cartão Libercard
busquedaEstacionController.lhStockCentral.label = Stock Central busquedaEstacionController.lhStockCentral.label = Stock Central
busquedaEstacionController.lblVoucherBPe.label = Gerar Voucher BPe (UF: BPe/Estação NBPe)
busquedaEstacionController.lhPuntoVenta.label = Ponto Venda busquedaEstacionController.lhPuntoVenta.label = Ponto Venda
busquedaEstacionController.lhMAC.label = MAC busquedaEstacionController.lhMAC.label = MAC
busquedaEstacionController.btnPesquisa.label = Pesquisa busquedaEstacionController.btnPesquisa.label = Pesquisa

View File

@ -161,6 +161,13 @@
<checkbox id="chkStockCentral" <checkbox id="chkStockCentral"
checked="@{winEditarEstacion$composer.estacion.indStockCentral}"/> checked="@{winEditarEstacion$composer.estacion.indStockCentral}"/>
</row> </row>
<row>
<label
id="lblVoucherBPe"
value="${c:l('busquedaEstacionController.lblVoucherBPe.label')}" />
<checkbox id="chkVoucherBPe"
checked="@{winEditarEstacion$composer.estacion.indVoucher}"/>
</row>
</rows> </rows>
</grid> </grid>
</tabpanel> </tabpanel>