38 lines
2.9 KiB
XML
38 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<report:Report xmlns:rtl="http://www.4js.com/2004/RTL" xmlns:report="http://www.4js.com/2007/REPORT" xmlns="http://www.4js.com/2004/PXML" version="3.01">
|
|
<report:Settings RWPageWidth="letterwidth" RWPageLength="letterlength" RWLeftMargin="0.5inch" RWTopMargin="0.5inch" RWRightMargin="0.5inch" RWBottomMargin="0.5inch">
|
|
<report:FormatList>
|
|
<report:Format-SVG/>
|
|
<report:Format-PDF/>
|
|
<report:Format-image/>
|
|
</report:FormatList>
|
|
</report:Settings>
|
|
<report:Data RWDataLocation="email_bancos.rdd" RWFglReportName="bbancos"/>
|
|
<rtl:stylesheet>
|
|
<PXML>
|
|
<rtl:match nameConstraint="Report">
|
|
<MINIPAGE name="Page Root" width="max" length="max" fontSize="8">
|
|
<LAYOUTNODE name="LayoutNode" width="4.4inch" length="min" layoutDirection="topToBottom" floatingBehavior="enclosed" roundedCorners="true" borderStyle="solid">
|
|
<WORDBOX name="WordBox" floatingBehavior="enclosed" text="MARMOTECH, S. A."/>
|
|
<WORDBOX name="WordBox1" floatingBehavior="enclosed" text="BALANCES BANCOS"/>
|
|
<rtl:input-variable name="fecha" type="FGLString" expectedLocation="expectedAhead"/>
|
|
<WORDBOX name="fecha Value" floatingBehavior="enclosed" text="{{"Balances generados al "+fecha}}"/>
|
|
</LAYOUTNODE>
|
|
<LAYOUTNODE name="LayoutNode1" width="min" length="4.4inch" fontBold="true" layoutDirection="leftToRight" floatingBehavior="enclosed" roundedCorners="true" borderWidth="1" borderStyle="solid">
|
|
<WORDBOX name="WordBox3" width="5cm" floatingBehavior="enclosed" text="DESCRIPCION"/>
|
|
<WORDBOX name="WordBox4" width="6cm" floatingBehavior="enclosed" textAlignment="right" text="BALANCES"/>
|
|
</LAYOUTNODE>
|
|
<rtl:match nameConstraint="OnEveryRow" minOccurs="0" maxOccurs="unbounded">
|
|
<MINIPAGE name="TableRow" width="min" length="min" layoutDirection="leftToRight" roundedCorners="true" borderWidth="1" borderStyle="solid">
|
|
<rtl:input-variable name="x.descripcion" type="FGLString" expectedLocation="expectedHere"/>
|
|
<WORDWRAPBOX name="x.descripcion Value" width="7cm" floatingBehavior="enclosed" text="{{x.descripcion}}"/>
|
|
<rtl:input-variable name="x.balance" type="FGLNumeric" expectedLocation="expectedHere"/>
|
|
<DECIMALFORMATBOX name="x.balance Value" width="4cm" anchorX="1" floatingBehavior="enclosed" textAlignment="right" format="---,---,---,--&.&&" value="{{x.balance}}"/>
|
|
</MINIPAGE>
|
|
</rtl:match>
|
|
</MINIPAGE>
|
|
</rtl:match>
|
|
</PXML>
|
|
</rtl:stylesheet>
|
|
</report:Report>
|