1356 lines
59 KiB
Plaintext
1356 lines
59 KiB
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||
|
|
<DataSources>
|
||
|
|
<DataSource Name="DummyDataSource">
|
||
|
|
<rd:DataSourceID>696cb1ee-c179-477b-89ea-5748c2dd7a4e</rd:DataSourceID>
|
||
|
|
<ConnectionProperties>
|
||
|
|
<DataProvider>SQL</DataProvider>
|
||
|
|
<ConnectString />
|
||
|
|
</ConnectionProperties>
|
||
|
|
</DataSource>
|
||
|
|
</DataSources>
|
||
|
|
<InteractiveHeight>8.27in</InteractiveHeight>
|
||
|
|
<ReportParameters>
|
||
|
|
<ReportParameter Name="CompanyName">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramCompanyName</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="StartDate">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramStartDate</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="EndDate">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramEndDate</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
<ReportParameter Name="Address">
|
||
|
|
<DataType>String</DataType>
|
||
|
|
<Nullable>true</Nullable>
|
||
|
|
<AllowBlank>true</AllowBlank>
|
||
|
|
<Prompt>paramAddress</Prompt>
|
||
|
|
</ReportParameter>
|
||
|
|
</ReportParameters>
|
||
|
|
<rd:DrawGrid>true</rd:DrawGrid>
|
||
|
|
<InteractiveWidth>11.69in</InteractiveWidth>
|
||
|
|
<rd:GridSpacing>0.05in</rd:GridSpacing>
|
||
|
|
<rd:SnapToGrid>false</rd:SnapToGrid>
|
||
|
|
<RightMargin>0.4in</RightMargin>
|
||
|
|
<LeftMargin>0.5in</LeftMargin>
|
||
|
|
<BottomMargin>0.29in</BottomMargin>
|
||
|
|
<rd:ReportID>9dd1af5d-17a3-49eb-96b4-ff2d77a38b49</rd:ReportID>
|
||
|
|
<PageWidth>11.69in</PageWidth>
|
||
|
|
<DataSets>
|
||
|
|
<DataSet Name="ReportData_dtLedger">
|
||
|
|
<Fields>
|
||
|
|
<Field Name="GLHead">
|
||
|
|
<DataField>GLHead</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="TranDate">
|
||
|
|
<DataField>TranDate</DataField>
|
||
|
|
<rd:TypeName>System.Date</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="TranNo">
|
||
|
|
<DataField>TranNo</DataField>
|
||
|
|
<rd:TypeName>System.Int32</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="VoucherType">
|
||
|
|
<DataField>VoucherType</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="VoucherNo">
|
||
|
|
<DataField>VoucherNo</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="ChequeNo">
|
||
|
|
<DataField>ChequeNo</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="Description">
|
||
|
|
<DataField>Description</DataField>
|
||
|
|
<rd:TypeName>System.String</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="CreditAmount">
|
||
|
|
<DataField>CreditAmount</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="DebitAmount">
|
||
|
|
<DataField>DebitAmount</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="OpeningBalance">
|
||
|
|
<DataField>OpeningBalance</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
<Field Name="ClosingBalance">
|
||
|
|
<DataField>ClosingBalance</DataField>
|
||
|
|
<rd:TypeName>System.Double</rd:TypeName>
|
||
|
|
</Field>
|
||
|
|
</Fields>
|
||
|
|
<Query>
|
||
|
|
<DataSourceName>DummyDataSource</DataSourceName>
|
||
|
|
<CommandText />
|
||
|
|
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||
|
|
</Query>
|
||
|
|
<rd:DataSetInfo>
|
||
|
|
<rd:DataSetName>ReportData</rd:DataSetName>
|
||
|
|
<rd:TableName>dtLedger</rd:TableName>
|
||
|
|
</rd:DataSetInfo>
|
||
|
|
</DataSet>
|
||
|
|
</DataSets>
|
||
|
|
<Code />
|
||
|
|
<Width>10.7in</Width>
|
||
|
|
<Body>
|
||
|
|
<ReportItems>
|
||
|
|
<Table Name="table1">
|
||
|
|
<DataSetName>ReportData_dtLedger</DataSetName>
|
||
|
|
<TableGroups>
|
||
|
|
<TableGroup>
|
||
|
|
<Grouping Name="table1_Group1">
|
||
|
|
<GroupExpressions>
|
||
|
|
<GroupExpression>=Fields!GLHead.Value</GroupExpression>
|
||
|
|
</GroupExpressions>
|
||
|
|
<PageBreakAtEnd>true</PageBreakAtEnd>
|
||
|
|
</Grouping>
|
||
|
|
<Header>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>9</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox16">
|
||
|
|
<rd:DefaultName>textbox16</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>38</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Date range: " & Parameters!StartDate.Value & " to " & Parameters!EndDate.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.22in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>9</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="GLHead">
|
||
|
|
<rd:DefaultName>GLHead</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>37</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Account title: " & Fields!GLHead.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.22in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox1">
|
||
|
|
<rd:DefaultName>textbox1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>36</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Date</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox2">
|
||
|
|
<rd:DefaultName>textbox2</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>35</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Reference</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox10">
|
||
|
|
<rd:DefaultName>textbox10</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>34</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Voucher Type</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox3">
|
||
|
|
<rd:DefaultName>textbox3</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>33</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Description</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox14">
|
||
|
|
<rd:DefaultName>textbox14</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>32</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Cheque No</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox4">
|
||
|
|
<rd:DefaultName>textbox4</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>31</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Debit</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox6">
|
||
|
|
<rd:DefaultName>textbox6</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>30</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Credit</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox35">
|
||
|
|
<rd:DefaultName>textbox35</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>29</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Debit Balance</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox34">
|
||
|
|
<rd:DefaultName>textbox34</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BackgroundColor>Gainsboro</BackgroundColor>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Bottom>0.5pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>28</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Credit Balance</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.23in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>7</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox22">
|
||
|
|
<rd:DefaultName>textbox22</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
<Right>Black</Right>
|
||
|
|
<Top>Black</Top>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
<Top>Solid</Top>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
<Left>0.5pt</Left>
|
||
|
|
<Right>0.5pt</Right>
|
||
|
|
<Top>0.5pt</Top>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>27</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Opening Balance... </Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="OpeningBalance">
|
||
|
|
<rd:DefaultName>OpeningBalance</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>26</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!OpeningBalance.Value<0, Abs(Fields!OpeningBalance.Value), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox62">
|
||
|
|
<rd:DefaultName>textbox62</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>25</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!OpeningBalance.Value>=0, Abs(Fields!OpeningBalance.Value), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.21in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
<RepeatOnNewPage>true</RepeatOnNewPage>
|
||
|
|
</Header>
|
||
|
|
<Footer>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>7</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox5">
|
||
|
|
<rd:DefaultName>textbox5</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>11</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Closing Balance...</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox38">
|
||
|
|
<Style>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>10</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Last(Fields!ClosingBalance.Value)<0, Abs(Last(Fields!ClosingBalance.Value)), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox37">
|
||
|
|
<Style>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>9</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Last(Fields!ClosingBalance.Value)>=0, Abs(Last(Fields!ClosingBalance.Value)), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.21in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>9</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox19">
|
||
|
|
<rd:DefaultName>textbox19</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>12</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.25in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>6</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox41">
|
||
|
|
<rd:DefaultName>textbox41</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Right>Black</Right>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>16</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox11">
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>15</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value># Txn</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox27">
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>14</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Amount</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox50">
|
||
|
|
<rd:DefaultName>textbox50</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>13</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.2in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>6</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox23">
|
||
|
|
<rd:DefaultName>textbox23</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Right>Black</Right>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>20</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Debit for the period</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox29">
|
||
|
|
<rd:DefaultName>textbox29</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>19</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(IIF(Fields!DebitAmount.Value>0, 1, 0))</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox30">
|
||
|
|
<rd:DefaultName>textbox30</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>18</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(Fields!DebitAmount.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox60">
|
||
|
|
<rd:DefaultName>textbox60</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>17</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.2in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>6</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox33">
|
||
|
|
<rd:DefaultName>textbox33</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Right>Black</Right>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Right>Solid</Right>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Right>1pt</Right>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>9pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>24</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>Credit for the period</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox31">
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>23</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(IIF(Fields!CreditAmount.Value>0,1,0))</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox44">
|
||
|
|
<rd:DefaultName>textbox44</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>22</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=SUM(Fields!CreditAmount.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox70">
|
||
|
|
<rd:DefaultName>textbox70</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Left>Black</Left>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Left>Solid</Left>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Left>1pt</Left>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>21</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value />
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.2in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Footer>
|
||
|
|
</TableGroup>
|
||
|
|
</TableGroups>
|
||
|
|
<Details>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="Date_1">
|
||
|
|
<rd:DefaultName>Date_1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>dd-MMM-yyyy</Format>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>8</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!TranDate.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="BatchNo_1">
|
||
|
|
<rd:DefaultName>BatchNo_1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<TextAlign>Center</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>7</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!TranNo.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox12">
|
||
|
|
<rd:DefaultName>textbox12</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>6</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!VoucherType.Value & " " & Fields!VoucherNo.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="Description_1">
|
||
|
|
<rd:DefaultName>Description_1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>5</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!Description.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox15">
|
||
|
|
<rd:DefaultName>textbox15</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Left</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>4</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Fields!ChequeNo.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="DebitEUR_1">
|
||
|
|
<rd:DefaultName>DebitEUR_1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>3</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!DebitAmount.Value=0, "", Fields!DebitAmount.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="CreditEUR_1">
|
||
|
|
<rd:DefaultName>CreditEUR_1</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>2</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!CreditAmount.Value=0, "", Fields!CreditAmount.Value)</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="ClosingEUR">
|
||
|
|
<rd:DefaultName>ClosingEUR</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>1</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!ClosingBalance.Value<0, Abs(Fields!ClosingBalance.Value), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="CreditBalanceEUR">
|
||
|
|
<rd:DefaultName>CreditBalanceEUR</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderStyle>
|
||
|
|
<Default>Solid</Default>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
<FontSize>8pt</FontSize>
|
||
|
|
<Format>N2</Format>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=IIF(Fields!ClosingBalance.Value>=0, Abs(Fields!ClosingBalance.Value), "")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.2in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
</Details>
|
||
|
|
<Style>
|
||
|
|
<BorderWidth>
|
||
|
|
<Default>0.5pt</Default>
|
||
|
|
</BorderWidth>
|
||
|
|
</Style>
|
||
|
|
<Header>
|
||
|
|
<TableRows>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>6</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox7">
|
||
|
|
<rd:DefaultName>textbox7</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>12pt</FontSize>
|
||
|
|
<FontWeight>700</FontWeight>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>41</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Parameters!CompanyName.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>3</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox25">
|
||
|
|
<rd:DefaultName>textbox25</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<FontSize>7pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<VerticalAlign>Middle</VerticalAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>40</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Print Date & Time: " & Format(Now(), "dd MMM yyyy, hh:mm:ss tt")</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.25in</Height>
|
||
|
|
</TableRow>
|
||
|
|
<TableRow>
|
||
|
|
<TableCells>
|
||
|
|
<TableCell>
|
||
|
|
<ColSpan>9</ColSpan>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox39">
|
||
|
|
<rd:DefaultName>textbox39</rd:DefaultName>
|
||
|
|
<Style>
|
||
|
|
<BorderColor>
|
||
|
|
<Bottom>Black</Bottom>
|
||
|
|
</BorderColor>
|
||
|
|
<BorderStyle>
|
||
|
|
<Bottom>Solid</Bottom>
|
||
|
|
</BorderStyle>
|
||
|
|
<BorderWidth>
|
||
|
|
<Bottom>1pt</Bottom>
|
||
|
|
</BorderWidth>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>2pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<ZIndex>39</ZIndex>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>=Parameters!Address.Value</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
</TableCell>
|
||
|
|
</TableCells>
|
||
|
|
<Height>0.25in</Height>
|
||
|
|
</TableRow>
|
||
|
|
</TableRows>
|
||
|
|
<RepeatOnNewPage>true</RepeatOnNewPage>
|
||
|
|
</Header>
|
||
|
|
<TableColumns>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.78in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.75in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.95in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>3.62in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.9in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.85in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>0.85in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>1in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
<TableColumn>
|
||
|
|
<Width>1in</Width>
|
||
|
|
</TableColumn>
|
||
|
|
</TableColumns>
|
||
|
|
</Table>
|
||
|
|
</ReportItems>
|
||
|
|
<Height>2.64in</Height>
|
||
|
|
</Body>
|
||
|
|
<Language>en-US</Language>
|
||
|
|
<PageFooter>
|
||
|
|
<ReportItems>
|
||
|
|
<Textbox Name="textbox59">
|
||
|
|
<Style>
|
||
|
|
<FontSize>7pt</FontSize>
|
||
|
|
<TextAlign>Right</TextAlign>
|
||
|
|
<PaddingLeft>2pt</PaddingLeft>
|
||
|
|
<PaddingRight>3pt</PaddingRight>
|
||
|
|
<PaddingTop>2pt</PaddingTop>
|
||
|
|
<PaddingBottom>2pt</PaddingBottom>
|
||
|
|
</Style>
|
||
|
|
<CanGrow>true</CanGrow>
|
||
|
|
<Value>="Page " & Globals!PageNumber & " of " & Globals!TotalPages</Value>
|
||
|
|
</Textbox>
|
||
|
|
</ReportItems>
|
||
|
|
<Height>0.17in</Height>
|
||
|
|
</PageFooter>
|
||
|
|
<TopMargin>0.5in</TopMargin>
|
||
|
|
<PageHeight>8.27in</PageHeight>
|
||
|
|
</Report>
|