fixed bug #8375
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@67122 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3d697cc185
commit
08e095f3a5
|
@ -3,6 +3,7 @@ msg.noData=N
|
|||
|
||||
#Labels cabeçalho
|
||||
cabecalho.nome=Relatório Movimentos em Atraso
|
||||
cabecalho.nome2=Relatório Conferências em Atraso
|
||||
cabecalho.relatorio=Relatório:
|
||||
cabecalho.periodo=Período:
|
||||
cabecalho.periodoA=à
|
||||
|
|
|
@ -3,6 +3,7 @@ msg.noData=N
|
|||
|
||||
#Labels cabeçalho
|
||||
cabecalho.nome=Relatório Movimentos em Atraso
|
||||
cabecalho.nome2=Relatório Conferências em Atraso
|
||||
cabecalho.relatorio=Relatório:
|
||||
cabecalho.periodo=Período:
|
||||
cabecalho.periodoA=à
|
||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="RelatorioMovimentosAtraso" pageWidth="842" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="822" leftMargin="10" rightMargin="10" topMargin="20" bottomMargin="20" uuid="84b9dfcf-8ec5-4f51-80cc-7339e3b158b4">
|
||||
<property name="ireport.zoom" value="1.607691607500001"/>
|
||||
<property name="ireport.x" value="661"/>
|
||||
<property name="ireport.y" value="32"/>
|
||||
<property name="ireport.x" value="0"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<style name="Crosstab Data Text" hAlign="Center"/>
|
||||
<parameter name="empresa" class="java.lang.String"/>
|
||||
<parameter name="noDataRelatorio" class="java.lang.String"/>
|
||||
|
@ -38,7 +38,10 @@
|
|||
<textElement markup="none">
|
||||
<font size="14" isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$R{cabecalho.nome}]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[$P{eTipoConferencia} ?
|
||||
$R{cabecalho.nome2}
|
||||
:
|
||||
$R{cabecalho.nome}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy HH:mm">
|
||||
<reportElement uuid="4d1bcd65-c9a6-44b4-8dca-cc3c4c20c9a5" x="637" y="0" width="164" height="20"/>
|
||||
|
@ -135,8 +138,7 @@
|
|||
</textElement>
|
||||
<textFieldExpression><![CDATA[$P{eTipoConferencia} ?
|
||||
$R{label.diasMaloteEntregue} :
|
||||
$R{label.diasEmAtraso}
|
||||
]]></textFieldExpression>
|
||||
$R{label.diasEmAtraso}]]></textFieldExpression>
|
||||
</textField>
|
||||
<line>
|
||||
<reportElement uuid="6b6886e4-712a-4e4d-adff-5a705e28555d" positionType="Float" x="0" y="21" width="822" height="1"/>
|
||||
|
|
Loading…
Reference in New Issue