Fixes Bug #0009492
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@72842 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
e76f0569ea
commit
5b2f87138f
|
@ -270,6 +270,7 @@ indexController.mniRelatorioEmpresaCorrida.label = Empresa Corrida
|
||||||
indexController.mniRelatorioEmpresaOnibus.label = Empresa Ônibus
|
indexController.mniRelatorioEmpresaOnibus.label = Empresa Ônibus
|
||||||
indexController.mniRelatorioOCD.label = Relatório de OCD
|
indexController.mniRelatorioOCD.label = Relatório de OCD
|
||||||
indexController.mniRelatorioGratuidade.label = Relatório Tipo Passagem
|
indexController.mniRelatorioGratuidade.label = Relatório Tipo Passagem
|
||||||
|
indexController.mniRelatorioBilhetesVendidos.label = Bilhetes Vendidos
|
||||||
indexController.mniRelatorioGratuidadeIdosoDeficiente.label = Gratuidades Idoso/Deficiente
|
indexController.mniRelatorioGratuidadeIdosoDeficiente.label = Gratuidades Idoso/Deficiente
|
||||||
indexController.mniRelatorioVendasBilheteiro.label = Vendas por Bilheteiro
|
indexController.mniRelatorioVendasBilheteiro.label = Vendas por Bilheteiro
|
||||||
indexController.mniRelatorioVendasBilheteiroSintetico.label = Vendas por Bilheteiro Sintético
|
indexController.mniRelatorioVendasBilheteiroSintetico.label = Vendas por Bilheteiro Sintético
|
||||||
|
@ -6646,6 +6647,23 @@ relatorioGratuidadeController.lbDataIniVenda.value = Data Inicio
|
||||||
relatorioGratuidadeController.lbDataFinVenda.value = Data Final
|
relatorioGratuidadeController.lbDataFinVenda.value = Data Final
|
||||||
relatorioGratuidadeController.lvVenda = Venda
|
relatorioGratuidadeController.lvVenda = Venda
|
||||||
|
|
||||||
|
# Relatório Bilhetes Vendidos
|
||||||
|
relatorioBilhetesVendidosController.window.title = Bilhetes Vendidos
|
||||||
|
relatorioBilhetesVendidosController.lbDatInicial.value = Data Inicial
|
||||||
|
relatorioBilhetesVendidosController.lbDatFinal.value = Data Final
|
||||||
|
relatorioBilhetesVendidosController.lbEmpresa.value = Empresa
|
||||||
|
relatorioBilhetesVendidosController.lbPuntoVenta.value = Agência
|
||||||
|
relatorioBilhetesVendidosController.lbStatus.value = Status
|
||||||
|
relatorioBilhetesVendidosController.lbNumero.value = Número
|
||||||
|
relatorioBilhetesVendidosController.vendido.label = Vendido
|
||||||
|
relatorioBilhetesVendidosController.cancelado.label = Cancelado
|
||||||
|
relatorioBilhetesVendidosController.transferido.label = Transferido
|
||||||
|
relatorioBilhetesVendidosController.entregue.label = Entregue
|
||||||
|
relatorioBilhetesVendidosController.reservado.label = Reservado
|
||||||
|
relatorioBilhetesVendidosController.extravidado.label = Extraviado
|
||||||
|
relatorioBilhetesVendidosController.reimpresso.label = Reimpresso
|
||||||
|
relatorioBilhetesVendidosController.marcado.label = Marcado
|
||||||
|
|
||||||
# Relatório de Descontos
|
# Relatório de Descontos
|
||||||
relatorioDescontosController.window.title = Relatório de Descontos
|
relatorioDescontosController.window.title = Relatório de Descontos
|
||||||
relatorioDescontosController.lbAgencia.value = Agência
|
relatorioDescontosController.lbAgencia.value = Agência
|
||||||
|
|
Loading…
Reference in New Issue