AL-1801
parent
9e7784d048
commit
762d9b01e7
|
@ -1858,7 +1858,8 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException {
|
||||||
cmbStoreMercadoPago.setSelectedIndex(lsStoreMercadoPago.indexOf(this.storeVO));
|
cmbStoreMercadoPago.setSelectedIndex(lsStoreMercadoPago.indexOf(this.storeVO));
|
||||||
}
|
}
|
||||||
|
|
||||||
Messagebox.show("Store cadastrada com sucesso", Labels.getLabel("editarEmpresaController.window.title"),
|
Messagebox.show(Labels.getLabel("editarEmpresaController.lblMsgCadastrarStoreMercadoPago.value"),
|
||||||
|
Labels.getLabel("editarEmpresaController.window.title"),
|
||||||
Messagebox.OK, Messagebox.INFORMATION);
|
Messagebox.OK, Messagebox.INFORMATION);
|
||||||
} else {
|
} else {
|
||||||
Messagebox.show(storeVO.toString(), Labels.getLabel("editarEmpresaController.window.title"),
|
Messagebox.show(storeVO.toString(), Labels.getLabel("editarEmpresaController.window.title"),
|
||||||
|
@ -1902,7 +1903,8 @@ public void onClick$btnTestEmailFlexBus(Event ev) throws InterruptedException {
|
||||||
cmbPOSMercadoPago.setSelectedIndex(lsPosMercadoPago.indexOf(this.posVO));
|
cmbPOSMercadoPago.setSelectedIndex(lsPosMercadoPago.indexOf(this.posVO));
|
||||||
}
|
}
|
||||||
|
|
||||||
Messagebox.show("POS cadastrado com sucesso", Labels.getLabel("editarEmpresaController.window.title"),
|
Messagebox.show(Labels.getLabel("editarEmpresaController.lblMsgCadastrarPOSMercadoPago.value"),
|
||||||
|
Labels.getLabel("editarEmpresaController.window.title"),
|
||||||
Messagebox.OK, Messagebox.INFORMATION);
|
Messagebox.OK, Messagebox.INFORMATION);
|
||||||
} else {
|
} else {
|
||||||
Messagebox.show(storeVO.toString(), Labels.getLabel("editarEmpresaController.window.title"),
|
Messagebox.show(storeVO.toString(), Labels.getLabel("editarEmpresaController.window.title"),
|
||||||
|
|
|
@ -1962,6 +1962,8 @@ editarEmpresaController.lblIdExternoMercadoPago.value = External ID
|
||||||
editarEmpresaController.lblPOSNomeMercadoPago.value = Name
|
editarEmpresaController.lblPOSNomeMercadoPago.value = Name
|
||||||
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Register Store
|
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Register Store
|
||||||
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Register POS
|
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Register POS
|
||||||
|
editarEmpresaController.lblMsgCadastrarStoreMercadoPago.value = Store registered with success
|
||||||
|
editarEmpresaController.lblMsgCadastrarPOSMercadoPago.value = POS registered with success
|
||||||
|
|
||||||
# Muestra o ponto de Pesquisa de Venda
|
# Muestra o ponto de Pesquisa de Venda
|
||||||
busquedaPuntoVentaController.window.title = Ponto de Venda ( Agência )
|
busquedaPuntoVentaController.window.title = Ponto de Venda ( Agência )
|
||||||
|
|
|
@ -1743,6 +1743,8 @@ editarEmpresaController.lblIdExternoMercadoPago.value = ID Externo
|
||||||
editarEmpresaController.lblPOSNomeMercadoPago.value = Nombre
|
editarEmpresaController.lblPOSNomeMercadoPago.value = Nombre
|
||||||
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Registrar Store
|
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Registrar Store
|
||||||
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Registrar POS
|
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Registrar POS
|
||||||
|
editarEmpresaController.lblMsgCadastrarStoreMercadoPago.value = Store registrada com exito
|
||||||
|
editarEmpresaController.lblMsgCadastrarPOSMercadoPago.value = POS registrada com exito
|
||||||
|
|
||||||
# Muestra o ponto de Búsqueda de venta
|
# Muestra o ponto de Búsqueda de venta
|
||||||
busquedaPuntoVentaController.window.title = Punto de venta ( Agencia )
|
busquedaPuntoVentaController.window.title = Punto de venta ( Agencia )
|
||||||
|
|
|
@ -1960,6 +1960,8 @@ editarEmpresaController.lblIdExternoMercadoPago.value = ID Externo
|
||||||
editarEmpresaController.lblPOSNomeMercadoPago.value = Nome
|
editarEmpresaController.lblPOSNomeMercadoPago.value = Nome
|
||||||
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Cadastrar Store
|
editarEmpresaController.lblBtnCadastrarStoreMercadoPago.value = Cadastrar Store
|
||||||
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Cadastrar POS
|
editarEmpresaController.lblBtnCadastrarPOSMercadoPago.value = Cadastrar POS
|
||||||
|
editarEmpresaController.lblMsgCadastrarStoreMercadoPago.value = Store cadastrada com sucesso
|
||||||
|
editarEmpresaController.lblMsgCadastrarPOSMercadoPago.value = POS cadastrada com sucesso
|
||||||
|
|
||||||
# Muestra o ponto de Pesquisa de Venda
|
# Muestra o ponto de Pesquisa de Venda
|
||||||
busquedaPuntoVentaController.window.title = Ponto de Venda ( Agência )
|
busquedaPuntoVentaController.window.title = Ponto de Venda ( Agência )
|
||||||
|
|
Loading…
Reference in New Issue